Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: dagolden [...] cpan.org
Cc:
AdminCc:

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



Subject: Change location in Perl core to ext/Module-Build
Core is moving dual-life modules from lib/* to ext/. To move Module::Build, any test behaviors that change if $ENV{PERL_CORE} is set will probably need to change. Known issues: * MBTest overwrites PERL5LIB instead of adding to it * all the "use lib" statements in test file headers will need to change * may need to look at temp file location -- David
Subject: Re: [rt.cpan.org #49522] Change location in Perl core to ext/Module-Build
Date: Tue, 08 Sep 2009 12:42:48 -0700
To: bug-Module-Build [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
David Golden via RT wrote: Show quoted text
> Core is moving dual-life modules from lib/* to ext/. To move > Module::Build, any test behaviors that change if $ENV{PERL_CORE} is set > will probably need to change. > > Known issues: > > * MBTest overwrites PERL5LIB instead of adding to it > * all the "use lib" statements in test file headers will need to change > * may need to look at temp file location
You can crib from http://github.com/schwern/perl/tree/ext_tests when I did this back in March. -- Robrt: People can't win Schwern: No, but they can riot after the game.
Patched in trunk. Tests pass *outside* core. Will test in core and fix up when next merged to blead.