From: Vincent Pit Date: Sat, 24 Aug 2013 18:27:39 +0000 (-0300) Subject: Make Perl version numbers more readable X-Git-Tag: rt92118~4 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=2f3e24b530f5e3d6584fd865878c6f2752c62d45 Make Perl version numbers more readable --- diff --git a/Plugin.pod b/Plugin.pod index 4eefacc..395a1c1 100644 --- a/Plugin.pod +++ b/Plugin.pod @@ -439,7 +439,7 @@ L 5.10. 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 (standard since perl 5.006). +L (standard since perl 5.6.0). =head1 BUGS diff --git a/t/70-threads/threads.t b/t/70-threads/threads.t index 19fc7b7..8852134 100644 --- a/t/70-threads/threads.t +++ b/t/70-threads/threads.t @@ -18,7 +18,7 @@ BEGIN { skipall 'This perl wasn\'t built to support threads' unless $Config{useithreads}; skipall 'perl 5.13.4 required to test thread safety' - unless $force or "$]" >= 5.013004; + unless $force or "$]" >= 5.013_004; skipall "threads $t_v required to test thread safety" unless eval "use threads $t_v; 1"; skipall "threads::shared $ts_v required to test thread safety"