Catalyst-ComponentRole-PathFrom
view release on metacpan or search on metacpan
---
abstract: 'Encapsulate a common Catalyst Pattern for getting a path'
author:
- 'John Napiorkowski <jjnapiork@cpan.org>'
build_requires:
Catalyst::Component::InstancePerContext: '0'
Catalyst::Test: '0'
File::Spec: '0'
FindBin: '0'
HTTP::Request::Common: '0'
Test::Most: '0.34'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Catalyst-ComponentRole-PathFrom
Makefile.PL view on Meta::CPAN
"PREREQ_PM" => {
"Catalyst::Component::ApplicationAttribute" => 0,
"File::Spec" => 0,
"Moose" => "2.1403"
},
"TEST_REQUIRES" => {
"Catalyst::Component::InstancePerContext" => 0,
"Catalyst::Test" => 0,
"File::Spec" => 0,
"FindBin" => 0,
"HTTP::Request::Common" => 0,
"Test::Most" => "0.34"
},
"VERSION" => "0.002",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Catalyst::Component::ApplicationAttribute" => 0,
"Catalyst::Component::InstancePerContext" => 0,
"Catalyst::Test" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"FindBin" => 0,
"HTTP::Request::Common" => 0,
"Moose" => "2.1403",
"Test::Most" => "0.34"
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
[Prereqs]
Moose = 2.1403
File::Spec = 0
Catalyst::Component::ApplicationAttribute = 0
[Prereqs / TestRequires]
Test::Most = 0.34
Catalyst::Test = 0
HTTP::Request::Common = 0
Catalyst::Component::InstancePerContext = 0
FindBin = 0
File::Spec = 0
( run in 0.925 second using v1.01-cache-2.11-cpan-de7293f3b23 )