diff options
author | bad <bad@pkgsrc.org> | 2010-06-15 16:52:17 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2010-06-15 16:52:17 +0000 |
commit | 0b646d3fb8b115a1ce66edd37838dd8e6a256ff7 (patch) | |
tree | 1f047c7544540283142fb5e2fd5104f1d398ec1c /devel/p5-Path-Class | |
parent | 75cd842e21e8ac8708fbf43aba77da307bc79de0 (diff) | |
download | pkgsrc-0b646d3fb8b115a1ce66edd37838dd8e6a256ff7.tar.gz |
Apply update generously provided by Stoned Elipot. Thanks a bunch!
Update p5-Path-Class from version 0.18 to version 0.19.
Upstream changes:
0.19 - Sun Jun 6 20:50:27 CDT 2010
- slurp() now accepts an 'iolayers' option to control how the file is
opened. [Graham Barr]
- In the openr() and openw() file methods, we now croak() instead of
die() so that the error messages are more useful. [Ian Sillitoe]
- Allow subclassing, by adding dir_class() and file_class() static
methods, allowing them to be overridden. [Matt Trout & John LoVerso
& Michael Schwern]
- Fixed a testing failure that could occur whenever testing in a
directory path that contains symlinks (e.g. /tmp on Mac OS X).
- Added a 'no_hidden' parameter for children() [EDENC <EDENC@cpan.org>]
- Fixed the heading for the is_relative() POD section. [CUB <cub.uanic@gmail.com>]
Diffstat (limited to 'devel/p5-Path-Class')
-rw-r--r-- | devel/p5-Path-Class/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Path-Class/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Path-Class/Makefile b/devel/p5-Path-Class/Makefile index 1cb6e12ca78..cabdd87b3ba 100644 --- a/devel/p5-Path-Class/Makefile +++ b/devel/p5-Path-Class/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2010/01/16 15:16:37 sno Exp $ +# $NetBSD: Makefile,v 1.7 2010/06/15 16:52:17 bad Exp $ # -DISTNAME= Path-Class-0.18 +DISTNAME= Path-Class-0.19 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWILLIAMS/} diff --git a/devel/p5-Path-Class/distinfo b/devel/p5-Path-Class/distinfo index ac53cd6f46f..951b3b824ec 100644 --- a/devel/p5-Path-Class/distinfo +++ b/devel/p5-Path-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/01/16 15:16:37 sno Exp $ +$NetBSD: distinfo,v 1.4 2010/06/15 16:52:17 bad Exp $ -SHA1 (Path-Class-0.18.tar.gz) = a6ca799e2e804c20fbf2cc487beb8a9a41b3474b -RMD160 (Path-Class-0.18.tar.gz) = 764be8a3b400bb19f71a431d1bfa34159b169194 -Size (Path-Class-0.18.tar.gz) = 22463 bytes +SHA1 (Path-Class-0.19.tar.gz) = 4edc65ee70cb9501b85cec3fd6feff6729824d85 +RMD160 (Path-Class-0.19.tar.gz) = 8d05b2ab4bd59dd38c632fa14da592ae3b9f6c7f +Size (Path-Class-0.19.tar.gz) = 23875 bytes |