Re: [perl #75570] perl -h recommends using -w
[email protected] (Ævar Arnfjörð Bjarmason)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 7, 2010 at 11:09, David Golden <[email protected]> wrote: > On Mon, Jun 7, 2010 at 3:51 AM, Abigail <[email protected]> wrote: >> I do not think 'perl -h' is the place to give recommendations on how >> code should be written. 'perl -h' gives a list and a brief explanation of >> the command line switches. IMO, it should do just that, and nothing else. > > Agreed. Fixed in commit 60eaec425bbc5e93d5dab2c98aa44af5d0baeb52. Maybe something like "enable interpreter-wide warnings" would be better due to the frequent $^W v.s. use warnings misunderstandings. But meh:)