[Bps-public-commit] r15913 - in Test-HTTP-Server-Simple-StashWarnings/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Sep 11 04:45:43 EDT 2008
Author: sartak
Date: Thu Sep 11 04:45:20 2008
New Revision: 15913
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:
r71644 at onn: sartak | 2008-09-11 04:44:34 -0400
Some doc, tips
Modified: Test-HTTP-Server-Simple-StashWarnings/trunk/Changes
==============================================================================
--- Test-HTTP-Server-Simple-StashWarnings/trunk/Changes (original)
+++ Test-HTTP-Server-Simple-StashWarnings/trunk/Changes Thu Sep 11 04:45:20 2008
@@ -0,0 +1,6 @@
+Revision history for Test-HTTP-Server-Simple-StashWarnings
+
+0.02
+ 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 Thu Sep 11 04:45:20 2008
@@ -143,6 +143,12 @@
Warnings are encoded using L<Storable> by default, but your subclass may override the C<encode_warnings> and C<decode_warnings> methods.
+=head1 TIPS
+
+Setting the C<TEST_VERBOSE> environment variable to a true value will cause
+warnings to be displayed immediately, even if they would be captured and tested
+later.
+
=head1 AUTHOR
Shawn M Moore, C<< <sartak at bestpractical.com> >>
More information about the Bps-public-commit
mailing list