On Wed, Aug 21, 2002 at 12:43:15PM -0400, _brian_d_foy wrote:
> along with my other patch, this gives you the explicit sorting and also allows
> the module other to play with the 'test' key to WriteMakefile. 

Can't do it.  The resulting shell command is too long.


> --- MM_Unix.pm-dist     Wed Aug 21 09:34:09 2002
> +++ MM_Unix.pm  Wed Aug 21 09:33:24 2002
> @@ -1109,7 +1109,7 @@
>  
>  sub find_tests {
>      my($self) = shift;
> -    return "t/*.t";
> +    return join " ", sort { lc $a <=> lc $b } glob "t/*.t";
>  }
>  
>  =back


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
....let me think it over while Cheese beats you with a baseball bat.

Reply via email to