From eabacc85da1879f947797698461efa97a27c7b50 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 6 Aug 2012 14:45:56 -0700 Subject: downgrade moose requirement; bring in line with B:BP changes --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 839a285..e791751 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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', }, -- cgit v1.2.1