From: Vincent Pit Date: Sat, 24 Aug 2013 18:29:20 +0000 (-0300) Subject: Make Perl version numbers more readable X-Git-Tag: v0.03~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fwith.git;a=commitdiff_plain;h=bf515118a25a277c189afd490f44d5ea1130f816 Make Perl version numbers more readable --- diff --git a/Makefile.PL b/Makefile.PL index 02cb44e..b28dab7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.009004; +use 5.009_004; use strict; use warnings; diff --git a/lib/with.pm b/lib/with.pm index 09de93f..2a086f5 100644 --- a/lib/with.pm +++ b/lib/with.pm @@ -1,6 +1,6 @@ package with; -use 5.009004; +use 5.009_004; use strict; use warnings;