Catalyst-Plugin-URI

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
abstract: 'Sugar and strong errors for $c->uri_for'
author:
  - 'John Napiorkowski <jjnapiork@cpan.org>'
build_requires:
  Catalyst: '5.90060'
  HTTP::Request::Common: '0'
  Test::Most: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Catalyst-Plugin-URI

Makefile.PL  view on Meta::CPAN

  },
  "DISTNAME" => "Catalyst-Plugin-URI",
  "LICENSE" => "perl",
  "NAME" => "Catalyst::Plugin::URI",
  "PREREQ_PM" => {
    "Moo" => "2.000002",
    "Scalar::Util" => 0
  },
  "TEST_REQUIRES" => {
    "Catalyst" => "5.90060",
    "HTTP::Request::Common" => 0,
    "Test::Most" => 0
  },
  "VERSION" => "0.006",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Catalyst" => "5.90060",
  "HTTP::Request::Common" => 0,
  "Moo" => "2.000002",
  "Scalar::Util" => 0,
  "Test::Most" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;

dist.ini  view on Meta::CPAN

repository.url  = https://github.com/jjn1056/Catalyst-URI.git
repository.type = git
 
[Prereqs]
Moo = 2.000002
Scalar::Util = 0

[Prereqs / TestRequires]
Test::Most = 0
Catalyst = 5.90060
HTTP::Request::Common = 0



( run in 0.603 second using v1.01-cache-2.11-cpan-de7293f3b23 )