Skip to content

Perl module warnings::everywhere (and related warnings::anywhere)

Notifications You must be signed in to change notification settings

skington/warnings_everywhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

warnings_everywhere

Perl module warnings::everywhere (and related warnings::anywhere)

Lets you do things like this:

no warnings::anywhere qw(uninitialized);
use Module::That::Spits::Out::Warnings;
use Other::Unnecessarily::Chatty::Module;
use warnings::everywhere qw(uninitialized);
# Write your own bondage-and-discipline code that really, really
# cares about the difference between undef and the empty string

or

use warnings::everywhere qw(all);
no warnings::everywhere qw(uninitialized);
no warnings::anywhere qw(uninitialized);
no goddamn::warnings::anywhere qw(uninitialized);

About

Perl module warnings::everywhere (and related warnings::anywhere)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages