[Bps-public-commit] r15735 - in Test-Chimps/trunk: .
alexmv at bestpractical.com
alexmv at bestpractical.com
Wed Sep 3 16:52:18 EDT 2008
Author: alexmv
Date: Wed Sep 3 16:52:14 2008
New Revision: 15735
Modified:
Test-Chimps/trunk/ (props changed)
Test-Chimps/trunk/Makefile.PL
Test-Chimps/trunk/lib/Test/Chimps/Server.pm
Log:
r36837 at kohr-ah (orig r15722): alexmv | 2008-09-03 16:37:12 -0400
* TAP::Harness::Archive is missing a "use" -- work around it
Modified: Test-Chimps/trunk/Makefile.PL
==============================================================================
--- Test-Chimps/trunk/Makefile.PL (original)
+++ Test-Chimps/trunk/Makefile.PL Wed Sep 3 16:52:14 2008
@@ -10,6 +10,7 @@
requires('DateTime');
requires('HTML::Mason');
requires('TAP::Formatter::HTML');
+requires('TAP::Parser::Aggregator');
requires('TAP::Harness::Archive');
requires('Jifty::DBI::Collection');
requires('Jifty::DBI::Handle');
Modified: Test-Chimps/trunk/lib/Test/Chimps/Server.pm
==============================================================================
--- Test-Chimps/trunk/lib/Test/Chimps/Server.pm (original)
+++ Test-Chimps/trunk/lib/Test/Chimps/Server.pm Wed Sep 3 16:52:14 2008
@@ -20,6 +20,7 @@
use Params::Validate qw<:all>;
use Storable qw<store_fd fd_retrieve nfreeze thaw>;
use TAP::Formatter::HTML;
+use TAP::Parser::Aggregator;
use TAP::Harness::Archive;
use YAML::Syck;
use DateTime;
More information about the Bps-public-commit
mailing list