summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2012-09-11 08:35:40 +0000
committersno <sno@pkgsrc.org>2012-09-11 08:35:40 +0000
commit07e38d8a166b66d49217bc6ab7f7f79781e5f44a (patch)
tree6579b820eea94139327c4320e2f6d62a87677ff4
parentff45783927bc67f393f438161a43d6f2880ab048 (diff)
downloadpkgsrc-07e38d8a166b66d49217bc6ab7f7f79781e5f44a.tar.gz
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.
-rw-r--r--devel/p5-File-Next/Makefile5
-rw-r--r--devel/p5-File-Next/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-File-Next/Makefile b/devel/p5-File-Next/Makefile
index b6ac0406423..76909e49e60 100644
--- a/devel/p5-File-Next/Makefile
+++ b/devel/p5-File-Next/Makefile
@@ -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/}
diff --git a/devel/p5-File-Next/distinfo b/devel/p5-File-Next/distinfo
index 80419ccb8a1..b08fbd6e070 100644
--- a/devel/p5-File-Next/distinfo
+++ b/devel/p5-File-Next/distinfo
@@ -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