summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-03 13:38:14 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-03 13:38:14 +0000
commit76663d673931e4e37150bc8e1f2ecfb834961ba3 (patch)
tree6d18e9666f7f84ad574e9735662e58542c614f86
parent4428420042d0cf28e95202fca89341c18b3a4b1c (diff)
downloadperl-76663d673931e4e37150bc8e1f2ecfb834961ba3.tar.gz
perldelta updates.
p4raw-id: //depot/perl@13435
-rw-r--r--pod/perldelta.pod51
1 files changed, 49 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index f8cf85f13f..6ccff1a449 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -7,6 +7,36 @@ perldelta - what is new for perl v5.8.0
This document describes differences between the 5.6.0 release and the
5.8.0 release.
+=head1 Highlights
+
+=over 4
+
+=item *
+
+Better Unicode support
+
+=item *
+
+New Thread Implementation
+
+=item *
+
+Many New Modules
+
+=item *
+
+Better Numeric Accuracy
+
+=item *
+
+Safe Signals
+
+=item *
+
+More Extensive Regression Testing
+
+=back
+
=head1 Incompatible Changes
=head2 64-bit platforms and malloc
@@ -888,7 +918,13 @@ handlers, installing new handlers was not atomic.
=item *
-C<%INC> now localised in a Safe compartment so that use/require work.
+In C<Safe> the C<%INC> now localised in a Safe compartment so that
+use/require work.
+
+=item *
+
+In C<Search::Dict> one can now have a pre-processing hook for the
+lines being searched.
=item *
@@ -2093,7 +2129,18 @@ such as sudo (see http://www.courtesan.com/sudo/).
=head1 New Tests
-Several new tests have been added, especially for the F<lib> subsection.
+Several new tests have been added, especially for the F<lib>
+subsection. There are now about 34 000 individual tests (spread over
+about 530 test scripts), in the regression suite (5.6.1 has about
+11700 tests, in 258 test scripts) Many of the new tests are introduced
+by the new modules, but still in general Perl is now more thoroughly
+tested.
+
+Because of the large number of tests, running the regression suite
+will take considerably longer time than it used to: expect the suite
+to take up to 4-5 times longer to run than in perl 5.6. In a really
+fast machine you can hope to finish the suite in about 5 minutes
+(wallclock time).
The tests are now reported in a different order than in earlier Perls.
(This happens because the test scripts from under t/lib have been moved