[Bps-public-commit] r19040 - in Test-HTTP-Server-Simple-StashWarnings/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Fri Apr 3 14:21:50 EDT 2009


Author: sartak
Date: Fri Apr  3 14:21:45 2009
New Revision: 19040

Modified:
   Test-HTTP-Server-Simple-StashWarnings/trunk/   (props changed)
   Test-HTTP-Server-Simple-StashWarnings/trunk/t/001-basic.t

Log:
 r81725 at onn:  sartak | 2009-04-03 14:21:38 -0400
 Storable is used inside the core of StashWarnings, users don't see it


Modified: Test-HTTP-Server-Simple-StashWarnings/trunk/t/001-basic.t
==============================================================================
--- Test-HTTP-Server-Simple-StashWarnings/trunk/t/001-basic.t	(original)
+++ Test-HTTP-Server-Simple-StashWarnings/trunk/t/001-basic.t	Fri Apr  3 14:21:45 2009
@@ -3,7 +3,6 @@
 use warnings;
 use Test::More tests => 8;
 use WWW::Mechanize;
-use Storable 'thaw';
 
 my $url = My::Test::Server->new->started_ok("created test server");
 ok($url, "got a url: $url");



More information about the Bps-public-commit mailing list