in reply to Re^2: How can one best measure compile time of their Perl script?
in thread How can one best measure compile time of their Perl script?

"Really? Has to be pretty big script to take more than a few millisec."

This one-liner seems to take more than a few milliseconds:

time perl -c -e'use Moose; 1;'
use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name