[Bps-public-commit] r18154 - in Test-HTTP-Server-Simple-StashWarnings/trunk: .
alexmv at bestpractical.com
alexmv at bestpractical.com
Tue Feb 3 13:36:25 EST 2009
Author: alexmv
Date: Tue Feb 3 13:36:25 2009
New Revision: 18154
Modified:
Test-HTTP-Server-Simple-StashWarnings/trunk/Changes
Test-HTTP-Server-Simple-StashWarnings/trunk/lib/Test/HTTP/Server/Simple/StashWarnings.pm
Log:
* Bump to 0.04
Modified: Test-HTTP-Server-Simple-StashWarnings/trunk/Changes
==============================================================================
--- Test-HTTP-Server-Simple-StashWarnings/trunk/Changes (original)
+++ Test-HTTP-Server-Simple-StashWarnings/trunk/Changes Tue Feb 3 13:36:25 2009
@@ -1,5 +1,9 @@
Revision history for Test-HTTP-Server-Simple-StashWarnings
+0.04 Feb 3 2009
+ Fix the tests for recent WWW::Mechanize, which complain if the
+ server returns no content.
+
0.03 Oct 1 2008
Require HTTP::Server::Simple 0.34 due to test failures
Modified: Test-HTTP-Server-Simple-StashWarnings/trunk/lib/Test/HTTP/Server/Simple/StashWarnings.pm
==============================================================================
--- Test-HTTP-Server-Simple-StashWarnings/trunk/lib/Test/HTTP/Server/Simple/StashWarnings.pm (original)
+++ Test-HTTP-Server-Simple-StashWarnings/trunk/lib/Test/HTTP/Server/Simple/StashWarnings.pm Tue Feb 3 13:36:25 2009
@@ -5,7 +5,7 @@
use base 'Test::HTTP::Server::Simple';
use 5.008;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
use NEXT;
use Storable ();
More information about the Bps-public-commit
mailing list