NAME

App::perl::distrolint::Check::NoStrictRefs - forbid the use of no strict 'refs'

DESCRIPTION

This checks that no Perl source code file contains a no strict declaration that turns off the refs stricture.

This is generally considered an anti-pattern that should be replaced by uses of the meta metaprogramming module, or more specialised things such as Object::Pad::MOP.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>