Getting this error when adding statement
use Time::HiRes qw( utime );
According to Time::HiRes perldoc it should be there, but it's not (looked in HiRes.pm). Does anybody know why? I am using perl 5.24.0, checked on several platforms (unix, win32). Trying to set high resolution timestamps on my files. Is there any other way?
Thank you!