downgrade moose requirement
[Business-BatchPayment-TD_EFT.git] / Makefile.PL
index e895b0d..415bdd8 100644 (file)
@@ -14,7 +14,7 @@ WriteMakefile(
     PL_FILES            => {},
     PREREQ_PM => {
         'Business::BatchPayment' => 0,
-        'Moose' => 2.000,
+        'Moose' => 1.09,
         'Test::More' => 0,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },