downgrade moose requirement; bring in line with B:BP changes
[Business-BatchPayment-Paymentech.git] / Makefile.PL
index 839a285..e791751 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', },