diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-03-18 18:21:32 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-03-18 18:21:32 +0000 |
commit | e0eb806da65d9c202cc8d19c8a8cd7a0cbeb7857 (patch) | |
tree | 72ed2dab90a77363d7c74f22d49171856dbea23c /pod/perl592delta.pod | |
parent | 17625bd2bf8805259796589d280425017e98f645 (diff) | |
download | perl-e0eb806da65d9c202cc8d19c8a8cd7a0cbeb7857.tar.gz |
Add a perl592delta.pod man page.
p4raw-id: //depot/perl@22530
Diffstat (limited to 'pod/perl592delta.pod')
-rw-r--r-- | pod/perl592delta.pod | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/pod/perl592delta.pod b/pod/perl592delta.pod new file mode 100644 index 0000000000..9041b064be --- /dev/null +++ b/pod/perl592delta.pod @@ -0,0 +1,58 @@ +=head1 NAME + +perldelta - what is new for perl v5.9.2 + +=head1 DESCRIPTION + +This document describes differences between the 5.9.1 and the 5.9.2 +developement releases. See L<perl590delta> and L<perl591delta> for the +differences between 5.8.0 and 5.9.1. + +=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 |