FWIW, I don't see why IO::File needs to load File::Spec anyway. On Wed, Nov 23, 2011 at 10:04 AM, Jesse Luehrs <doy@tozt.net> wrote: > Well, this is just how the rest of perl works: > > $ perl -E'warn File::Spec->catfile("foo", "bar"); package foo { use > File::Spec () }' > foo/bar at -e line 1.Thread Previous | Thread Next