From: Dagfinn Ilmari Mannsåker Date: Sun, 12 Jan 2014 23:35:36 +0000 (+0000) Subject: Fix typos in POD and comments. RT#85171 X-Git-Tag: 0.59~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Mechanize-Catalyst.git;a=commitdiff_plain;h=2e30e0bafdce5623b4588de91c469a82b08d333b;hp=d25179ec3c38c292d1d56150921d3bebc5658b36 Fix typos in POD and comments. RT#85171 --- diff --git a/CHANGES b/CHANGES index dffa4b9..9fc943a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ Revision history for Perl module Test::WWW::Mechanize::Catalyst: - Use Class::Load instead of Class::MOP::load_class(). RT#90978 + - Fix typos in POD and comments. RT#85171 0.58 Sat Jun 30 17:01 BST 2012 - Fix external server test. 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<< >>