Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 61606
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: ingvar [...] redpill-linpro.com
marcolz [...] stack.nl
Cc:
AdminCc:

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



CC: marcolz [...] stack.nl
Subject: perl port for iphone does not recognice "iphoneos" as unix
Date: Fri, 24 Sep 2010 09:10:40 +0200
To: bug-Module-Build [...] rt.cpan.org
From: Ingvar Hagelund <ingvar [...] redpill-linpro.com>
I recently installed perl for my jailbroken iPhone, see http://www.stack.nl/~marcolz/Cydia/ . The build seems to work quite well for my needs. I had to do a minor patch, though: In /usr/local/lib/perl5/5.10.0/Module/Build.pm , around line 36, (together with darwin) I added a line iphoneos Unix Perhaps this could be added to upstream? Best regards, and thanks for you efforts for Perl portability! Ingvar Hagelund
CC: bug-Module-Build [...] rt.cpan.org, marcolz [...] stack.nl
Subject: Re: perl port for iphone does not recognice "iphoneos" as unix
Date: Mon, 27 Sep 2010 10:16:08 +0200
To: Ingvar Hagelund <ingvar [...] redpill-linpro.com>
From: Marc Olzheim <marcolz [...] stack.nl>
On Fri, Sep 24, 2010 at 09:10:40AM +0200, Ingvar Hagelund wrote: Show quoted text
> I recently installed perl for my jailbroken iPhone, see > http://www.stack.nl/~marcolz/Cydia/ . The build seems to work quite well > for my needs. I had to do a minor patch, though: > > In /usr/local/lib/perl5/5.10.0/Module/Build.pm , around line 36, > (together with darwin) I added a line > > iphoneos Unix > > Perhaps this could be added to upstream? > > Best regards, and thanks for you efforts for Perl portability! > Ingvar Hagelund
Hmm, that is strange, I wonder how I vould not have had an issue with that, as you are clearly correct in that that should be patched in my package. Can you tell me what you tried to do that revealed this issue ? Thanks for the report! Marc Olzheim
Download signature.asc
application/pgp-signature 198b

Message body not shown because it is not plain text.

CC: bug-Module-Build [...] rt.cpan.org
Subject: Re: perl port for iphone does not recognice "iphoneos" as unix
Date: Mon, 27 Sep 2010 23:29:05 +0200 (CEST)
To: Marc Olzheim <marcolz [...] stack.nl>
From: Ingvar Hagelund <ingvar [...] redpill-linpro.com>
* Ingvar Hagelund Show quoted text
> > I recently installed perl for my jailbroken iPhone, see > > http://www.stack.nl/~marcolz/Cydia/ . The build seems to work quite > > well > > for my needs. I had to do a minor patch (...)
* Marc Olzheim Show quoted text
> Hmm, that is strange, I wonder how I would not have had an issue with > that, as you are clearly correct in that that should be patched in my > package. > Can you tell me what you tried to do that revealed this issue ?
Easy: $ perl -e 'use Module::Build' Unknown OS type 'iphoneos' - using default settings Ingvar
Patched in the repository and will be in the next developer release of Module::Build
Now that there has been a stable Module::Build release, I'm marking this "patched" issue as "resolved".