Catalyst-TraitFor-Request-ProxyBase

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
abstract: 'Replace request base with value passed by HTTP proxy'
author:
  - 'Tomas Doran (t0m) C<< <bobtfish@bobtfish.net> >>'
build_requires:
  Catalyst::Runtime: 5.80007
  CatalystX::RoleApplicator: 0.005
  ExtUtils::MakeMaker: 6.42
  HTTP::Request::Common: 0
  Test::More: 0.88
configure_requires:
  ExtUtils::MakeMaker: 6.42
distribution_type: module
generated_by: 'Module::Install version 0.910'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Catalyst-TraitFor-Request-ProxyBase

Makefile.PL  view on Meta::CPAN

name 'Catalyst-TraitFor-Request-ProxyBase';
all_from 'lib/Catalyst/TraitFor/Request/ProxyBase.pm';

requires 'URI';
requires 'Moose';
requires 'namespace::autoclean';

test_requires 'Catalyst::Runtime' => '5.80007';
test_requires 'CatalystX::RoleApplicator' => '0.005';
test_requires 'Test::More' => '0.88';
test_requires 'HTTP::Request::Common';

resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-TraitFor-Request-ProxyBase';
license 'perl';

author_tests('t/author');

WriteAll();

if ($Module::Install::AUTHOR) {
    system("pod2text lib/Catalyst/TraitFor/Request/ProxyBase.pm > README")

t/live-test.t  view on Meta::CPAN

#!/usr/bin/env perl

use strict;
use warnings;
use HTTP::Request::Common;
use Test::More;

# setup library path
use FindBin qw($Bin);
use lib "$Bin/lib";

use TestApp;

# a live test against TestApp, the test application
use Catalyst::Test 'TestApp';



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