X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Mechanize-Catalyst.git;a=blobdiff_plain;f=lib%2FTest%2FWWW%2FMechanize%2FCatalyst.pm;h=9135724f655c635f0ecbc2a1897b530f774f4f91;hp=4baffd12c4e30e150a00759c9b0272764516e88c;hb=2e30e0bafdce5623b4588de91c469a82b08d333b;hpb=d25179ec3c38c292d1d56150921d3bebc5658b36 diff --git a/lib/Test/WWW/Mechanize/Catalyst.pm b/lib/Test/WWW/Mechanize/Catalyst.pm index 4baffd1..9135724 100644 --- a/lib/Test/WWW/Mechanize/Catalyst.pm +++ b/lib/Test/WWW/Mechanize/Catalyst.pm @@ -11,7 +11,7 @@ use Test::WWW::Mechanize; extends 'Test::WWW::Mechanize', 'Moose::Object'; -#use namespace::clean -execept => 'meta'; +#use namespace::clean -except => 'meta'; our $VERSION = '0.58'; our $APP_CLASS; @@ -176,7 +176,7 @@ sub _do_catalyst_request { Catalyst::Test::local_request($self->{catalyst_app}, $request); - # LWP would normally do this, but we dont get down that far. + # LWP would normally do this, but we don't get down that far. $response->request($request); return $response @@ -185,7 +185,7 @@ sub _do_catalyst_request { sub _check_external_request { my ($self, $request) = @_; - # If there's no host then definatley not an external request. + # If there's no host then definitley not an external request. $request->uri->can('host_port') or return; if ( $self->allow_external && $request->uri->host_port ne 'localhost:80' ) { @@ -545,7 +545,7 @@ L, L. =head1 AUTHOR -Ash Berlin C<< >> (current maintiner) +Ash Berlin C<< >> (current maintainer) Original Author: Leon Brocard, C<< >>