[Bps-public-commit] r16188 - in Test-HTTP-Server-Simple-StashWarnings/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Wed Oct 1 23:21:39 EDT 2008
Author: sartak
Date: Wed Oct 1 23:21:38 2008
New Revision: 16188
Modified:
Test-HTTP-Server-Simple-StashWarnings/trunk/ (props changed)
Test-HTTP-Server-Simple-StashWarnings/trunk/Changes
Test-HTTP-Server-Simple-StashWarnings/trunk/lib/Test/HTTP/Server/Simple/StashWarnings.pm
Log:
r73329 at onn: sartak | 2008-10-01 23:20:54 -0400
Depend on HSS 0.34, bump to 0.03
Modified: Test-HTTP-Server-Simple-StashWarnings/trunk/Changes
==============================================================================
--- Test-HTTP-Server-Simple-StashWarnings/trunk/Changes (original)
+++ Test-HTTP-Server-Simple-StashWarnings/trunk/Changes Wed Oct 1 23:21:38 2008
@@ -1,5 +1,8 @@
Revision history for Test-HTTP-Server-Simple-StashWarnings
+0.03 Oct 1 2008
+ Require HTTP::Server::Simple 0.34 due to test failures
+
0.02 Sep 29 2008
Canonicalize away multiple /s at the beginning of the URL
Ensure that the fact that the test path hit does not linger
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 Wed Oct 1 23:21:38 2008
@@ -5,7 +5,7 @@
use base 'Test::HTTP::Server::Simple';
use 5.008;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
use NEXT;
use Storable ();
More information about the Bps-public-commit
mailing list