> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, August 18, 2003 9:41 AM > > The am receiving the following error when I run "perl Makefile.PL" > > Use of inherited AUTOLOAD for non-method MY::hpux_libdir() is > deprecated > at Makefile.PL line 1338. > MY doesn't contain an __DATA__ token at Makefile.PL line 1338
At line 1338, change hpux_libdir to main::hpux_libdir
