Makefile.PL

Hi there;
I am trying to install rtir-1.1.5 with RT-3.4.5 and having the following
problem:
Cannot autoload main - main::AUTOLOAD at
/var/home/rfh/rtir-1.1.5/inc/Module/Install.pm -
/usr/lib/perl5/vendor_perl/5.8.7/Module/Install.pm line 45.
I installed Module::Install version 0.56 and running perl v5.8.7 …
Have anyone come across this problem before and is there a fix??
Roy

Hej!

Cannot autoload main - main::AUTOLOAD at
/var/home/rfh/rtir-1.1.5/inc/Module/Install.pm -
Have anyone come across this problem before and is there a fix??

I had the same problem with svn/1.9-EXPERIMENTAL.

I replaced
RTx(‘RT-IR’);
with
name(‘RT-IR’);
and the problem went away.

Regards,

Alexander

Hej!

Cannot autoload main - main::AUTOLOAD at
/var/home/rfh/rtir-1.1.5/inc/Module/Install.pm -
Have anyone come across this problem before and is there a fix??

I had the same problem with svn/1.9-EXPERIMENTAL.

I replaced
RTx(‘RT-IR’);
with
name(‘RT-IR’);
and the problem went away.

That will entirely disable the (Somewhat important) RT-specific
installation bits. What happens if you

cpan Module::Install
cpan Module::Install::RTx

In the RTIR directory

rm -rf inc
perl Makefile.PL
?

Many thanks Jesss that worked …
A quick question … The upgrade instructions suggest that most scrips
should be deleted which I did, however after the upgrade these scripts
did not reappear …
Is this how it should be ??I am trying to get to grips with RTIR.
Roy

Jesse Vincent wrote: