X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=87051be6be1a8f828b4d4acd7870106f21d7678a;hb=0c8aa61760399d65724bb75b0735840bba89414d;hp=39a13112484d7edfc6d8027346b340219c2ecd63;hpb=8e1415efa8d23d5d0dd07daa94134210315be649;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index 39a1311..87051be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,8 @@ use Module::Install::AuthorTests; name 'MooseX-Storage'; all_from 'lib/MooseX/Storage.pm'; +perl_version '5.008'; + # Specific dependencies requires 'Moose' => '0.99'; requires 'String::RewritePrefix';