diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-25 11:43:35 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-25 11:43:35 +0000 |
commit | 26c5cd281be63ae66db1b4ac91438b02894922cf (patch) | |
tree | f08a50e06a33be0853c4a415acf4f3f7f8e1c608 | |
parent | 21baaa791cee9497ea39cb8b9d03eff3da9a8498 (diff) | |
download | pkgsrc-26c5cd281be63ae66db1b4ac91438b02894922cf.tar.gz |
Update p5-Path-Class to 0.24.
Changes from previous:
0.24 Sat May 28 20:52:39 CDT 2011
- Added a tempfile() method for Dir objects, which provides an
interface to File::Temp. [RT#60485]
- Fixed a non-helpful fatal error message when calling resolve() on a
path that doesn't exist. Now dies with the proper "No such file or
directory" message & exit status. [GRAF]
0.23 - Sun Dec 26 13:35:53 CST 2010
- Fixed a bunch of problems with the distribution (e.g. in META.yml)
that I introduced in the switch to Dist::Zilla. No code changes
from 0.22.
0.22 - Sat Dec 25 22:59:20 CST 2010
- Added a basename() method for directory objects. [CLKAO, jloverso,
THEPLER, ZUMMO]
-rw-r--r-- | devel/p5-Path-Class/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Path-Class/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Path-Class/Makefile b/devel/p5-Path-Class/Makefile index 943febce6f6..93fe18b7516 100644 --- a/devel/p5-Path-Class/Makefile +++ b/devel/p5-Path-Class/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2011/08/14 12:26:29 obache Exp $ +# $NetBSD: Makefile,v 1.11 2011/11/25 11:43:35 hiramatsu Exp $ # -DISTNAME= Path-Class-0.21 +DISTNAME= Path-Class-0.24 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 7808bd65ada..704ee42f7c7 100644 --- a/devel/p5-Path-Class/distinfo +++ b/devel/p5-Path-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/08/27 06:31:41 sno Exp $ +$NetBSD: distinfo,v 1.6 2011/11/25 11:43:35 hiramatsu Exp $ -SHA1 (Path-Class-0.21.tar.gz) = 34220769b2a8b7015a292f93eb8d8cf9d5654d06 -RMD160 (Path-Class-0.21.tar.gz) = fa635b4f0f46b8415f2a558afa1095772581e91c -Size (Path-Class-0.21.tar.gz) = 24087 bytes +SHA1 (Path-Class-0.24.tar.gz) = 6615b61e9db38a1e8e4504dbd360ecb549699e83 +RMD160 (Path-Class-0.24.tar.gz) = a6a58f29ba6accc5c551cba0f6ebb501eb7408d8 +Size (Path-Class-0.24.tar.gz) = 27347 bytes |