Subject: | Warnings with autosplitted modules |
If Module::PrintUsed is used with an autosplitted module e.g. Storable
perl -MModule::PrintUsed -MStorable -e1
then warning occur:
Bareword found where operator expected at (eval 8) line 1, near
"8.8::mach::auto
::Storable::autosplit"
(Missing operator before ::mach::auto::Storable::autosplit?)
It seems that this can be ceased by putting a "no warnings" before the
eval statement in ModulesList().
Regards,
Slaven