diff options
author | sno <sno> | 2010-02-17 12:38:23 +0000 |
---|---|---|
committer | sno <sno> | 2010-02-17 12:38:23 +0000 |
commit | f245213b5b01d30c0d812dbb4c71cf5144bff4ec (patch) | |
tree | ac1e5a5ddb166ecf8d25402d82dca59cd42a0380 /devel/p5-common-sense | |
parent | e9e3c30c45a808467de6e6e9206faabce9b755ab (diff) | |
download | pkgsrc-f245213b5b01d30c0d812dbb4c71cf5144bff4ec.tar.gz |
Updating devel/p5-common-sense from 2.02 to 3.00
Upstream changes:
3.0 Tue Dec 15 03:24:28 CET 2009
- enable "use utf8" effect by default.
- removed "utf8" warning category. while this contains useful security
stuff, it also makes implementing security stuff almost impossible,
as it completely mangles perls internal utf8 encoding with actual
utf-8 encoding, and confuses "unicode", "string codepoints" and
"utf-8" so much that it becoems practically unusable.
2.03 Wed Dec 2 18:38:53 CET 2009
- removed "unopened" warning category, as this breaks "stat _", which
seems to be a bug in all perl versions (see perlbug #71002).
- some doc updates.
Diffstat (limited to 'devel/p5-common-sense')
-rw-r--r-- | devel/p5-common-sense/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-common-sense/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-common-sense/Makefile b/devel/p5-common-sense/Makefile index c6b91dd2834..6fe937ea1fd 100644 --- a/devel/p5-common-sense/Makefile +++ b/devel/p5-common-sense/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2009/11/22 11:58:35 seb Exp $ +# $NetBSD: Makefile,v 1.5 2010/02/17 12:38:23 sno Exp $ -DISTNAME= common-sense-2.02 -PKGNAME= p5-${DISTNAME} +DISTNAME= common-sense-3.0 +PKGNAME= p5-${DISTNAME}0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/} diff --git a/devel/p5-common-sense/distinfo b/devel/p5-common-sense/distinfo index 7767b2aa0d2..b6755628fa9 100644 --- a/devel/p5-common-sense/distinfo +++ b/devel/p5-common-sense/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/11/22 11:58:35 seb Exp $ +$NetBSD: distinfo,v 1.5 2010/02/17 12:38:23 sno Exp $ -SHA1 (common-sense-2.02.tar.gz) = 11b987e974740ab60e977c52992281ef58cd4757 -RMD160 (common-sense-2.02.tar.gz) = 0ce4a606099090afdffeb6225f351f55cf8658f9 -Size (common-sense-2.02.tar.gz) = 9873 bytes +SHA1 (common-sense-3.0.tar.gz) = b2d22f779fbd648ae22d3b151a27fb4000c0e577 +RMD160 (common-sense-3.0.tar.gz) = fa0865b8df661b3bfce50b0c3c46de965bcfdaac +Size (common-sense-3.0.tar.gz) = 10457 bytes |