Checking in changes prior to tagging of version 0.53. Changelog diff is:
Tomas Doran [Sun, 5 Dec 2010 23:03:06 +0000 (23:03 +0000)]
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

CHANGES
lib/Test/WWW/Mechanize/Catalyst.pm

diff --git a/CHANGES b/CHANGES
index aeb3a67..a18aea2 100644 (file)
--- 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
index 8f2f53c..96d69a1 100644 (file)
@@ -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();