From 15aaf3c6dd69f33e4cdcbb6705f03b5f424345c2 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 9 Aug 2011 09:14:11 +0000 Subject: 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 --- devel/p5-boolean/Makefile | 11 +++++------ devel/p5-boolean/distinfo | 8 ++++---- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'devel/p5-boolean') diff --git a/devel/p5-boolean/Makefile b/devel/p5-boolean/Makefile index 25884fb15b1..049211f250c 100644 --- a/devel/p5-boolean/Makefile +++ b/devel/p5-boolean/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2010/09/17 05:48:13 sno Exp $ -# +# $NetBSD: Makefile,v 1.4 2011/08/09 09:14:11 adam Exp $ -DISTNAME= boolean-0.23 +DISTNAME= boolean-0.27 PKGNAME= p5-${DISTNAME} -#PKGREVISION= 1 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/} MAINTAINER= abs@absd.org -HOMEPAGE= http://search.cpan.org/perldoc?boolean +HOMEPAGE= http://search.cpan.org/dist/boolean/ COMMENT= Boolean support for Perl +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # diff --git a/devel/p5-boolean/distinfo b/devel/p5-boolean/distinfo index 13b68f9b63b..da997702c39 100644 --- a/devel/p5-boolean/distinfo +++ b/devel/p5-boolean/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/09/17 05:48:13 sno Exp $ +$NetBSD: distinfo,v 1.3 2011/08/09 09:14:11 adam Exp $ -SHA1 (boolean-0.23.tar.gz) = 2036a50eebfb755a8f9ff0e661fe0e7e833caefb -RMD160 (boolean-0.23.tar.gz) = a2f215dad9346a8429601997a99a28eb3c46b163 -Size (boolean-0.23.tar.gz) = 21556 bytes +SHA1 (boolean-0.27.tar.gz) = dbc49c92fb3a8343284bab61a35764095a809837 +RMD160 (boolean-0.27.tar.gz) = a77717480e5f580a33aeadabbd6e566b4c79dd00 +Size (boolean-0.27.tar.gz) = 31141 bytes -- cgit v1.2.3