[Bps-public-commit] r15722 - in Test-Chimps/branches/modern-tap: lib/Test/Chimps
alexmv at bestpractical.com
alexmv at bestpractical.com
Wed Sep 3 16:37:16 EDT 2008
Author: alexmv
Date: Wed Sep 3 16:37:12 2008
New Revision: 15722
Modified:
Test-Chimps/branches/modern-tap/Makefile.PL
Test-Chimps/branches/modern-tap/lib/Test/Chimps/Server.pm
Log:
* TAP::Harness::Archive is missing a "use" -- work around it
Modified: Test-Chimps/branches/modern-tap/Makefile.PL
==============================================================================
--- Test-Chimps/branches/modern-tap/Makefile.PL (original)
+++ Test-Chimps/branches/modern-tap/Makefile.PL Wed Sep 3 16:37:12 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/branches/modern-tap/lib/Test/Chimps/Server.pm
==============================================================================
--- Test-Chimps/branches/modern-tap/lib/Test/Chimps/Server.pm (original)
+++ Test-Chimps/branches/modern-tap/lib/Test/Chimps/Server.pm Wed Sep 3 16:37:12 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