]> git.vpit.fr Git - perl/modules/with.git/commitdiff
Make Perl version numbers more readable
authorVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 18:29:20 +0000 (15:29 -0300)
committerVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 18:29:20 +0000 (15:29 -0300)
Makefile.PL
lib/with.pm

index 02cb44e227d3703ab7a9e7cd6e026129d75242bb..b28dab70997711717001a6b29aec5f1d8f8b0ba8 100644 (file)
@@ -1,4 +1,4 @@
-use 5.009004;
+use 5.009_004;
 
 use strict;
 use warnings;
index 09de93f1c7ba5926fe8a516d32f79bec01d93183..2a086f5f6d287b9edef4a48b928420cb6226a37a 100644 (file)
@@ -1,6 +1,6 @@
 package with;
 
-use 5.009004;
+use 5.009_004;
 
 use strict;
 use warnings;