aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mageia.org>2011-02-14 18:57:45 +0000
committerOlivier Thauvin <nanardon@mageia.org>2011-02-14 18:57:45 +0000
commitc8efb643a3ef11880b3e6d46934b77d371b1ff8d (patch)
tree2cc5fe0928d1bc9b54d25c335bb3e5cc4b57a3d1
parentf81b033210bf91cd464e88417a759dc7a06275fb (diff)
downloadmgamirrors-c8efb643a3ef11880b3e6d46934b77d371b1ff8d.tar
mgamirrors-c8efb643a3ef11880b3e6d46934b77d371b1ff8d.tar.gz
mgamirrors-c8efb643a3ef11880b3e6d46934b77d371b1ff8d.tar.bz2
mgamirrors-c8efb643a3ef11880b3e6d46934b77d371b1ff8d.tar.xz
mgamirrors-c8efb643a3ef11880b3e6d46934b77d371b1ff8d.zip
- fix typo
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c50b71f..6ab70d1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -17,7 +17,7 @@ requires 'Catalyst::Plugin::Prototype';
requires 'Catalyst::Plugin::Session::State::Cookie';
requires 'Catalyst::Plugin::Session::Store::FastMmap';
requires 'Net::DNS';
-requires 'Catalyst::View::GraphViz'
+requires 'Catalyst::View::GraphViz';
requires 'Moose';
requires 'namespace::autoclean';
requires 'Config::General'; # This should reflect the config file format you've chosen