Subject: | deprecation noise from test |
Date: | Thu, 9 Jan 2014 14:04:05 +0000 |
To: | bug-Module-Pluggable [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
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