Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: njh [...] bandsman.co.uk
Cc:
AdminCc:

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



Subject: Module::Build Doesn't know about BeOS w/fix
As far as Perl goes BeOS can be classed as UNIX like. The only difference is that you can't read()/write() to and from a socket, you must use send()/recv(). This doesn't affect Module::Build so it's OK to pretend BeOS is a UN*X system: *** OBuild.pm Thu Jan 21 10:04:49 2010 --- Build.pm Thu Jan 21 10:05:10 2010 *************** *** 70,75 **** --- 70,77 ---- riscos RiscOS amigaos Amiga mpeix MPEiX + + beos Unix ); # Inserts the given module into the @ISA hierarchy between
Thanks for the report. Patched in the repository.
Subject: Re: [rt.cpan.org #53876] Module::Build Doesn't know about BeOS w/fix
Date: Wed, 10 Feb 2010 09:46:43 -0500
To: bug-Module-Build [...] rt.cpan.org
From: Nigel Horne <njh [...] bandsman.co.uk>
David Golden via RT wrote: Show quoted text
> > Thanks for the report. Patched in the repository. >
Thanks!
Now that there has been a stable Module::Build release, I'm marking this "patched" issue as "resolved".