EnlightenedPerlOrganisation / task-kensho

A Glimpse at an Enlightned Perl Distribution
http://search.cpan.org/dist/Task-Kensho
Other
71 stars 23 forks source link

Switched Test::NoWarnings to Test::FailWarnings. #2

Closed kimmel closed 11 years ago

kimmel commented 11 years ago

My editor also stripped some trailing whitespace as well.

karenetheridge commented 11 years ago

I'm not sure if the jury has settled on Test::FailWarnings over Test::Warnings yet ;) they have similar but not identical feature sets

kimmel commented 11 years ago

My entire decision was based on being able to do whitelist specific modules like this:

use Test::FailWarnings -allow_from => [ qw/Annoying::Module/ ];

karenetheridge commented 11 years ago

I'd be content to recommend both ::FailWarnings and ::Warnings - xdg and I developed those mostly in tandem, following a conversation we had about how ::NoWarnings was missing things we needed.

kimmel commented 11 years ago

I am going to redo this on its own branch so I can have multiple PRs at the same time.