Skip to content

Commit

Permalink
Load the actionpaths plugin
Browse files Browse the repository at this point in the history
This adds the 'get_action_paths' method to the context object, allowing
all the app's actions to be accessed.
  • Loading branch information
David Farrell committed Nov 10, 2019
1 parent edd2563 commit 08d9a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpanfile
Expand Up @@ -6,6 +6,7 @@ requires 'Catalyst::Action::RenderView';
requires 'Catalyst::Authentication::Store::Proxy', '0.0.1'; requires 'Catalyst::Authentication::Store::Proxy', '0.0.1';
requires 'Catalyst::Authentication::User'; requires 'Catalyst::Authentication::User';
requires 'Catalyst::Model'; requires 'Catalyst::Model';
requires 'Catalyst::Plugin::ActionPaths';
requires 'Catalyst::Plugin::Authentication'; requires 'Catalyst::Plugin::Authentication';
requires 'Catalyst::Plugin::ConfigLoader'; requires 'Catalyst::Plugin::ConfigLoader';
requires 'Catalyst::Plugin::Static::Simple'; requires 'Catalyst::Plugin::Static::Simple';
Expand Down
1 change: 1 addition & 0 deletions lib/MetaCPAN/Web.pm
Expand Up @@ -10,6 +10,7 @@ use Catalyst qw/
Static::Simple Static::Simple
Authentication Authentication
+MetaCPAN::Role::Fastly::Catalyst +MetaCPAN::Role::Fastly::Catalyst
ActionPaths
/, '-Log=warn,error,fatal'; /, '-Log=warn,error,fatal';
use Log::Log4perl::Catalyst; use Log::Log4perl::Catalyst;


Expand Down

0 comments on commit 08d9a49

Please sign in to comment.