in reply to Re^6: Local library for module test script
in thread Local library for module test script

Its right up there with not assuiming a /tmp... and using File::Spec -> tmpdir or File::Temp::newdir

Heh. Tell Perl that. Turns out that one of the few places that creates temporary files but just hard-codes "/tmp" is some cruft C code inside Perl. Sadly, Plack chose to use that.

(And, yes, I agree with you.)

- tye        

  • Comment on Re^7: Local library for module test script (/tmp)