summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-08-06 14:48:12 -0700
committerMark Wells <mark@freeside.biz>2012-08-06 14:48:12 -0700
commitcd1485af2f64d37e70d2def40f5af69439afd984 (patch)
tree083ef338aa021f165441569ece655292f633a463 /Makefile.PL
parenta3deab8366fdd1cdc702007d9bb3e9fdace52d67 (diff)
downgrade moose and CSV requirementsHEADmaster
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 3 insertions, 0 deletions
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', },