Subject: | Use "#!perl" in shebang of timelog utility |
With the current shebang "#!/usr/bin/env perl" ExtUtils::MakeMaker does not do any substitions, which are necessary for some system or for non-system perls. I recommend to change the shebang to just "#!perl".
Regards,
Slaven