diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-22 20:47:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-22 20:47:22 +0000 |
commit | be88ae9a63f0a616aaa36a70ccadbc445f7f3c57 (patch) | |
tree | b4cd639ace6f7a193c8fb0c4a77eec275e76c8e0 /devel/p5-File-Slurp | |
parent | 240f3f48bb6ab0f88b8213f3ed1cb6b94f3a67c6 (diff) | |
download | pkgsrc-be88ae9a63f0a616aaa36a70ccadbc445f7f3c57.tar.gz |
Update to 9999.11:
9999.10 Sun Oct 23 15:28:42 EDT 2005
- t/*.t modules don't use Fcntl.pm
- using POSIX qw( :fcntl_h ) instead of Fcntl qw( :seek ) for
backwards compatiblity to 5.00503
- added conditional definitions of SEEK_* and O_* subs as they are not
defined in perl 5.004
- File::Slurp now runs on perl 5.004 and newer (see BUGS section)
All of the above thanks to Smylers <Smylers@stripey.com>,
Piers Kent <piers.kent@bbc.co.uk> and
John Alden <john.alden@bbc.co.uk>
- Added pod.t and pod_coverage.t tests. This is to pass all
the CPANTS tests.
9999.11 changes not documented.
Diffstat (limited to 'devel/p5-File-Slurp')
-rw-r--r-- | devel/p5-File-Slurp/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-File-Slurp/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-File-Slurp/Makefile b/devel/p5-File-Slurp/Makefile index 432ff501f7e..36da8520fa3 100644 --- a/devel/p5-File-Slurp/Makefile +++ b/devel/p5-File-Slurp/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2005/08/06 06:19:10 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/22 20:47:22 wiz Exp $ -DISTNAME= File-Slurp-9999.09 +DISTNAME= File-Slurp-9999.11 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5fsl -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-Slurp/distinfo b/devel/p5-File-Slurp/distinfo index f57196b3b1f..0d028debdf0 100644 --- a/devel/p5-File-Slurp/distinfo +++ b/devel/p5-File-Slurp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/06/24 17:20:54 wiz Exp $ +$NetBSD: distinfo,v 1.2 2006/01/22 20:47:22 wiz Exp $ -SHA1 (File-Slurp-9999.09.tar.gz) = 568333c9bc8922d4529783d18664b9e0ea32063f -RMD160 (File-Slurp-9999.09.tar.gz) = 32aaf9252c592a4a3cea53c528880d71d51e319b -Size (File-Slurp-9999.09.tar.gz) = 24552 bytes +SHA1 (File-Slurp-9999.11.tar.gz) = c04133689b2a2828fe998297a598da3cf7513424 +RMD160 (File-Slurp-9999.11.tar.gz) = 175b33699a47e9193b962622a427c720c2806812 +Size (File-Slurp-9999.11.tar.gz) = 25693 bytes |