In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e40f080eadb45b2fc0feee5109420f2f70c81ccd?hp=d1e5937230211e026f2fb79c9c655555e94ff6b9>

- Log -----------------------------------------------------------------
commit e40f080eadb45b2fc0feee5109420f2f70c81ccd
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Wed Feb 20 16:46:34 2013 +0000

    Remove more perldelta boilerplate
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 1f71ddf..9443db3 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

--
Perl5 Master Repository

Reply via email to