{"id":20550249,"url":"https://github.com/dnmfarrell/catalyst-plugin-actionpaths","last_synced_at":"2026-04-17T22:31:41.477Z","repository":{"id":33251422,"uuid":"36895815","full_name":"dnmfarrell/Catalyst-Plugin-ActionPaths","owner":"dnmfarrell","description":"Get Catalyst actions with example paths included","archived":false,"fork":false,"pushed_at":"2015-06-05T14:38:04.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T16:49:29.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dnmfarrell.png","metadata":{"files":{"readme":"README.pod","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-04T21:14:39.000Z","updated_at":"2015-06-05T13:53:35.000Z","dependencies_parsed_at":"2022-08-17T23:20:33.429Z","dependency_job_id":null,"html_url":"https://github.com/dnmfarrell/Catalyst-Plugin-ActionPaths","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FCatalyst-Plugin-ActionPaths","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FCatalyst-Plugin-ActionPaths/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FCatalyst-Plugin-ActionPaths/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FCatalyst-Plugin-ActionPaths/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnmfarrell","download_url":"https://codeload.github.com/dnmfarrell/Catalyst-Plugin-ActionPaths/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242157180,"owners_count":20081036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T02:24:07.745Z","updated_at":"2026-04-17T22:31:41.446Z","avatar_url":"https://github.com/dnmfarrell.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=pod\n\n=encoding UTF-8\n\n=head1 NAME\n\nCatalyst::Plugin::ActionPaths - get Catalyst actions with example paths included!\n\n=head1 VERSION\n\nversion 0.01\n\n=head1 DESCRIPTION\n\nThis is an early-release plugin for Catalyst. It adds the method C\u003cget_action_paths\u003e to the Catalyst context object.\n\nThis plugin makes it easier to retrieve every loaded action path and chained path in your Catalyst application, usually for testing purposes.\n\nTo use the plugin just install it and append the plugin name in your application class e.g. F\u003clib/MyApp.pm\u003e\n\n  use Catalyst 'ActionPaths';\n\n=head1 METHODS\n\n=head2 get_action_paths\n\nReturns an arrayref of C\u003cCatalyst::Actions\u003e objects, with a path attribute added. The path is an example path for the action, e.g.:\n\n  my $actions = $c-\u003eget_action_paths;\n\n  print $actions-\u003e[0]{path}; # /some/*/path/*\n\n=head1 AUTHOR\n\nDavid Farrell \u003cdfarrell@cpan.org\u003e\n\n=head1 COPYRIGHT AND LICENSE\n\nThis software is Copyright (c) 2015 by David Farrell.\n\nThis is free software, licensed under:\n\n  The (two-clause) FreeBSD License\n\n=cut\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnmfarrell%2Fcatalyst-plugin-actionpaths","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnmfarrell%2Fcatalyst-plugin-actionpaths","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnmfarrell%2Fcatalyst-plugin-actionpaths/lists"}