in reply to Re^3: Test::Warn, 'use' vs 'require' (&)
in thread Test::Warn, 'use' vs 'require'

(note the &) so it will work even if the prototype gets loaded soon enough.

Actually in this instance you don't need the & since the bracketed version is legal code with or without prototypes - so either will work.

  • Comment on Re^4: Test::Warn, 'use' vs 'require' (&)