in reply to Re: Migrating scripts back to Perl 5.005_03
in thread Migrating scripts back to Perl 5.005_03
I use #!perl -w only in the test suite.
This way, users can decide whether to enable warnings or not.
Update: as I understand from perlrun, a shebang line in a module would not be interpreted at all.
|
|---|