diff options
author | Zefram <zefram@fysh.org> | 2012-05-25 21:19:20 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2012-05-25 21:19:20 +0100 |
commit | 4ea2708986710e9739b5a8ac2ccef0c3a2d896f4 (patch) | |
tree | d0c22c468eefddb2f57e3c1b9dca5df011a3986a /INSTALL | |
parent | 306088923cdcc7ca31da4d0eddf4f8e4b169b3e7 (diff) | |
download | perl-4ea2708986710e9739b5a8ac2ccef0c3a2d896f4.tar.gz |
fix comparative Perl version numbers
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2306,7 +2306,7 @@ http://www.chiark.greenend.org.uk/~sgtatham/bugs.html =head1 Coexistence with earlier versions of perl 5 -Perl 5.16 is not binary compatible with earlier versions of Perl. +Perl 5.17 is not binary compatible with earlier versions of Perl. In other words, you will have to recompile your XS modules. In general, you can usually safely upgrade from one version of Perl (e.g. |