downgrade moose and CSV requirements
[Business-BatchPayment-KeyBank.git] / Makefile.PL
index 8c3a103..c2ef4d8 100644 (file)
@@ -13,6 +13,9 @@ WriteMakefile(
       : ()),
     PL_FILES            => {},
     PREREQ_PM => {
+        'Text::CSV' => '1.0',
+        'Business::BatchPayment' => 0,
+        'Moose' => 1.09,
         'Test::More' => 0,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },