From: Tomas Doran Date: Sun, 5 Dec 2010 23:03:06 +0000 (+0000) Subject: Checking in changes prior to tagging of version 0.53. Changelog diff is: X-Git-Tag: 0.53~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=900a563bc3667ac43aacd814e9754a7c4b4a340b;p=catagits%2FTest-WWW-Mechanize-Catalyst.git Checking in changes prior to tagging of version 0.53. Changelog diff is: Index: CHANGES =================================================================== --- CHANGES (revision 13778) +++ CHANGES (working copy) @@ -1,5 +1,6 @@ Revision history for Perl module Test::WWW::Mechanize::Catalyst: +0.53 Sun Dec 5 23:03 GMT 2010 - Fix tests to work with the upcoming psgi based Catalyst release as $c->req->header('Host') now more accurately reflects what you see in a real web server (i.e. the port will not be defined if it --- diff --git a/CHANGES b/CHANGES index aeb3a67..a18aea2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ Revision history for Perl module Test::WWW::Mechanize::Catalyst: +0.53 Sun Dec 5 23:03 GMT 2010 - Fix tests to work with the upcoming psgi based Catalyst release as $c->req->header('Host') now more accurately reflects what you see in a real web server (i.e. the port will not be defined if it diff --git a/lib/Test/WWW/Mechanize/Catalyst.pm b/lib/Test/WWW/Mechanize/Catalyst.pm index 8f2f53c..96d69a1 100644 --- a/lib/Test/WWW/Mechanize/Catalyst.pm +++ b/lib/Test/WWW/Mechanize/Catalyst.pm @@ -12,7 +12,7 @@ extends 'Test::WWW::Mechanize', 'Moose::Object'; #use namespace::clean -execept => 'meta'; -our $VERSION = '0.52'; +our $VERSION = '0.53'; our $APP_CLASS; my $Test = Test::Builder->new();