Matt Sergeant wrote:
Yeah, I think all the current plugins pass the strict test fine (otherwise they wouldn't work, right?).
Not necessarily. I was thinking about the 'strict refs' prohibitions which will work correctly most of the time, but are not considered safe. Also, a plugin could work "fine" with non-lexically-scoped variable definitions, but it again it isn't a good idea.
John
