On Tue, Mar 15, 2005 at 10:33:25AM -0500, Geoffrey Young wrote:
> 
> >   test => { TESTS => join ' ', map { glob } qw( t/*/*.t t/*/*/*.t ) },
> 
> but slashes aren't portable, right?  I don't think you can get rid of
> File::Spec.

In this case they should be portable.  Windows will understand them and I
believe VMS can handle it if you change it to ./t/*/*.t.

But I don't see what the problem is, File::Spec and Find have been in the
core for years.

Reply via email to