Re: File::AllUtils or similar

2010-06-28 Thread David Golden
On Mon, Jun 28, 2010 at 6:52 PM, Jonathan Swartz wrote: > Is there something like a File::AllUtils that uses and exports a bunch of > standard file modules, for some definition of standard? If not, would it be > reasonable for me to release one? > > I know about Path::Class, which is an interestin

File::AllUtils or similar

2010-06-28 Thread Jonathan Swartz
I'm getting tired of writing chains like use Cwd qw(realpath); use File::Basename; use File::Path; use File::Slurp; use File::Spec::Functions; use File::Temp; whenever I write a script that deals with files. Especially since my cycle is "run script, insert missing use line, run script, insert