summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-07-11 16:07:49 +0000
committerNicholas Clark <nick@ccl4.org>2004-07-11 16:07:49 +0000
commit3fd26999c5504c9243bdca8c31142b64ca449b10 (patch)
treea6f857091656d964417fd1816d555737f76b6dd2
parent58803bb63d75211f83a2da59f3689e0ffbc43d5e (diff)
downloadperl-3fd26999c5504c9243bdca8c31142b64ca449b10.tar.gz
Remove the Safe $VERSION FIXME.
Comment on the rearrangement of lib/unicore p4raw-id: //depot/maint-5.8/perl@23080
-rw-r--r--pod/perl585delta.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perl585delta.pod b/pod/perl585delta.pod
index 0c495c60e2..0b37c73f60 100644
--- a/pod/perl585delta.pod
+++ b/pod/perl585delta.pod
@@ -67,8 +67,6 @@ Pod::LaTeX upgraded to version 0.57
Safe now works properly with Carp
-FIXME $VERSION
-
=item *
Scalar-List-Utils upgraded to version 1.14
@@ -218,7 +216,8 @@ suggesting that the user use the C<-S> flag:
The Unicode character class files used by the regular expression engine are
now built at build time from the supplied Unicode consortium data files,
instead of being shipped prebuilt. This makes the compressed Perl source
-tarball about 200K smaller.
+tarball about 200K smaller. A side effect is that the layout of files inside
+lib/unicore has changed.
=head1 New Tests