From c8efb643a3ef11880b3e6d46934b77d371b1ff8d Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Mon, 14 Feb 2011 18:57:45 +0000 Subject: - fix typo --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1