From 7eb815692a335f514d703c4dac526ddc53753cd5 Mon Sep 17 00:00:00 2001 From: Robert Buels Date: Wed, 12 Aug 2009 15:17:23 -0700 Subject: [PATCH] tweak to makefile.pl support --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 90796d7..862d63c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,7 @@ use 5.008001; name 'EulerBench'; perl_version '5.010000'; +version '0.1.0'; #all_from 'lib/Moose.pm'; license 'perl';