summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-05-14 18:58:54 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-05-14 18:58:54 +0000
commitca7f71b48456779dc21e8fb85a67c789f221f9e8 (patch)
tree9eae0bfccbcdf52343d6a9ca1bf77c3348ab6356 /Makefile.PL
parent7a2bf913ba33bfd388f19fb157d89f6d567445b1 (diff)
Some bug fixes and tests for LedgerSMB.pm
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1190 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 65317663..3b1c58f5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -31,6 +31,8 @@ requires 'Template';
requires 'Error';
build_requires 'Test::More';
+build_requires 'Test::Trap';
+build_requires 'Test::Exception';
feature 'POS module credit card processing support',
-default => 0,