[Bps-public-commit] r15362 - in Test-HTTP-Server-Simple-StashWarnings/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Fri Aug 22 08:59:13 EDT 2008
Author: sartak
Date: Fri Aug 22 08:59:13 2008
New Revision: 15362
Modified:
Test-HTTP-Server-Simple-StashWarnings/trunk/Makefile.PL
Test-HTTP-Server-Simple-StashWarnings/trunk/lib/Test/HTTP/Server/Simple/StashWarnings.pm
Log:
Flesh out the dist a bit
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 08:59:13 2008
@@ -3,5 +3,7 @@
name 'Test-HTTP-Server-Simple-StashWarnings';
all_from 'lib/Test/HTTP/Server/Simple/StashWarnings.pm';
+requires 'Test::HTTP::Server::Simple';
+
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 08:59:13 2008
@@ -4,6 +4,8 @@
use warnings;
use base 'Test::HTTP::Server::Simple';
+use 5.008;
+
use NEXT;
use Storable ();
@@ -71,3 +73,18 @@
1;
+__END__
+
+=head1 NAME
+
+Test::HTTP::Server::Simple::StashWarnings - catch your forked server's warnings
+
+=head1 COPYRIGHT & LICENSE
+
+Copyright 2007-2008 Best Practical Solutions.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+=cut
+
More information about the Bps-public-commit
mailing list