In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6ba817f3a63566a08fee8b6913af0d07d0983a78?hp=7629e1de9d3f74ba4df4ac1c9699961b68ff4a22>

- Log -----------------------------------------------------------------
commit 6ba817f3a63566a08fee8b6913af0d07d0983a78
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Fri Jan 20 12:46:10 2012 +0000

    Removed more boilerplating from perldelta
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |   32 ++++----------------------------
 1 files changed, 4 insertions(+), 28 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 14cb96c..9953c24 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1,11 +1,5 @@
 =encoding utf8
 
-=for comment
-This has been completed up to 1a50d74bac4, except for:
-8629c11317 smueller Escape double-quotes in generated #line directives
-8dc67a69b  shlomif  perl -d: display lines inside subroutines.
-3dfd1b5cd2 leont    Export PerlIOBase_open
-
 =head1 NAME
 
 perldelta - what is new for perl v5.15.7
@@ -19,10 +13,6 @@ If you are upgrading from an earlier release such as 5.15.5, 
first read
 L<perl5156delta>, which describes differences between 5.15.5 and
 5.15.6.
 
-=head1 Notice
-
-XXX Any important notices here
-
 =head1 Core Enhancements
 
 =head2 C<use charnames> no longer needed for C<\N{I<name>}>
@@ -51,24 +41,6 @@ regular expression in a thread, the result will be known 
immediately to
 all regular expressions, and the relentless march of using up memory is
 slowed considerably.
 
-=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
-
-XXX For a release on a stable branch, this section aspires to be:
-
-    There are no changes intentionally incompatible with 5.XXX.XXX
-    If any exist, they are bugs, and we request that you submit a
-    report.  See L</Reporting Bugs> below.
-
-[ List each incompatible change as a =head2 entry ]
-
 =head1 Deprecations
 
 =head2 Deprecated Modules
@@ -200,6 +172,10 @@ within a BEGIN block) [perl #107410] [rt.cpan.org #50315].
 
 =item *
 
+L<ExtUtils::ParseXS> has been upgraded from version 3.08 to version 3.12.
+
+=item *
+
 L<Locale::Maketext> has been upgraded from version 1.21 to version 1.22.
 
 =item *

--
Perl5 Master Repository

Reply via email to