Commit graph

13 commits

Author SHA1 Message Date
wiz
a01458c610 Update to 0.42:
0.42 Sat Aug 16 10:49:31 PDT 2014
 - Meta 0.0.2
 - Remove .gitignore

0.41 Fri Aug 15 15:41:09 PDT 2014
 - Add t/000-compile-modules.t
 - CPAN Day 2014 - 21 Release Salute!

0.40 Fri Aug  8 19:12:51 PDT 2014
 - Fix swim errors

0.39 Sat Aug  2 10:17:12 PDT 2014
 - Fix Copyright years.
 - Fix Meta and add Contributing
2014-09-06 13:33:01 +00:00
wen
b044b33a39 Update to 0.38
Upstream changes:
0.38 Wed Jun 25 21:08:05 PDT 2014
 - Revert json.t. Failed on cpantesters.

0.37 Wed Jun 25 16:47:29 PDT 2014
 - Add JSON to recommends

0.36 Wed Jun 25 16:46:39 PDT 2014
 - Fix homepage in metadata

0.35 Tue Jun 17 10:59:25 PDT 2014
 - Remove ABSTRACT and use manual $VERSION

0.34 Sat Jun 14 13:16:30 PDT 2014
 - Release 0.33 got botched.

0.33 Sat Jun 14 12:59:00 PDT 2014
 - Package with Zilla::Dist
 - Add badges
2014-07-18 01:32:42 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
322093aa6d Update to 0.32
Upstream changes:
0.32 Sat Feb  8 19:17:09 PST 2014
 - Some dzil changes

0.31 Thu Feb  6 18:28:28 PST 2014
 - Switch to dzil
2014-03-01 02:15:14 +00:00
wen
eab14cd529 Update to 0.30
Upstream changes:
version: 0.30
date:    Wed Apr  3 15:24:44 PDT 2013
changes:
- Fix https://rt.cpan.org/Public/Bug/Display.html?id=84398
- chip++
- Documented JSON support.
---
version: 0.29
date:    Mon Apr  1 21:48:31 PDT 2013
changes:
- Support JSON and JSON::XS. dankogai-san++
2013-07-14 00:34:35 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
da33f9a8ad Update p5-boolean to 0.28.
Changes from previous:
----------------------
version: 0.28
date:    Mon Sep 12 13:51:47 CEST 2011
changes:
- Added -truth option.
- This idea was inspired by https://rt.cpan.org/Ticket/Display.html?id=65536
- Awesome idea!
- Released from Liz++&Wendy++ downstairs bathroom
2011-12-09 02:08:33 +00:00
adam
00b16a23a3 Changes 0.27:
* Switch to Module::Package at YAPC 2011 ++

Changes 0.26:
* Fixed doc bug reported by KENTNL++
* Tweaked Makefile.PL

Changes 0.25:
* Fixed a bug caused by Readonly::XS (schwern++)
* Removed the new methods and autobox methods.
  They didn't add much except confusion.
* Documented that you can use isTrue and isFalse as methods.
* '&boolean(1,2,3) now dies like boolean(1,2,3)'
* '&boolean() now dies like boolean()'

Changes 0.24:
* '@Schwern++ found out how to make true and false immutable.
  Kudos to #strategicdata++.'
* Document the boolean() function.
* Added is_true and is_false methods.
* Added boolean, is_true, and is_false autobox methods
2011-08-09 09:14:11 +00:00
sno
8e9fd8d93e Updating devel/p5-boolean from 0.20nb1 to 0.23
Upstream changes:
---
version: 0.23
date:    Thu Sep 16 19:27:54 PDT 2010
changes:
- Weird macosx dist bug broke everything. Worked around.
---
version: 0.22
date:    Wed Sep 15 00:21:20 PDT 2010
changes:
- Update copyright years.
---
version: 0.21
date:    Mon Sep 13 18:40:21 PDT 2010
changes:
- Add a boolean($) coercer export function
- Add many more tests (from 20 to 55 tests)
- Add prototypes to all exports functions
- Overload not and ! to return boolean
2010-09-17 05:48:13 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
abs
d99267d354 Added devel/p5-boolean version 0.20
Most programming languages have a native Boolean data type. Perl
does not.

Perl has a simple and well known Truth System. The following scalar
values are false:

    $false1 = undef;
    $false2 = 0;
    $false3 = 0.0;
    $false4 = '';
    $false5 = '0';

Every other scalar value is true.

This module provides basic Boolean support, by defining two special
objects: true and false.
2009-02-13 23:40:27 +00:00