t/24local_inc_package.t's use of "Text" as a namespace in which to load
all available modules causes a deprecation warning:
Text::Soundex will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at (eval 279), line 2.
The test should not be loading modules over which it has no control and
which are not designed to be loaded en masse as plugins. There could
be anything there.
-zefram
From zefram@fysh.org
Migrated from https://rt.cpan.org/Ticket/Display.html?id=91970
t/24local_inc_package.t's use of "Text" as a namespace in which to load
all available modules causes a deprecation warning:
The test should not be loading modules over which it has no control and
which are not designed to be loaded en masse as plugins. There could
be anything there.
-zefram
From zefram@fysh.org
Migrated from https://rt.cpan.org/Ticket/Display.html?id=91970