summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-08-06 14:45:56 -0700
committerMark Wells <mark@freeside.biz>2012-08-06 14:45:56 -0700
commiteabacc85da1879f947797698461efa97a27c7b50 (patch)
tree49beba5af615577a8a62a09ee5185bcd29be99bf /Makefile.PL
parentbcd83d00ddd0a50724219f77fdc5b380284856b1 (diff)
downgrade moose requirement; bring in line with B:BP changes
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
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', },