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]
This commit is contained in:
hiramatsu 2011-11-25 11:43:35 +00:00
parent 3130efdb89
commit c024f9cda4
2 changed files with 6 additions and 7 deletions

View file

@ -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/}

View file

@ -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