Skip Menu |

This queue is for tickets about the RTx-EmailCompletion CPAN distribution.

Report information
The Basics
Id: 42815
Status: resolved
Priority: 0/
Queue: RTx-EmailCompletion

People
Owner: Nobody in particular
Requestors: cpan [...] jibsheet.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Incorrect RTx() line in Makefile.PL
Because of the following line in Makefile.PL RTx('EmailCompletion'); this module is installed into /opt/rt3/local/plugins/EmailCompletion/ rather than /opt/rt3/local/plugins/RTx-EmailCompletion/ You have to move the directory before Set(@Plugins, qw(RTx-EmailCompletion)); will work (Unfortunately, setting @Plugins to EmailCompletion fails during the module load
Hello Kevin, Le Lun. Jan. 26 15:17:56 2009, FALCONE a écrit : Show quoted text
> Because of the following line in Makefile.PL > RTx('EmailCompletion');
I've found some time to work on this. Show quoted text
> You have to move the directory before > Set(@Plugins, qw(RTx-EmailCompletion)); > will work (Unfortunately, setting @Plugins > to EmailCompletion fails during the module load
Just to be sure, if I set RTx('RTx-EmailCompletion'); The plugin line should be like that : Set(@Plugins,(qw(RTx::EmailCompletion))); no ?
Subject: Re: [rt.cpan.org #42815] Incorrect RTx() line in Makefile.PL
Date: Fri, 13 Mar 2009 08:19:05 -0400
To: bug-RTx-EmailCompletion [...] rt.cpan.org
From: Kevin Falcone <kevin [...] jibsheet.com>
On Mar 13, 2009, at 8:15 AM, Nicolas Chuche via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=42815 > > > Hello Kevin, > > Le Lun. Jan. 26 15:17:56 2009, FALCONE a écrit :
>> Because of the following line in Makefile.PL >> RTx('EmailCompletion');
> > I've found some time to work on this.
great! Show quoted text
>> You have to move the directory before >> Set(@Plugins, qw(RTx-EmailCompletion)); >> will work (Unfortunately, setting @Plugins >> to EmailCompletion fails during the module load
> > Just to be sure, if I set RTx('RTx-EmailCompletion'); > > The plugin line should be like that : > > Set(@Plugins,(qw(RTx::EmailCompletion))); > > no ?
Yep, for installs recently I've been hacking Makefile.PL before running make install and then adding that @Plugins line. -kevin
done in 0.06