X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=292d96743e25c4d218c41edcaaae7b58ea6b811a;hb=HEAD;hp=839a285881be771e85fe634ff303deaa7e71dd8d;hpb=39e5b6c3302b1c35174583bdae60b2b8d5a78338;p=Business-BatchPayment-Paymentech.git diff --git a/Makefile.PL b/Makefile.PL index 839a285..292d967 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,8 +14,9 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'Business::BatchPayment' => 0, - 'Moose' => 2.000, + 'Moose' => 1.09, 'Test::More' => 0, + 'Unicode::Truncate' => 0.303, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Business-BatchPayment-Paymentech-*' },