in reply to Re: Re: Favourite modules April 2003
in thread Favourite modules April 2003

Maybe you'd like Path::Class better. I sure do, and I hope it isn't just because I wrote it. -Ken

Replies are listed 'Best First'.
Re^4: Favourite modules April 2003
by barbie (Deacon) on Mar 07, 2005 at 18:39 UTC
    This only hides File::Spec underneath the covers. I expect I'd still encounter the same problems as I did before, as it will still stringify to the OS you're on. As I use Windows mostly, it doesn't integrate with Find::Find and others without some meddling.

    I have most problems with code written by others who aren't aware of the problems. Whether they use File::Spec or Path::Class, I don't see any difference between the return values being Windows style and then breaking when used directly in Find::Find or File::Basename. For them to work correctly you'll need to have:

    $file->as_foreign('Unix')
    all over the place, which kind of defeats the object of using Path::Class in the first place :(

    --
    Barbie | Birmingham Perl Mongers user group | http://birmingham.pm.org/