* Paul Johnson <[EMAIL PROTECTED]> [2008-09-10 13:50]: > Oh, but they *could* have them. > > And I think that is a perfect solution. CPANTS should check > whether modules have a shebang line, and if so whether it > contains -w. If it does then the author has asserted that the > module runs cleanly with warnings enabled and should receive > the kwalitee point.
Problem is, the shebang line doesn’t actually *do* anything. The correct solution (which also doesn’t require changes to CPANTS) is called warnings::compat. Assuming you actually care that much… Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>