Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use Config::ZOMG rather than Config::JFDI
  • Loading branch information
haarg committed Jun 18, 2016
1 parent dc8684a commit b0c9b6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app.psgi
Expand Up @@ -25,7 +25,7 @@ BEGIN {
}

use lib "$root_dir/lib";
use Config::JFDI;
use Config::ZOMG;
use File::Path ();
use MetaCPAN::Web;
use Plack::Builder;
Expand Down Expand Up @@ -56,7 +56,7 @@ builder {
);

builder {
my $config = Config::JFDI->new(
my $config = Config::ZOMG->new(
name => 'MetaCPAN::Web',
path => $root_dir,
);
Expand Down
4 changes: 2 additions & 2 deletions cpanfile
Expand Up @@ -18,7 +18,7 @@ requires 'Catalyst::View::JSON';
requires 'Catalyst::View::TT::Alloy';
requires 'CatalystX::RoleApplicator';
requires 'Config::General';
requires 'Config::JFDI';
requires 'Config::ZOMG';
requires 'Cpanel::JSON::XS';
requires 'Data::Dumper';
requires 'Data::Pageset';
Expand Down Expand Up @@ -104,4 +104,4 @@ test_requires 'Perl::Critic', '1.124';
test_requires 'Test::Perl::Critic';
test_requires 'Test::XPath', '0.15';

author_requires 'Code::TidyAll', '>= 0.47';
author_requires 'Code::TidyAll', '>= 0.47';

0 comments on commit b0c9b6d

Please sign in to comment.