diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-26 21:26:07 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-26 21:26:07 +0000 |
commit | 429219fea8b8493381eeba7fa0c283dce664c136 (patch) | |
tree | 9b239d9f982e18d78579509dbd644cdb2e654bae | |
parent | f2776541af2e67a9ef4a3979dc13a545b74dd054 (diff) |
Adding Error dep to Makefile.PL
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1108 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 5ca7866d..65317663 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,6 +28,7 @@ requires 'Cwd'; requires 'Config::Std'; requires 'MIME::Lite'; requires 'Template'; +requires 'Error'; build_requires 'Test::More'; |