diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-03-19 11:43:35 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-03-19 11:43:35 +0000 |
commit | 3f575d8d31d599e5462cda971d11111dea58e41f (patch) | |
tree | 2d16a705dfa2c171175501338380dbdd1760995c /ext/Storable/Storable.pm | |
parent | 85d906a404244df35593b55ee85e9923d655348f (diff) | |
download | perl-3f575d8d31d599e5462cda971d11111dea58e41f.tar.gz |
Change Storable.xs to conditionally include ppport.h for pre 5.8.0
This allows the ppport.h to be deleted from ext/Storable, which will
reduce the potential for confusion.
Bump Storable's version to 2.12; update the ChangeLog
p4raw-id: //depot/perl@22536
Diffstat (limited to 'ext/Storable/Storable.pm')
-rw-r--r-- | ext/Storable/Storable.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 3d66d78a98..6c8cb3bab7 100644 --- a/ext/Storable/Storable.pm +++ b/ext/Storable/Storable.pm @@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter DynaLoader); use AutoLoader; use vars qw($canonical $forgive_me $VERSION); -$VERSION = '2.11'; +$VERSION = '2.12'; *AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr... # |