Updating package for CPAN module File::Next in devel/p5-File-Next from
1.06nb2 to 1.10. upstream changes: 1.10 Thu Jun 14 19:55:57 CDT 2012 [ENHANCEMENTS] Added the warning_handler argument to File::Next::from_file(). This is so from_file() can throw a warning if a non-existent file is in the file it came from. [FIXES] from_file() should return undef if the file can't be opened. Fixed test failures and made tests more portable. 1.08 Sun May 20 22:43:19 CDT 2012 [ENHANCEMENTS] Added File::Next::from_file() to get the list of files to iterate over from a file, or from STDIN. Named pipes are now supported. [INTERNAL] Add more tests, and clean up some Perl::Critic warnings.
This commit is contained in:
parent
cff22432a1
commit
089d87dc5d
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2011/08/13 08:04:24 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2012/09/11 08:35:40 sno Exp $
|
||||
|
||||
DISTNAME= File-Next-1.06
|
||||
DISTNAME= File-Next-1.10
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/08/09 11:30:52 sno Exp $
|
||||
$NetBSD: distinfo,v 1.3 2012/09/11 08:35:40 sno Exp $
|
||||
|
||||
SHA1 (File-Next-1.06.tar.gz) = b7090a8ee319a164de944e640059453b0695553a
|
||||
RMD160 (File-Next-1.06.tar.gz) = a514660aef508777048b9bbcb91a4736d1ceacfa
|
||||
Size (File-Next-1.06.tar.gz) = 13511 bytes
|
||||
SHA1 (File-Next-1.10.tar.gz) = b66ec15236a5857a86f5f961b154f5b4e8ee188a
|
||||
RMD160 (File-Next-1.10.tar.gz) = 682bfc857de63cc0472858d2c35c7727f6b33ad7
|
||||
Size (File-Next-1.10.tar.gz) = 16461 bytes
|
||||
|
|
Loading…
Reference in a new issue