Subject: CVS commit: pkgsrc/devel/p5-Storable
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 12/04/2001 03:31:01
Module Name:	pkgsrc
Committed By:	mjl
Date:		Tue Dec  4 01:31:00 UTC 2001

Modified Files:
	pkgsrc/devel/p5-Storable: Makefile distinfo

Log Message:
Update to 1.0.14

        This is the LAST maintenance release of the Storable module.
        Indeed, Storable is now part of perl 5.8, and will be maintained
        as part of Perl.  The CPAN module will remain available there
        for people running pre-5.8 perls.

        Avoid requiring Fcntl upfront, useful to embedded runtimes.
        Use an eval {} for testing, instead of making Storable.pm
        simply fail its compilation in the BEGIN block.

        store_fd() will now correctly autoflush file if needed.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/p5-Storable/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/p5-Storable/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.