Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re^2: 'use strict' without a semicolon can be interestingby toma (Vicar) |
on Jul 13, 2010 at 18:20 UTC ( [id://849341]=note: print w/replies, xml ) | Need Help?? |
Perhaps there are a limited number of strictures that use strict knows about. Perl could compare the EXPR list against the known list of possible strictures, and throw an error or warning if the EXPR is not on the list. I don't know if this is feasible to implement without deep changes, but it does seem possible. You are right, I meant perl 5.12.1! It should work perfectly the first time! - toma
In Section
Seekers of Perl Wisdom
|
|