summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2006-01-16 19:33:53 -0800
committerNicholas Clark <nick@ccl4.org>2006-01-17 12:18:22 +0000
commitc9940aec5af192a924af653e11ba1d9623106486 (patch)
tree045a6c71db3effc0919c471363006838fb072097
parent25a92db4d0d6767719c1b5f428eab29084162ece (diff)
downloadperl-c9940aec5af192a924af653e11ba1d9623106486.tar.gz
Re: Perl 5.8.8's perldelta
Message-ID: <lrek37f5r2.fsf@caliper.activestate.com> Date: 17 Jan 2006 03:33:53 -0800 p4raw-id: //depot/maint-5.8/perl@26874
-rw-r--r--pod/perl588delta.pod376
1 files changed, 364 insertions, 12 deletions
diff --git a/pod/perl588delta.pod b/pod/perl588delta.pod
index 6b77dc786c..f0cdf6982f 100644
--- a/pod/perl588delta.pod
+++ b/pod/perl588delta.pod
@@ -154,9 +154,9 @@ viacode() now accept hex strings and is better optimized.
=item *
-CPAN upgraded to version 1.83. This provides
+CPAN upgraded to version 1.83
-=over 4
+=over
=item *
@@ -487,18 +487,59 @@ File::Basename upgraded to version 2.74
File::Copy upgraded to version 2.09
+=over
+
+=item *
+
+copy a file onto itself used to fail.
+
+=item *
+
+moving a file between file systems now preserves the access and
+modification time stamps
+
+=back
+
=item *
File::Find upgraded to version 1.10
+=over
+
+=item *
+
+windows portability fixes
+
+=item *
+
+enhanced documentation
+
+=back
+
=item *
File::Glob upgraded to version 1.05
+=over
+
+=item *
+
+internal cleanup
+
+=back
+
=item *
File::Path upgraded to version 1.08
+=over
+
+=item *
+
+mkpath now preserves errno when mkdir fails
+
+=back
+
=item *
File::Spec upgraded to version 3.12
@@ -507,6 +548,14 @@ File::Spec upgraded to version 3.12
FileCache upgraded to version 1.06
+=over
+
+=item *
+
+POD formatting error in documentation fixed
+
+=back
+
=item *
Filter::Simple upgraded to version 0.82
@@ -528,29 +577,116 @@ restrictive than usual.
GDBM_File upgraded to version 1.08
+=over
+
+=item *
+
+internal cleanup
+
+=back
+
=item *
Getopt::Long upgraded to version 2.35
+=over
+
+=item *
+
+C<prefix_pattern> has now been complemented by a new configuration
+option C<long_prefix_pattern> that allows the user to specify what
+prefix patterns should have long option style sematics applied.
+
+=item *
+
+options can now take multiple values at once (experimental)
+
+=item *
+
+various bug fixes
+
+=back
+
=item *
if upgraded to version 0.05
+=over
+
+=item *
+
+give more meaningful error messages from if.pm when invoked with a
+condition in list context.
+
+=item *
+
+restore backwards compatibility with earlier versions of perl
+
+=back
+
=item *
IO upgraded to version 1.22
+=over
+
+=item *
+
+enhanched documentation
+
+=item *
+
+internal cleanup
+
+=back
+
=item *
IPC::Open2 upgraded to version 1.02
+=over
+
+=item *
+
+enhanced documentation
+
+=back
+
=item *
IPC::Open3 upgraded to version 1.02
+=over
+
=item *
-List::Util upgraded to version 1.18
+enhanced documentation
+
+=back
+
+=item *
+
+List::Util upgraded to version 1.18 (was 1.14)
+
+=over
+
+=item *
+
+fix pure-perl version of refaddr to avoid blessing an un-blessed reference
+
+=item *
+
+use XSLoader for faster loading
+
+=item *
+
+fixed various memory leaks
+
+=item *
+
+internal cleanup and portability fixes
+
+=back
=item *
@@ -564,46 +700,130 @@ Math::Trig upgraded to version 1.03
MIME::Base64 upgraded to version 3.07
+=over
+
+=item *
+
+use XSLoader for faster loading
+
+=item *
+
+enhanced documentation
+
+=item *
+
+internal cleanup
+
+=back
+
=item *
NDBM_File upgraded to version 1.06
+=over
+
+=item *
+
+enhanced documentation
+
+=back
+
=item *
ODBM_File upgraded to version 1.06
+=over
+
+=item *
+
+documentation typo fixed
+
+=item *
+
+internal cleanup
+
+=back
+
=item *
Opcode upgraded to version 1.06
+=over
+
+=item *
+
+enhanced documentation
+
+=item *
+
+internal cleanup
+
+=back
+
=item *
open upgraded to version 1.05
+=over
+
+=item *
+
+enhanced documentation
+
+=back
+
=item *
overload upgraded to version 1.04
+=over
+
+=item *
+
+enhanced documentation
+
+=back
+
=item *
PerlIO upgraded to version 1.04
+=over
+
=item *
-PerlIO::encoding upgraded to version 0.09
+PerlIO::via iterate over layers properly now
=item *
-PerlIO::scalar upgraded to version 0.04
+PerlIO::scalar understands C<< $/ = "" >> now
=item *
-PerlIO::via upgraded to version 0.03
+encoding(utf-8-strict) with partial characters now work
+
+=item *
+
+enhanced documentation
+
+=item *
+
+internal cleanup
+
+=back
=item *
Pod::Functions upgraded to version 1.03
+=over
+
+=item *
+
+documentation typos fixed
+
+=back
+
=item *
Pod::Html upgraded to version 1.0504
@@ -615,36 +835,116 @@ Pod::Html upgraded to version 1.0504
HTML output will now correctly link
to C<=item>s on the same page, and should be valid XHTML.
+=item *
+
+Variable names are recognized as intended
+
+=item *
+
+documentation typos fixed
+
=back
=item *
Pod::Parser upgraded to version 1.32
+=over
+
+=item *
+
+allow fixes that start with =head on the first line
+
+=item *
+
+windows portability fix
+
+=item *
+
+exit status of pod2usage fixed
+
+=item *
+
+New C<-noperldoc> switch to pod2usage
+
+=item *
+
+arbitrary URL schemes now allowed
+
+=item *
+
+documentation typos fixed
+
+=back
+
=item *
POSIX upgraded to version 1.09
+=over
+
+=item *
+
+documentation typos fixed
+
+=item *
+
+internal cleanup
+
+=back
+
=item *
re upgraded to version 0.05
+=over
+
+=item *
+
+documentation typo fixed
+
+=back
+
=item *
Safe upgraded to version 2.12
+=over
+
=item *
-Scalar::Util upgraded to version 1.18
+minor documentation enhancement
+
+=back
=item *
SDBM_File upgraded to version 1.05
+=over
+
+=item *
+
+documentation typo fixed
+
+=item *
+
+internal cleanup
+
+=back
+
=item *
Socket upgraded to version 1.78
+=over
+
+=item *
+
+internal cleanup
+
+=back
+
=item *
Storable upgraded to version 2.15
@@ -712,7 +1012,7 @@ Improved documentation.
Term::ANSIColor upgraded to version 1.10
-=over 4
+=over
=item *
@@ -729,19 +1029,59 @@ Improved tests.
Term::ReadLine upgraded to version 1.02
+=over
+
+=item *
+
+documentation tweaks
+
+=back
+
=item *
-Test::Harness upgraded to version 2.56
+Test::Harness upgraded to version 2.56 (was 2.48)
+
+=over
=item *
-Test::Simple upgraded to version 0.62
+The Test::Harness timer is now off by default.
+
+=item *
+
+Now shows elapsed time in 1000ths of a second.
+
+=item *
+
+various bug fixes
+
+=back
+
+=item *
+
+Test::Simple upgraded to version 0.62 (was 0.54)
+
+=over
+
+=item *
+
+is_deeply() failed to work for many cases
+
+=item *
+
+various minor bug fixes
+
+=item *
+
+documentation enhancements
+
+=back
=item *
Text::Tabs upgraded to version 2005.0824
-=over 4
+=over
=item *
@@ -753,7 +1093,7 @@ Provides a faster implementation of C<expand>
Text::Wrap upgraded to version 2005.082401
-=over 4
+=over
=item *
@@ -766,6 +1106,18 @@ but add linebreaks with some other string.
threads upgraded to version 1.07
+=over
+
+=item *
+
+various bugfixes
+
+=item *
+
+internal cleanup
+
+=back
+
=item *
threads::shared upgraded to version 0.94