diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-20 16:46:34 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-20 16:48:34 +0000 |
commit | e40f080eadb45b2fc0feee5109420f2f70c81ccd (patch) | |
tree | 460efd1d1b84f4da4b3935bfde5b17624b7cdebb /pod | |
parent | d1e5937230211e026f2fb79c9c655555e94ff6b9 (diff) | |
download | perl-e40f080eadb45b2fc0feee5109420f2f70c81ccd.tar.gz |
Remove more perldelta boilerplate
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1f71ddf1d0..9443db374b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -14,12 +14,6 @@ L<perl5178delta>, which describes differences between 5.17.7 and 5.17.8. =head1 Core Enhancements -XXX New core language features go here. Summarize user-visible core language -enhancements. Particularly prominent performance optimisations could go -here, but most should go in the L</Performance Enhancements> section. - -[ List each enhancement as a =head2 entry ] - =head2 Interpolations now Accepted in Regular Expression Set Operations Perl v5.17.8 introduced L<regular expression set operations|perlre/(?[ ])>. @@ -30,14 +24,6 @@ previously-compiled set into a bigger set, like this: ... qr/(?[ \p{Digit} & $thai_or_lao ])/; -=head1 Security - -XXX Any security-related notices go here. In particular, any security -vulnerabilities closed should be noted here rather than in the -L</Selected Bug Fixes> section. - -[ List each security issue as a =head2 entry ] - =head1 Incompatible Changes =head2 C<$ENV{foo} = undef> no longer deletes value from environ @@ -288,29 +274,8 @@ lower. [perl #109828] =back -=head2 Removed Modules and Pragmata - -=over 4 - -=item * - -XXX - -=back - =head1 Documentation -XXX Changes to files in F<pod/> go here. Consider grouping entries by -file and be sure to link to the appropriate page, e.g. L<perlfunc>. - -=head2 New Documentation - -XXX Changes which create B<new> files in F<pod/> go here. - -=head3 L<XXX> - -XXX Description of the purpose of the new file here - =head2 Changes to Existing Documentation =head3 L<perlsec> @@ -455,8 +420,6 @@ number of the highest index in the array, not the number of elements it contains. (The name C<av_top> which was introduced in Perl v.5.17.8 has been removed.) -XXX - =back =head1 Selected Bug Fixes |