diff options
author | wen <wen@pkgsrc.org> | 2013-02-17 14:12:51 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-02-17 14:12:51 +0000 |
commit | 2daffaaf5f3f0a28bec1b78b0e638f8296608a98 (patch) | |
tree | 02e029c0afb5d9e9617f22c558ce29b552ef6e11 /devel | |
parent | 9a9a8f48473f555ba0bcd40db6d8682d1dcec663 (diff) | |
download | pkgsrc-2daffaaf5f3f0a28bec1b78b0e638f8296608a98.tar.gz |
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]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Path-Class/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Path-Class/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Path-Class/Makefile b/devel/p5-Path-Class/Makefile index fa7922629fe..69d6d2e976e 100644 --- a/devel/p5-Path-Class/Makefile +++ b/devel/p5-Path-Class/Makefile @@ -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 diff --git a/devel/p5-Path-Class/distinfo b/devel/p5-Path-Class/distinfo index 44ecd40e406..98f7604b130 100644 --- a/devel/p5-Path-Class/distinfo +++ b/devel/p5-Path-Class/distinfo @@ -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 |