http://www.perlmonks.org?node_id=849341


in reply to Re: 'use strict' without a semicolon can be interesting
in thread 'use strict' without a semicolon can be interesting

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