http://www.perlmonks.org?node_id=1214028


in reply to Subroutine Time::HiRes::Time redefined ... Help

Which version of Time::HiRes are you using? Which version of perl? Which versions of all the other modules?

I don't have POE::Component::DirWatch::Object installed here, but taking that out it runs cleanly for me.

For the record, it's considered better practice to do

#!/usr/bin/perl use warnings;

in preference to

#!/usr/bin/perl -w