Catalyst-Runtime

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use 5.008003;

my %META = (
  name => 'Catalyst-Runtime',
  license => 'perl_5',
  prereqs => {
    configure => { requires => {
      'ExtUtils::MakeMaker'   => 0,
    } },
    build => { requires => {
    } },
    test => {
      requires => {
        'Test::Fatal' => 0,
        'Test::More' => '0.88',
        'HTTP::Request::Common' => 0,
        'HTTP::Status' => 0,
      },
    },
    runtime => {
      requires => {
        'perl'                  => 5.008003,
        'List::Util'            => '1.45',
        'namespace::clean'      => '0.23',
        'MooseX::Emulate::Class::Accessor::Fast' => '0.00903',
        'Class::Load'           => '0.12',
        'Moose'                 => '2.1400',
        'MooseX::MethodAttributes::Role::AttrContainer::Inheritable' => '0.24',
        'Carp'                  => '1.25',
        'Class::C3::Adopt::NEXT' => '0.07',
        'CGI::Simple::Cookie'   => '1.109',
        'Data::Dump'            => 0,
        'Data::OptList'         => 0,
        'HTML::Entities'        => 0,
        'HTML::HeadParser'      => 0,
        'HTTP::Body'            => '1.22',
        'HTTP::Headers'         => '1.64',
        'HTTP::Request'         => '5.814',
        'HTTP::Response'        => '5.813',
        'Module::Pluggable'     => '4.7',
        'Path::Class'           => '0.09',
        'Scalar::Util'          => 0,
        'Sub::Exporter'         => 0,
        'Text::SimpleTable'     => '0.03',
        'Time::HiRes'           => 0,
        'Tree::Simple'          => '1.15',
        'Tree::Simple::Visitor::FindByUID' => 0,
        'Try::Tiny'             => '0.17',
        'Safe::Isa'             => 0,
        'Socket'                => '1.96',
        'Task::Weaken'          => 0,
        'Text::Balanced'        => 0, # core in 5.8.x but mentioned for completeness
        'MRO::Compat'           => 0,
        'MooseX::Getopt'        => '0.48',
        'String::RewritePrefix' => '0.004', # Catalyst::Utils::resolve_namespace
        'Devel::InnerPackage'   => 0, # No longer core in blead
        'Plack'                 => '0.9991', # IIS6+7 fix middleware
        'Plack::Middleware::ReverseProxy' => '0.04',
        'Plack::Test::ExternalServer' => 0,
        'Encode'                => '2.49',
        'LWP'                   => '5.837', # LWP had unicode fail in 5.8.26
        'URI'                   => '1.65',
        'URI::ws'               => '0.03',
        'JSON::MaybeXS'         => '1.000000',
        'Stream::Buffered'      => 0,
        'Hash::MultiValue'      => 0,
        'Plack::Request::Upload' => 0,
        'CGI::Struct'           => 0,
        "Plack::Middleware::Conditional" => 0,
        "Plack::Middleware::IIS6ScriptNameFix" => 0,
        "Plack::Middleware::IIS7KeepAliveFix" => 0,
        "Plack::Middleware::LighttpdScriptNameFix" => 0,
        "Plack::Middleware::ContentLength" => 0,
        "Plack::Middleware::Head" => 0,
        "Plack::Middleware::HTTPExceptions" => 0,
        "Plack::Middleware::FixMissingBodyInRedirect" => '0.09',
        "Plack::Middleware::MethodOverride" => '0.12',
        "Plack::Middleware::RemoveRedundantBody" => '0.03',
        'PerlIO::utf8_strict' => 0,
      },
    },
    develop   => {
      requires => {
        'Test::TCP'               => '2.00',
        'File::Copy::Recursive'   => '0.40',
        'Starman'                 => 0,
        'MooseX::Daemonize'       => 0,
        'Test::NoTabs'            => 0,
        'Test::Pod'               => 0,
        'Test::Pod::Coverage'     => 0,
        'Test::Spelling'          => 0,
        'Pod::Coverage::TrustPod' => 0,
        'Compress::Zlib'          => 0,
        'Type::Tiny'              => 0,
        'Proc::ProcessTable'      => 0,
      },
    },
  },
  resources => {
    repository => {
      url => 'https://github.com/perl-catalyst/catalyst-runtime.git',
      web => 'https://github.com/perl-catalyst/catalyst-runtime',
      type => 'git',
    },
    x_IRC => 'irc://irc.perl.org/#catalyst',
    bugtracker => {
      web => 'https://github.com/perl-catalyst/catalyst-runtime/issues',
    },
    license => [ 'http://dev.perl.org/licenses/' ],
    x_MailingList => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst',
    homepage => 'https://github.com/perl-catalyst/catalyst-runtime',
  },
  no_index => {
    directory => [ 't', 'xt' ]
  },
  x_breaks => {
    'Catalyst::Plugin::SubRequest' => '<= 0.14',
    'Catalyst::Model::Akismet' => '<= 0.02',
    'Catalyst::Component::ACCEPT_CONTEXT' => '<= 0.06',
    'Catalyst::Plugin::ENV' => 0, # This plugin is just stupid, full stop
                                  # should have been a core fix.



( run in 0.550 second using v1.01-cache-2.11-cpan-39bf76dae61 )