> [Mon Jan 28 14:52:35 2002] [error] mkdir : No such file or directory at
> /opt/gnu
> /depot/perl-5.6.1/lib/site_perl/5.6.1/Cache/FileBackend.pm line 220

Looks to me like your system has no mkdir command, or it isn't in the path,
or it doesn't support an option that's needed (-p maybe?).

Maybe Cache::FileBackend should use File::Path::mkpath for portability.

- Perrin

Reply via email to