summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2010-03-08 18:10:57 +0000
committerdakkar <dakkar@thenautilus.net>2010-03-08 18:10:57 +0000
commit86c52699065222d5fcec0d042acd402e8bb57f34 (patch)
tree812b67b501bb682b1bd6bcf32ae181de973ec83b /Makefile.PL
parentfirst idea (diff)
downloadDateTime-Format-GeekTime-86c52699065222d5fcec0d042acd402e8bb57f34.tar.gz
DateTime-Format-GeekTime-86c52699065222d5fcec0d042acd402e8bb57f34.tar.bz2
DateTime-Format-GeekTime-86c52699065222d5fcec0d042acd402e8bb57f34.zip
tests, docs, and it works
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 722d778..30437aa 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,5 +4,6 @@ name 'DateTime-Format-GeekTime';
all_from 'lib/DateTime/Format/GeekTime.pm';
requires 'DateTime' => 0;
+requires 'Carp' => 0;
WriteAll;