--- EV/Makefile.PL 2008/10/29 17:41:11 1.36 +++ EV/Makefile.PL 2008/10/30 04:01:46 1.37 @@ -1,5 +1,6 @@ use 5.006; +use strict qw(vars subs); use Config; use ExtUtils::MakeMaker; @@ -45,7 +46,7 @@ EOF -$DEFINE .= " -DEV_USE_MONOTONIC=" . (0 + (prompt ("Enable optional support for CLOCK_MONOTONIC (y/n)?", "y") =~ /[yY]/)); +my $DEFINE .= " -DEV_USE_MONOTONIC=" . (0 + (prompt ("Enable optional support for CLOCK_MONOTONIC (y/n)?", "y") =~ /[yY]/)); print <