Skip to content

Commit

Permalink
bump required Catalyst version
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Apr 29, 2009
1 parent 47363ff commit 944495c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -3,7 +3,7 @@ use inc::Module::Install;
name 'CPANHQ';
all_from 'lib/CPANHQ.pm';

requires 'Catalyst::Runtime' => '5.80001';
requires 'Catalyst::Runtime' => '5.80003';
requires 'Catalyst::Action::RenderView' => '0.07';
requires 'Catalyst::Model::DBIC::Schema';
requires 'Catalyst::Plugin::Authentication' => '0.100091';
Expand Down

0 comments on commit 944495c

Please sign in to comment.