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/MANIFEST | |
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/MANIFEST')
-rw-r--r-- | ext/Storable/MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/MANIFEST b/ext/Storable/MANIFEST index 03cd5efe5c..bc8ecb5388 100644 --- a/ext/Storable/MANIFEST +++ b/ext/Storable/MANIFEST @@ -5,7 +5,7 @@ Storable.pm The perl side of Storable Storable.xs The C side of Storable ChangeLog Changes since baseline hints/linux.pl Hint file to drop gcc to -O2 -ppport.h Compatibility header +# ppport.h Compatibility header t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload t/blessed.t See if Storable works |