Of course, no warnings will be enabled when run under pre-5.6, but the code will not croak on a use warnings;BEGIN { if ($] < 5.006) { $INC{'warnings.pm'} = __FILE__; no strict 'refs'; *{'warnings::unimport'} = sub {0}; } }
In reply to Re^2: Can I see "requires"?
by JavaFan
in thread Can I see "requires"?
by DreamT
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |