summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-06-13 18:50:07 +0200
committerfranck cuny <franck@lumberjaph.net>2011-06-13 18:50:07 +0200
commit368b1e95ff0ad38edfe908984fadfcee4bb52bf1 (patch)
tree3d4295b1af458a8f37c6d97c92d7725cd5b47093
parentadd Graph::GEXF while it's not on CPAN (diff)
downloadstargit-368b1e95ff0ad38edfe908984fadfcee4bb52bf1.tar.gz
add more deps for graph::gexf
Signed-off-by: franck cuny <franck@lumberjaph.net>
-rw-r--r--Makefile.PL33
1 files changed, 18 insertions, 15 deletions
diff --git a/Makefile.PL b/Makefile.PL
index f868404..0295af0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,21 +12,24 @@ WriteMakefile(
: () ),
PL_FILES => {},
PREREQ_PM => {
- 'Test::More' => 0,
- 'YAML' => 0,
- 'Dancer' => 1.3051,
- 'Plack' => 0.9974,
- 'MongoDB' => 0.43,
- 'Template' => 0,
- 'Moose' => 2.0007,
- 'MooseX::App::Cmd' => 0.06,
- 'Try::Tiny' => 0.09,
- 'JSON' => 2.53,
- 'DateTime' => 0.70,
- 'MooseX::ConfigFromFile' => 0.03,
- 'Log::Dispatchouli' => 2.005,
- 'Net::HTTP::Spore' => 0,
- 'Cache::Memcached' => 0,
+ 'Test::More' => 0,
+ 'YAML' => 0,
+ 'Dancer' => 1.3051,
+ 'Plack' => 0.9974,
+ 'MongoDB' => 0.43,
+ 'Template' => 0,
+ 'Moose' => 2.0007,
+ 'MooseX::App::Cmd' => 0.06,
+ 'Try::Tiny' => 0.09,
+ 'JSON' => 2.53,
+ 'DateTime' => 0.70,
+ 'MooseX::ConfigFromFile' => 0.03,
+ 'Log::Dispatchouli' => 2.005,
+ 'Net::HTTP::Spore' => 0,
+ 'Cache::Memcached' => 0,
+ 'Plack::Middleware::ETag' => 0.03,
+ 'Data::UUID::LibUUID' => 0,
+ 'MooseX::Role::Parameterized' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'StarGit-*' },