Catalyst-Plugin-RedirectTo

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
abstract: 'Easily set a Catalyst redirect response to an action object or private path'
author:
  - 'John Napiorkowski <jjnapiork@cpan.org>'
build_requires:
  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-RedirectTo

Makefile.PL  view on Meta::CPAN

  },
  "DISTNAME" => "Catalyst-Plugin-RedirectTo",
  "LICENSE" => "perl",
  "NAME" => "Catalyst::Plugin::RedirectTo",
  "PREREQ_PM" => {
    "Carp" => "1.50",
    "Catalyst" => "5.90060",
    "Moose::Role" => "2.0602"
  },
  "TEST_REQUIRES" => {
    "HTTP::Request::Common" => 0,
    "Test::Most" => 0
  },
  "VERSION" => "0.004",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => "1.50",
  "Catalyst" => "5.90060",
  "HTTP::Request::Common" => 0,
  "Moose::Role" => "2.0602",
  "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-Plugin-RedirectTo.git
repository.type = git
 
[Prereqs]
Catalyst = 5.90060
Moose::Role = 2.0602
Carp = 1.50

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



( run in 0.506 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )