Skip to content

Commit

Permalink
fix catalyst config plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 12, 2024
1 parent e4d58a7 commit 047df6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Catalyst/Plugin/MetaCPAN/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ our $VERSION = 'v1.0.1';

use Moose::Role;

use MetaCPAN::Config;
use MetaCPAN::Config ();
use Log::Log4perl::Catalyst ();

use namespace::clean;

Expand All @@ -21,7 +22,7 @@ sub config_loader {
if defined $$config_loader_ref;
$$config_loader_ref = MetaCPAN::Config->new(
name => $class,
path => $self->home,
path => $self->path_to->stringify,
);
}

Expand Down

0 comments on commit 047df6c

Please sign in to comment.