Subject: | Date::Manip changes $ENV{PATH} unexpectedly |
Hello, Sullivan.
$ perl -e 'print "$ENV{PATH}\n"'
/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
$ perl -e 'use Date::Manip; print "$ENV{PATH}\n"'
/bin:/usr/bin
$
After upgrading from Date::Manip 5.56 to 6.39 several scripts stop working. They run other programs with system() or backticks and can't find this programs in PATH after upgrade. I think this is unexpected behaviour.
Yours,
Eugene Loktionov.