NAME Perl7::Handy - Handy Perl7 scripting environment on Perl5 SYNOPSIS use Perl7::Handy; DESCRIPTION Perl7::Handy module provides easy Perl7 scripting environment onto perl 5.00503 or later. - gives caller package "use strict;" - gives caller package "use warnings;" (only perl 5.006 or later) - gives caller package "no bareword::filehandles;" - gives caller package "no multidimensional;" - gives caller package "use feature qw(signatures); no warnings qw(experimental::signatures);" (only perl 5.020 or later) - gives caller package "no feature qw(indirect); (only perl 5.031009 or later) - removes ".(dot)" from @INC (CVE-2016-1238: Important unsafe module load path flaw) SEE ALSO Announcing Perl 7 - Jun 24, 2020 by brian d foy https://www.perl.com/article/announcing-perl-7/