Skip Menu |

This queue is for tickets about the IO-Socket-INET6 CPAN distribution.

Report information
The Basics
Id: 68147
Status: resolved
Priority: 0/
Queue: IO-Socket-INET6

People
Owner: Nobody in particular
Requestors: sberthelot [...] emisfr.com
Cc:
AdminCc:

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



Subject: Forced site_perl dir in Makefile.PL
Date: Thu, 12 May 2011 16:25:44 +0200
To: bug-IO-Socket-INET6 [...] rt.cpan.org
From: Stéphane BERTHELOT <sberthelot [...] emisfr.com>
I'm packaging perl modules for some internal distribution and saw IO::Socket::INET6 always in site_perl dir of our perl5 directory structure which leverages a warning from our package maker (based on Slackware TXZ) Is there any special reason for putting INSTALLDIRS to "site" forced in Makefile.PL ? Thanks, Stephane. -- (Logo EmisFr) *Stéphane BERTHELOT* EmisFR /Infogérance totale ou partagée, sur site ou distante, Développements sur mesure web 2.0/ 10 rue Mazagran, 54000 NANCY, France http://www.emisfr.com Tel/Fax.: +33.3 83 32 25 75
Download logo_signature.jpg
image/jpeg 2.3k
logo_signature.jpg
Hi Stephane, On Thu May 12 10:26:04 2011, sberthelot@emisfr.com wrote: Show quoted text
> I'm packaging perl modules for some internal distribution and saw > IO::Socket::INET6 always in site_perl dir of our perl5 directory > structure which leverages a warning from our package maker (based on > Slackware TXZ) > > Is there any special reason for putting INSTALLDIRS to "site" forced in > Makefile.PL ? > > Thanks, > Stephane. >
Please use the Module-Build-based Build.PL script instead of the ExtUtils::MakeMaker based script. The IO-Socket-INET6 repository only contains the Build.PL and I do not have a lot of control on the Makefile.PL which is generated. As a rule, always default to installing from the Build.PL if it's present. Can I close this bug? Regards, -- Shlomi Fish
Subject: Re: [rt.cpan.org #68147] Forced site_perl dir in Makefile.PL
Date: Thu, 12 May 2011 20:09:54 +0200
To: bug-IO-Socket-INET6 [...] rt.cpan.org
From: Stéphane BERTHELOT <sberthelot [...] emisfr.com>
Thanks Shlomi, I'm using cpan2tgz for Slackware, I'll have a look to patch it for using Build.PL Best regards, Stephane. Le 12/05/2011 20:06, Shlomi Fish via RT a écrit : Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=68147> > > Hi Stephane, > > On Thu May 12 10:26:04 2011, sberthelot@emisfr.com wrote:
>> I'm packaging perl modules for some internal distribution and saw >> IO::Socket::INET6 always in site_perl dir of our perl5 directory >> structure which leverages a warning from our package maker (based on >> Slackware TXZ) >> >> Is there any special reason for putting INSTALLDIRS to "site" forced in >> Makefile.PL ? >> >> Thanks, >> Stephane. >>
> Please use the Module-Build-based Build.PL script instead of the > ExtUtils::MakeMaker based script. The IO-Socket-INET6 repository only > contains the Build.PL and I do not have a lot of control on the > Makefile.PL which is generated. As a rule, always default to installing > from the Build.PL if it's present. > > Can I close this bug? > > Regards, > > -- Shlomi Fish > > >
-- (Logo EmisFr) *Stéphane BERTHELOT* EmisFR /Infogérance totale ou partagée, sur site ou distante, Développements sur mesure web 2.0/ 10 rue Mazagran, 54000 NANCY, France http://www.emisfr.com Tel/Fax.: +33.3 83 32 25 75
Download logo_signature.jpg
image/jpeg 2.3k
logo_signature.jpg
On Thu May 12 14:10:13 2011, sberthelot@emisfr.com wrote: Show quoted text
> Thanks Shlomi, > > I'm using cpan2tgz for Slackware, I'll have a look to patch it for using > Build.PL >
OK, thanks for letting me know. I'm resolving this bug. Regards, -- Shlomi Fish Show quoted text
> Best regards, > Stephane. >