Update to 0.31

Upstream changes:
0.31  Tue Feb  5 11:51:59 CST 2013

 - Optimization: stringify variables passed to canonpath [David Golden]

 - Optimization: Use internal guts when constructing Dirs from
   Dirs, instead of concatenating and splitting them again with
   File::Spec. [David Golden]

 - Fix grammar error in docs. [Karen Etheridge]

 - Implement a 'split' parameter for the slurp() method [suggested by Yanick Champoux]

 - In docs, replace unicode MINUS SIGN with ascii HYPHEN-MINUS [Randy Stauner]

0.29  Mon Dec 17 23:55:07 CST 2012

 - Add components() method, which returns directory names (and
   filename, if this is a File object) as a list.

 - Fix a test failure on non-Unix platforms, the 07-recurseprune.t
   test was written in a Unix-specific way.

0.28  Sat Dec 15 21:40:17 CST 2012

 - Fix test failures when run as root - they were relying on
   permissions failures, but permissions never fail as root. [Spotted
   by AAR and Chris Williams]

 - Add links in docs to the other modules we rely on & talk about in
   the docs.  Makes for easier viewing through search.cpan.org /
   MetaCPAN. [David Precious]

 - Fixed some misleading variable names in docs. [RT#81795] [Pau Amma]

0.27  Sat Dec  8 19:24:15 CST 2012

 - Added pruning support in dir->recurse(). If recurse callback
   returns $item->PRUNE, no children of this item will be
   analyzed. [Marcin Kasperski]

 - Documented 'basename' method for directories. [Fabrice Gabolde]

 - Added traverse_if() function, which allows one to filter children
   before processing them. [Marcin Kasperski]

 - Added tempdir() function. [cho45]
This commit is contained in:
wen 2013-02-17 14:12:51 +00:00
parent 9a9a8f4847
commit 2daffaaf5f
2 changed files with 7 additions and 8 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.15 2012/10/31 11:18:47 asau Exp $
# $NetBSD: Makefile,v 1.16 2013/02/17 14:12:51 wen Exp $
#
DISTNAME= Path-Class-0.26
DISTNAME= Path-Class-0.31
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWILLIAMS/}
@ -15,7 +14,7 @@ LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Path/Class/.packlist
PERL5_PACKLIST= auto/Path/Class/.packlist
DEPENDS+= {perl>=5.10.0,p5-PathTools>=3.19}:../../devel/p5-PathTools

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2012/07/06 11:29:08 sno Exp $
$NetBSD: distinfo,v 1.9 2013/02/17 14:12:51 wen Exp $
SHA1 (Path-Class-0.26.tar.gz) = 418c880100a3579d63d742f28328e7e8e4cf1370
RMD160 (Path-Class-0.26.tar.gz) = 370ebdc366facdcc2f3394bfc3cbce657c3e8507
Size (Path-Class-0.26.tar.gz) = 29917 bytes
SHA1 (Path-Class-0.31.tar.gz) = eda97eb97aab8a526877a1aee5ba7fea6fd73d56
RMD160 (Path-Class-0.31.tar.gz) = e8f1d245fc451ee2103feb4d0fe350810b9038e1
Size (Path-Class-0.31.tar.gz) = 32052 bytes