diff options
author | Mark Wells <mark@freeside.biz> | 2012-08-06 14:48:12 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-08-06 14:48:12 -0700 |
commit | cd1485af2f64d37e70d2def40f5af69439afd984 (patch) | |
tree | 083ef338aa021f165441569ece655292f633a463 /Makefile.PL | |
parent | a3deab8366fdd1cdc702007d9bb3e9fdace52d67 (diff) |
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 3 |
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', }, |