[Catalyst-commits] r13780 - in Test-WWW-Mechanize-Catalyst/trunk: . lib/Test/WWW/Mechanize

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sun Dec 5 23:03:06 GMT 2010


Author: t0m
Date: 2010-12-05 23:03:06 +0000 (Sun, 05 Dec 2010)
New Revision: 13780

Modified:
   Test-WWW-Mechanize-Catalyst/trunk/CHANGES
   Test-WWW-Mechanize-Catalyst/trunk/lib/Test/WWW/Mechanize/Catalyst.pm
Log:
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


Modified: Test-WWW-Mechanize-Catalyst/trunk/CHANGES
===================================================================
--- Test-WWW-Mechanize-Catalyst/trunk/CHANGES	2010-12-05 23:01:29 UTC (rev 13779)
+++ Test-WWW-Mechanize-Catalyst/trunk/CHANGES	2010-12-05 23:03:06 UTC (rev 13780)
@@ -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

Modified: Test-WWW-Mechanize-Catalyst/trunk/lib/Test/WWW/Mechanize/Catalyst.pm
===================================================================
--- Test-WWW-Mechanize-Catalyst/trunk/lib/Test/WWW/Mechanize/Catalyst.pm	2010-12-05 23:01:29 UTC (rev 13779)
+++ Test-WWW-Mechanize-Catalyst/trunk/lib/Test/WWW/Mechanize/Catalyst.pm	2010-12-05 23:03:06 UTC (rev 13780)
@@ -12,7 +12,7 @@
 
 #use namespace::clean -execept => 'meta';
 
-our $VERSION = '0.52';
+our $VERSION = '0.53';
 our $APP_CLASS;
 my $Test = Test::Builder->new();
 




More information about the Catalyst-commits mailing list