diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2011-02-14 18:57:45 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2011-02-14 18:57:45 +0000 |
commit | c8efb643a3ef11880b3e6d46934b77d371b1ff8d (patch) | |
tree | 2cc5fe0928d1bc9b54d25c335bb3e5cc4b57a3d1 | |
parent | f81b033210bf91cd464e88417a759dc7a06275fb (diff) | |
download | mgamirrors-c8efb643a3ef11880b3e6d46934b77d371b1ff8d.tar mgamirrors-c8efb643a3ef11880b3e6d46934b77d371b1ff8d.tar.gz mgamirrors-c8efb643a3ef11880b3e6d46934b77d371b1ff8d.tar.bz2 mgamirrors-c8efb643a3ef11880b3e6d46934b77d371b1ff8d.tar.xz mgamirrors-c8efb643a3ef11880b3e6d46934b77d371b1ff8d.zip |
- fix typo
-rw-r--r-- | Makefile.PL | 2 |
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 |