If you could please send me a new patch (or a git pull request), I'll
apply it to the repo.

Thanks,
David

On Thu, May 27, 2010 at 10:11 PM, Elliot Shank <p...@galumph.com> wrote:
> On 5/27/10 2:37 PM, Eric Wilhelm wrote:
>>
>> # from Elliot Shank
>> # on Thursday 27 May 2010 05:46:
>>
>>> it uses Storable, which wasn't in core until 5.7.3
>>
>>> +    $tap_harness_args = dclone($tap_harness_args);
>>> +    $orig_tap_harness_args = dclone($tap_harness_args);
>>> +    my $switches = $tap_harness_args->{switches} || [];
>>> +    push @{$switches}, '-MDevel::Cover';
>>> +    $tap_harness_args->{switches} = $switches;
>>
>>   $orig_th_args = {%$th_args};
>>   $th_args->{switches} =
>>   �...@{$th_args->{switches}||[]}, '-MDevel::Cover'];
>
> Aha.  Yeah, depth two copy is enough.
>

Reply via email to