This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Storable 0.7.2 from Raphael Manfredi,
authorRadu Greab <radu@netsoft.ro>
Mon, 21 Aug 2000 03:10:05 +0000 (06:10 +0300)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 21 Aug 2000 02:57:03 +0000 (02:57 +0000)
commit7a6a85bf4acedfcba42e5cccce98ec9a408bc69e
tree7635e7cdf2c917f07f4ca813e96bcf77858c3620
parentb37ebb13f6aaa3a1b8a20b4a97e08bf9427d7e2f
Add Storable 0.7.2 from Raphael Manfredi,
plus the patch from

Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>

plus changes to get Storable to compile with
picky ANSI compilers.

p4raw-id: //depot/perl@6734
22 files changed:
MANIFEST
ext/Storable/ChangeLog [new file with mode: 0644]
ext/Storable/MANIFEST [new file with mode: 0644]
ext/Storable/Makefile.PL [new file with mode: 0644]
ext/Storable/README [new file with mode: 0644]
ext/Storable/Storable.pm [new file with mode: 0644]
ext/Storable/Storable.xs [new file with mode: 0644]
ext/Storable/patchlevel.h [new file with mode: 0644]
t/lib/st-06compat.t [new file with mode: 0644]
t/lib/st-blessed.t [new file with mode: 0644]
t/lib/st-canonical.t [new file with mode: 0644]
t/lib/st-dclone.t [new file with mode: 0644]
t/lib/st-dump.pl [new file with mode: 0644]
t/lib/st-forgive.t [new file with mode: 0644]
t/lib/st-freeze.t [new file with mode: 0644]
t/lib/st-overload.t [new file with mode: 0644]
t/lib/st-recurse.t [new file with mode: 0644]
t/lib/st-retrieve.t [new file with mode: 0644]
t/lib/st-store.t [new file with mode: 0644]
t/lib/st-tied.t [new file with mode: 0644]
t/lib/st-tiedhook.t [new file with mode: 0644]
t/lib/st-tieditems.t [new file with mode: 0644]