summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-26 10:45:52 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-26 10:45:52 +0200
commit7936f6051680bf9ab41161f693518b48c7d0f4be (patch)
treef856557d1276da76d998ba94d9acc69452bfd8b1
parentsort by days (diff)
downloadjitterbug-7936f6051680bf9ab41161f693518b48c7d0f4be.tar.gz
update Makefile
-rw-r--r--Makefile.PL32
1 files changed, 19 insertions, 13 deletions
diff --git a/Makefile.PL b/Makefile.PL
index ecc2f9f..116eb3b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,19 +3,25 @@ use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
- NAME => 'jitterbug',
- AUTHOR => q{YOUR NAME <youremail@example.com>},
- VERSION_FROM => 'lib/jitterbug.pm',
- ABSTRACT => 'YOUR APPLICATION ABSTRACT',
- ($ExtUtils::MakeMaker::VERSION >= 6.3002
- ? ('LICENSE'=> 'perl')
- : ()),
- PL_FILES => {},
+ NAME => 'jitterbug',
+ AUTHOR => q{YOUR NAME <youremail@example.com>},
+ VERSION_FROM => 'lib/jitterbug.pm',
+ ABSTRACT => 'YOUR APPLICATION ABSTRACT',
+ ( $ExtUtils::MakeMaker::VERSION >= 6.3002
+ ? ( 'LICENSE' => 'perl' )
+ : () ),
+ PL_FILES => {},
PREREQ_PM => {
- 'Test::More' => 0,
- 'YAML' => 0,
- 'Dancer' => 1.1810,
+ 'Test::More' => 0,
+ 'YAML' => 0,
+ 'Dancer' => 1.1810,
+ 'Redis' => 0,
+ 'XML::Feed' => 0,
+ 'DateTime' => 0,
+ 'JSON' => 0,
+ 'Git:Repository' => 0,
+ 'YAML' => 0,
},
- dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
- clean => { FILES => 'jitterbug-*' },
+ dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
+ clean => { FILES => 'jitterbug-*' },
);