diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-13 16:57:55 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-13 16:57:55 +0200 |
| commit | 4032cb361bbb4ae473b109de6cb56e29ffa882f6 (patch) | |
| tree | 31a401728639e4277c52fab3561e3cf4a10caeb2 | |
| parent | move images (diff) | |
| download | stargit-4032cb361bbb4ae473b109de6cb56e29ffa882f6.tar.gz | |
update makefile
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
| -rw-r--r-- | Makefile.PL | 7 |
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-*' }, |
