In perl.git, the branch maint-5.10 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/0747ec99a32e0452638804aaadda54efb0b2eb5f?hp=93fd91e911a477baefce6da6421633ed3112d0f8>

- Log -----------------------------------------------------------------
commit 0747ec99a32e0452638804aaadda54efb0b2eb5f
Author: Andy Dougherty <[email protected]>
Date:   Fri Jul 3 13:15:11 2009 -0400

    Tiny perl5101delta.pod typo
    
    This gixes a tiny typo ("See" was doubled).

M       pod/perl5101delta.pod

commit c8c00847bde62083b574ccc340d52ae7cf200485
Author: Andy Dougherty <[email protected]>
Date:   Fri Jul 3 13:14:06 2009 -0400

    INSTALL tweaks
    
    This patch tweaks the 5.10.x INSTALL file in two ways.  First, it
    updates the perl*delta.pod references to 5.10.1.  Second, it's explicit
    about what "prior releases" of perl it is binary compatible with.
    
    [This isn't suitable for blead, so I didn't apply it there.]

M       INSTALL
-----------------------------------------------------------------------

Summary of changes:
 INSTALL               |    9 +++++----
 pod/perl5101delta.pod |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/INSTALL b/INSTALL
index d278bd7..ba0671e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -75,12 +75,13 @@ directory.
 
 =head2 Changes and Incompatibilities
 
-Please see pod/perl5100delta.pod for a description of the changes and
+Please see pod/perl5101delta.pod for a description of the changes and
 potential incompatibilities introduced with this release.  A few of
 the most important issues are listed below, but you should refer
-to pod/perl5100delta.pod for more detailed information.
+to pod/perl5101delta.pod for more detailed information.
 
-B<WARNING:> This version is not binary compatible with prior releases of Perl.
+B<WARNING:> This version is not binary compatible with releases of
+Perl prior to 5.10.0.
 If you have built extensions (i.e. modules that include C code)
 using an earlier version of Perl, you will need to rebuild and reinstall
 those extensions.
@@ -93,7 +94,7 @@ The standard extensions supplied with Perl will be handled 
automatically.
 
 On a related issue, old modules may possibly be affected by the changes
 in the Perl language in the current release.  Please see
-pod/perl5100delta.pod for a description of what's changed.  See your
+pod/perl5101delta.pod for a description of what's changed.  See your
 installed copy of the perllocal.pod file for a (possibly incomplete)
 list of locally installed modules.  Also see CPAN::autobundle for one
 way to make a "bundle" of your currently installed modules.
diff --git a/pod/perl5101delta.pod b/pod/perl5101delta.pod
index 1790913..6787310 100644
--- a/pod/perl5101delta.pod
+++ b/pod/perl5101delta.pod
@@ -157,7 +157,7 @@ alter the location of any files in the final installation.
 =item *
 
 As part of the C<Test::Harness> 2.x to 3.x upgrade, the experimental
-C<Test::Harness::Straps> module has been removed. See 
+C<Test::Harness::Straps> module has been removed.
 See L</"Updated Modules"> for more details.
 
 =item *

--
Perl5 Master Repository

Reply via email to