From: Vincent Pit Date: Sat, 24 Aug 2013 18:19:32 +0000 (-0300) Subject: Make Perl version numbers more readable X-Git-Tag: v0.53~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=f0c2ee982ca04e4c4338b26ceeea4fddfb465a8e Make Perl version numbers more readable --- diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 53a922b..4ee2467 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -671,12 +671,12 @@ L 5.8. A C compiler. This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made in this regard. -L (core since perl 5), L (since 5.006). +L (core since perl 5), L (since 5.6.0). Copy tests need L (core since perl 5.005) and L (since 5.002). -Some uvar tests need L (since 5.009004). +Some uvar tests need L (since 5.9.4). Glob tests need L (since 5.002). -Threads tests need L and L (both since 5.007003). +Threads tests need L and L (both since 5.7.3). =head1 SEE ALSO