[458] TAP::Harnes::Archive hotpatch
Eric Wilhelm
scratchcomputing at gmail.com
Mon Sep 10 00:11:15 BST 2007
Michael,
This "wink,wink" bit in App::Prove tells TAP::Harness that it is okay to
inject a "cooperative" base class into TAP::Harness::Archive.
if ( $self->archive ) {
eval("sub TAP::Harness::Archive::auto_inherit {1}"); # wink,wink
$self->require_harness(archive => 'TAP::Harness::Archive');
$args{archive} = $self->archive;
}
Probably best for you to take that upstream as:
use constant auto_inherit => 1;
Note: color now works with --archive.
--Eric
--
The opinions expressed in this e-mail were randomly generated by
the computer and do not necessarily reflect the views of its owner.
--Management
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------
More information about the tapx-dev
mailing list