Subject: | Name "Module::Install::AUTOLOAD" used only once: possible typo |
When running "perl Makefile.PL" in the attached sample "Foo" module, I get this warning produced under Perl 5.6.x:
Name "Module::Install::AUTOLOAD" used only once: possible typo at inc/Module/Install.pm - C:/perl5/site/lib/Module/Install.pm line 172.
I can't figure out any way to silence this warning from my Makefile.PL other than removing "use warnings;" from it, which I don't want to do.
It doesn't happen under Perl 5.8.x, but since my module supports earlier Perls, I'd like it to behave under 5.6.x.
This is using Module-Instal-0.36.
Thanks,
- Steve
Message body not shown because it is not plain text.