Subject: | Warning on AutoLoader |
Date: | Thu, 15 Nov 2012 12:36:36 -0500 |
To: | <bug-Proc-Simple [...] rt.cpan.org> |
From: | "Jim A Kessler" <Jim_Kessler [...] glic.com> |
Hi,
I'm updating my perl from 5.8.8 to 5.16.1.
While running make test on Proc::Simple, I received the following
warnings:
Can't locate package AutoLoader for @Proc::Simple::ISA at
/opt/......./blib/lib/Proc/Simple.pm line 167
Perl Version: This is perl 5, version 16, subversion 1 (v5.16.1) built for
aix
Module Version: Proc-Simple-1.30
OS Version: AIX 6.1
I was able to address the warning by adding 'require AutoLoader' right
before @ISA:
require Exporter;
require AutoLoader;
@ISA = qw(Exporter AutoLoader);
Thanks
Jim A Kessler
Manager of Development, Retirement Solutions - Technology Services
Tel 610-807-6926 • Fax 610-807-6900
1605 N. Cedar Crest Blvd., Allentown, PA 18104
Jim_Kessler@glic.com
The Guardian Life Insurance Company of America
www.guardianlife.com
-----------------------------------------
This message, and any attachments to it, may contain information
that is privileged, confidential, and exempt from disclosure under
applicable law. If the reader of this message is not the intended
recipient, you are notified that any use, dissemination,
distribution, copying, or communication of this message is strictly
prohibited. If you have received this message in error, please
notify the sender immediately by return e-mail and delete the
message and any attachments. Thank you.