Craig A. Berry wrote:
> The new test fails on VMS because the "default filter" case is MM_VMS,
> not MM_Unix.  You need something like this and it will pass:
> 
> --- t/maketext_filter.t;-0      Fri Dec  7 11:24:58 2007
> +++ t/maketext_filter.t Fri Dec  7 17:33:39 2007
> @@ -20,7 +20,7 @@ sub test_filter {
>      my($text, $vms_text) = @_;
> 
>      local $Test::Builder::Level = $Test::Builder::Level + 1;
> -    is( MM->maketext_filter($text),               $text,     'default
> filter' );
> +    is( ExtUtils::MM_Unix->maketext_filter($text),
> $text,     'default filter' );
>      is( ExtUtils::MM_VMS->maketext_filter($text), $vms_text, 'VMS filter' );
>  }

Thanks.  I'll kick out a new release.


-- 
There will be snacks.

Reply via email to