From cd1485af2f64d37e70d2def40f5af69439afd984 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 6 Aug 2012 14:48:12 -0700 Subject: downgrade moose and CSV requirements --- Makefile.PL | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 8c3a103..c2ef4d8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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', }, -- cgit v1.2.1