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 | 7655bb11d160b7736af148d70f5e11b25ddc4d66 (patch) | |
tree | b4cd639ace6f7a193c8fb0c4a77eec275e76c8e0 /devel/p5-File-Slurp/Makefile | |
parent | 6046c1e2c86c613d279324280adfe4b3ccb31eb0 (diff) | |
download | pkgsrc-7655bb11d160b7736af148d70f5e11b25ddc4d66.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/Makefile')
-rw-r--r-- | devel/p5-File-Slurp/Makefile | 5 |
1 files changed, 2 insertions, 3 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/} |