aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL1
-rw-r--r--mga-mirrors.spec.in5
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 4adba7e..c50b71f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -17,6 +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 'Moose';
requires 'namespace::autoclean';
requires 'Config::General'; # This should reflect the config file format you've chosen
diff --git a/mga-mirrors.spec.in b/mga-mirrors.spec.in
index e9b7b02..6a9df36 100644
--- a/mga-mirrors.spec.in
+++ b/mga-mirrors.spec.in
@@ -29,14 +29,15 @@ BuildRequires: perl(Catalyst::Plugin::Prototype)
BuildRequires: perl(DBD::Pg)
BuildRequires: perl(Mail::Mailer)
BuildRequires: perl(Catalyst::Plugin::Prototype)
-BuildRequires: perl(Catalyst::Plugin::Session::Store::FastMmap)'
+BuildRequires: perl(Catalyst::Plugin::Session::Store::FastMmap)
Requires: perl(Catalyst::Plugin::Session::State::Cookie)
-Requires: perl(Catalyst::Plugin::Session::Store::FastMmap)'
+Requires: perl(Catalyst::Plugin::Session::Store::FastMmap)
Requires: perl(Catalyst::Plugin::Session)
Requires: perl(Catalyst::Plugin::Session::Store::DBI)
Requires: perl(Catalyst::Action::RenderView)
Requires: perl(Catalyst::View::TT)
+Requires: perl(Catalyst::View::GraphViz)
Requires: perl(Catalyst::Plugin::ConfigLoader)
Requires: perl(Catalyst::Plugin::Static::Simple)
Requires: perl(Catalyst::Plugin::Prototype)