diff options
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index eb796b9..9ec5fc2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,7 +9,7 @@ use Module::Install::Catalyst; # Complain loudly if you don't have name 'mga-mirrors'; all_from 'lib/MGA/Mirrors.pm'; -requires 'Catalyst::Runtime' => '5.80027'; +requires 'Catalyst::Runtime' => '5.80000'; requires 'Catalyst::Plugin::ConfigLoader'; requires 'Catalyst::Plugin::Static::Simple'; requires 'Catalyst::Action::RenderView'; |