Update to 3.32
Upstream changes: 3.32 Wed Nov 28 21:42:59 CST 2012 Emergency break fix for abs paths on *nix 3.31 Tue Nov 20 16:33:10 CST 2012 Adds new method: File::Util::atomize() which explodes a fully-qualified filename into it's root, path, and filename... which was necessary to squish the long-standing bug in fully-qualified file names on MS Windows... Also, the '--rpattern=^pat$' flag should works recursively for you in File::Util::list_dir(), in order to provide you with patterns that are applied at every level in your file tree, while preserving the current behavior of the '--pattern=^pat$' flag, which is not applied recursively. Another bug bites the dust. Fixes CPAN RT# 46368 and 64775, respectively Lots of code cleanup, and more documentation forthcoming in next release will be here very soon, primarily to document the small additions here and also to clean up the documentation itslef (particularly the code examples which need style-fixes). This is a stable release. 3.30_003 Thu, Nov 15, 2012 5:59:38 PM Development release. BETA. Do not use for production! This release introduces new code optimizations and extensive cleanup. The previously required module Class::OOorNO has been removed from the prerequisites and any methods that it exported are no longer available for import to your namespace(s). This shouldn't be a problem though, because that module was almost never used at all, and no one ever even knew you could get its methods from File::Util anyway. Onward and upward, we're inching slowly but surely toward 3.31 final. There's been a lot of code refactoring and regex optimization. A lot of planning and work will be going into 3.30, and this is the first release candidate. 3.30_001 Mon Nov 12 18:00:16 CST 2012 Development release. BETA. Do not use for production! This release attempts to fix MS Windows-related problems, and introduces bugfixes for CPAN RT# 46368 and 67399. As a result, the test suite has been slightly improved (and will continue to improve). There's been a lot of code refactoring and regex optimization. A lot of planning and work will be going into 3.30, and this is the first release candidate. 2.29 Wed Oct 17 09:38:36 CDT 2012 Fixed bug where list_dir() did not continue to recurse if it encountered an error while running with the --fatals-as-warning flag. If running in default mode, it is normal behavior for File::Util to abort execution on error, but when running with --fatals-as-warning flag, such errors should not have caused recursion to fail. (CPAN RT# 52319) Changed the brackets surrounding error messages to "<<" and ">>" so that the glyphs display in most terminals. Modified/updated documentation and test suite to accomodate these new changes. 2.28 Sat Sep 29 17:38:47 CDT 2012 Adding a patch to fix breakage under Perl 5.17 (CPAN RT#31013) Fix spelling error in documentation and code comments (CPAN RT# #64854)
This commit is contained in:
parent
8381aee2b9
commit
3136bf3eda
2 changed files with 6 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.5 2012/10/31 11:18:14 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2012/11/29 14:21:32 wen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= File-Util-3.27
|
||||
DISTNAME= File-Util-3.32
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
||||
|
@ -14,7 +13,6 @@ LICENSE= ${PERL5_LICENSE}
|
|||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
DEPENDS+= p5-Class-OOorNO>=0.01:../../devel/p5-Class-OOorNO
|
||||
DEPENDS+= p5-Exception-Handler>=1:../../devel/p5-Exception-Handler
|
||||
|
||||
PERL5_PACKLIST= auto/File/Util/.packlist
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/07/07 18:19:39 sno Exp $
|
||||
$NetBSD: distinfo,v 1.2 2012/11/29 14:21:32 wen Exp $
|
||||
|
||||
SHA1 (File-Util-3.27.tar.gz) = 99e757667b5b2ccfc57b8445204cc99d63c37d2e
|
||||
RMD160 (File-Util-3.27.tar.gz) = 25c078d048ea1096968bd8fcefcc4949e1e3ef72
|
||||
Size (File-Util-3.27.tar.gz) = 44623 bytes
|
||||
SHA1 (File-Util-3.32.tar.gz) = cb5a5be242230f429aaa78c31062f80eb85ec124
|
||||
RMD160 (File-Util-3.32.tar.gz) = 793a6ccde496ca8316866013259f88070b5d28e3
|
||||
Size (File-Util-3.32.tar.gz) = 49081 bytes
|
||||
|
|
Loading…
Reference in a new issue