summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-09-01 14:10:20 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-01 14:10:20 +0000
commita1ba9576c2b015a0eee76e46d01633c35ca2147a (patch)
treeb11bfa1e8a0322b8cf5d1735f26b3124c780375a
parenta5845cb7762e6c541992fa3dbeddbc9a60883460 (diff)
downloadperl-a1ba9576c2b015a0eee76e46d01633c35ca2147a.tar.gz
Mention warnings fixes and updates.
p4raw-id: //depot/perl@6973
-rw-r--r--pod/perldelta.pod7
1 files changed, 5 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a903e789f9..97addbfd68 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -160,8 +160,9 @@ the podlators bundle, Pod::LaTeX, Pod::Parser, Term::ANSIColor, Test.
Bug fixes and minor enhancements have been applied to B::Deparse,
Data::Dumper, IO::Poll, IO::Socket::INET, Math::BigFloat,
-Math::Complex, Math::Trig, Net::protoent, re, SelfLoader, Sys::SysLog,
-Test::Harness, Text::Wrap, UNIVERSAL.
+Math::Complex, Math::Trig, Net::protoent, the re pragma, SelfLoader,
+Sys::SysLog, Test::Harness, Text::Wrap, UNIVERSAL, and the warnings
+pragma.
=item *
@@ -210,6 +211,8 @@ C<%INC> now localised in a Safe compartment so that use/require work.
The Shell module now has an OO interface.
+=item *
+
=back
=head1 Utility Changes