Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amend Catalyst version number #2

Merged
merged 1 commit into from Oct 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist.ini
Expand Up @@ -13,7 +13,7 @@ copyright_holder = Moritz Onken
[Prereqs]


Catalyst::Runtime = 5.7014
Catalyst::Runtime = 5.90012
Catalyst::Engine::PSGI = 0
Catalyst::Plugin::ConfigLoader = 0
Catalyst::Plugin::Static::Simple = 0
Expand All @@ -25,4 +25,4 @@ Plack = 0
YAML::Syck = 0

[ExecDir]
dir = script
dir = script
2 changes: 1 addition & 1 deletion lib/Pod/Browser.pm
Expand Up @@ -2,7 +2,7 @@ package Pod::Browser;
use strict;
use warnings;
# ABSTRACT: Pod Web Server based on Catalyst and ExtJS
use Catalyst::Runtime '5.70';
use Catalyst::Runtime '5.90012';
use base qw/Catalyst/;

__PACKAGE__->config( name => 'Pod::Browser' );
Expand Down