summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-01-03 19:24:00 +0000
committerNicholas Clark <nick@ccl4.org>2004-01-03 19:24:00 +0000
commit7224c650f2c20f798575fdf9ecc82fe277635a86 (patch)
treebc6f99bc8a65485e38b7749cbdc6c4fe4057c4ce /ext
parentdcf2e277aa4d17b79fa38b2f8bd20f8c90699f6d (diff)
downloadperl-7224c650f2c20f798575fdf9ecc82fe277635a86.tar.gz
No matter how hard you proof read it, something always slips through.
p4raw-id: //depot/perl@22050
Diffstat (limited to 'ext')
-rw-r--r--ext/Storable/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Storable/ChangeLog b/ext/Storable/ChangeLog
index f8ab98ce00..ea038c8fa0 100644
--- a/ext/Storable/ChangeLog
+++ b/ext/Storable/ChangeLog
@@ -3,10 +3,10 @@ Sat Jan 3 18:49:18 GMT 2004 Nicholas Clark <nick@ccl4.org>
Version 2.09
Fix minor problems with the CPAN release
- 1: Make Storable.xs to work on 5.8.2 and later (already in the core)
+ 1: Make Storable.xs work on 5.8.2 and later (already in the core)
2: Ship the linux hints file
3: Ship Test::More for the benefit of Perls pre 5.6.2
- 4: Correct Makefile.PL to install in core for 5.8.0 and later
+ 4: Correct Makefile.PL to only install in core for 5.8.0 and later
Sat Sep 6 01:08:20 IST 2003 Abhijit Menon-Sen <ams@wiw.org>