diff options
-rw-r--r-- | Changes | 4 | ||||
-rw-r--r-- | INSTALL | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -12,9 +12,9 @@ at http://perl5.git.perl.org/perl.git (follow the 'shortlog' link beside the relevant tag). Or, you can download a copy of the git repository and then run a command like - git log --name-status v5.13.6..v5.13.7 + git log --name-status v5.13.7..v5.13.8 -to view all the changes between 5.13.6 and 5.13.7. +to view all the changes between 5.13.7 and 5.13.8. See pod/perlrepository.pod for more details on using git and accessing the commit history. @@ -2389,7 +2389,7 @@ seriously consider using a separate directory, since development subversions may not have all the compatibility wrinkles ironed out yet. -=head2 Upgrading from 5.13.4 or earlier +=head2 Upgrading from 5.13.7 or earlier B<Perl 5.13.8 is binary incompatible with Perl 5.13.7 and any earlier Perl release.> Perl modules having binary parts |