summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-30 17:47:56 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-30 17:47:56 +0000
commit6c7deadb0866b9636eb897c945758dac97e87d25 (patch)
tree6dd196192c33af9bb752d87e605befca1ca0329e /pod
parent0ad39044976812f3d7577556791797d57eb65d61 (diff)
downloadperl-6c7deadb0866b9636eb897c945758dac97e87d25.tar.gz
Add perl594delta
p4raw-id: //depot/perl@27010
Diffstat (limited to 'pod')
-rw-r--r--pod/perl.pod1
-rw-r--r--pod/perl594delta.pod58
2 files changed, 59 insertions, 0 deletions
diff --git a/pod/perl.pod b/pod/perl.pod
index a8cc913481..ade4df6fdf 100644
--- a/pod/perl.pod
+++ b/pod/perl.pod
@@ -139,6 +139,7 @@ For ease of access, the Perl manual has been split up into several sections.
perlhist Perl history records
perldelta Perl changes since previous version
+ perl593delta Perl changes in version 5.9.3
perl592delta Perl changes in version 5.9.2
perl591delta Perl changes in version 5.9.1
perl590delta Perl changes in version 5.9.0
diff --git a/pod/perl594delta.pod b/pod/perl594delta.pod
new file mode 100644
index 0000000000..f41ad2cdfb
--- /dev/null
+++ b/pod/perl594delta.pod
@@ -0,0 +1,58 @@
+=head1 NAME
+
+perldelta - what is new for perl v5.9.4
+
+=head1 DESCRIPTION
+
+This document describes differences between the 5.9.3 and the 5.9.4
+developement releases. See L<perl590delta>, L<perl591delta>, L<perl592delta>
+and L<perl593delta> for the differences between 5.8.0 and 5.9.3.
+
+=head1 Incompatible Changes
+
+=head1 Core Enhancements
+
+=head1 Modules and Pragmata
+
+=head1 Utility Changes
+
+=head1 Documentation
+
+=head1 Performance Enhancements
+
+=head1 Installation and Configuration Improvements
+
+=head1 Selected Bug Fixes
+
+=head1 New or Changed Diagnostics
+
+=head1 Changed Internals
+
+=head1 Known Problems
+
+=head2 Platform Specific Problems
+
+=head1 Reporting Bugs
+
+If you find what you think is a bug, you might check the articles
+recently posted to the comp.lang.perl.misc newsgroup and the perl
+bug database at http://bugs.perl.org/ . There may also be
+information at http://www.perl.org/ , the Perl Home Page.
+
+If you believe you have an unreported bug, please run the B<perlbug>
+program included with your release. Be sure to trim your bug down
+to a tiny but sufficient test case. Your bug report, along with the
+output of C<perl -V>, will be sent off to perlbug@perl.org to be
+analysed by the Perl porting team.
+
+=head1 SEE ALSO
+
+The F<Changes> file for exhaustive details on what changed.
+
+The F<INSTALL> file for how to build Perl.
+
+The F<README> file for general stuff.
+
+The F<Artistic> and F<Copying> files for copyright information.
+
+=cut