summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 4e73b80..727c28f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,9 +4,9 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'StarGit',
- AUTHOR => q{YOUR NAME <youremail@example.com>},
+ AUTHOR => q{franck cuny <franck@lumberjaph.net>},
VERSION_FROM => 'lib/StarGit.pm',
- ABSTRACT => 'YOUR APPLICATION ABSTRACT',
+ ABSTRACT => 'Explore your GitHub galaxy',
($ExtUtils::MakeMaker::VERSION >= 6.3002
? ('LICENSE'=> 'perl')
: ()),
@@ -15,6 +15,9 @@ WriteMakefile(
'Test::More' => 0,
'YAML' => 0,
'Dancer' => 1.3051,
+ 'Plack' => 0.9974,
+ 'MongoDB' => 0.43,
+ 'Template' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'StarGit-*' },