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

sartak at bestpractical.com sartak at bestpractical.com
Fri Aug 22 10:02:39 EDT 2008


Author: sartak
Date: Fri Aug 22 10:02:38 2008
New Revision: 15370

Modified:
   Test-HTTP-Server-Simple-StashWarnings/trunk/   (props changed)
   Test-HTTP-Server-Simple-StashWarnings/trunk/Makefile.PL
   Test-HTTP-Server-Simple-StashWarnings/trunk/lib/Test/HTTP/Server/Simple/StashWarnings.pm

Log:
 r70216 at onn:  sartak | 2008-08-22 10:02:34 -0400
 Dist and doc fixes


Modified: Test-HTTP-Server-Simple-StashWarnings/trunk/Makefile.PL
==============================================================================
--- Test-HTTP-Server-Simple-StashWarnings/trunk/Makefile.PL	(original)
+++ Test-HTTP-Server-Simple-StashWarnings/trunk/Makefile.PL	Fri Aug 22 10:02:38 2008
@@ -4,6 +4,7 @@
 all_from 'lib/Test/HTTP/Server/Simple/StashWarnings.pm';
 
 requires 'Test::HTTP::Server::Simple';
+test_requires 'WWW::Mechanize';
 
 WriteAll;
 

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	Fri Aug 22 10:02:38 2008
@@ -82,8 +82,8 @@
 
 =head1 SYNOPSIS
 
-    package My::Webserver;
-    use base qw/Test::HTTP::Server::Simple::StashWarnings HTTP::Server::Simple/;
+    package My::Webserver::Test;
+    use base qw/Test::HTTP::Server::Simple::StashWarnings My::Webserver/;
 
     sub test_warning_path { "/__test_warnings" }
 
@@ -91,7 +91,7 @@
     package main;
     use Test::More tests => 42;
 
-    my $s = My::WebServer->new;
+    my $s = My::WebServer::Test->new;
 
     my $url_root = $s->started_ok("start up my web server");
 



More information about the Bps-public-commit mailing list