Re: ExtUtils::MakeMaker 6.16, site/vendor dirs patch

2003-09-10 Thread Michael G Schwern
On Thu, Sep 04, 2003 at 09:12:38AM -0500, Ken Williams wrote: > Ville reported this for Module::Build too > (https://rt.cpan.org/Ticket/Display.html?id=3703), and while the patch > is much simpler (only 4 lines) I'm still debating whether to apply it > since it works around a fixed bug in beta c

Re: perl562@20985 [PATCH MakeMaker and File::Spec::Win32]

2003-09-10 Thread Michael G Schwern
On Wed, Sep 03, 2003 at 11:07:25AM +0100, Orton, Yves wrote: > BTW, I cant help wondering how many other things like this are possible > booby traps. I somehow doubt that the extensions being built under Perl tax > MM _that_ much so I think maybe some serious thought needs to go into > considering

Re: [PATCH: perl@21138] bug fix for MakeMaker miniperl problem on all platforms, slight additional VMS cleanup

2003-09-10 Thread Michael G Schwern
On Tue, Sep 09, 2003 at 03:41:16PM -0400, [EMAIL PROTECTED] wrote: > The enclosed patch seems to fix the problem on > x86 linux 2.4.18-14smp. It also incorporates > several of Michael Schwern's recent excellent > suggestions to better address the unique needs > of the usevmsdebug build on VMS and

Re: Bug: perl@21138 cannot install perl along a path with 'miniperl' in name

2003-09-10 Thread Michael G Schwern
On Tue, Sep 09, 2003 at 11:14:01AM -0400, [EMAIL PROTECTED] wrote: > I have been trying to patch MakeMaker as ships with recent > maint snapshots to accomodate some of Michael Schwern's > recent suggestions. It has been difficult to do since one of > the problems that arises on VMS is test failure

Re: perl562@20985 [PATCH MakeMaker]

2003-09-10 Thread Michael G Schwern
On Mon, Sep 08, 2003 at 11:30:30AM +0100, Orton, Yves wrote: > ExtUtils::Install is using the Unix path seperator on Win32. > > Patch as follows > > --- ExtUtils-MakeMaker-6.16/lib/ExtUtils/Install.pm 2003-06-05 > 10:04:31.0 +0200 > +++ ExtUtils-MakeMaker-6.16-pathced/lib/ExtUtils/Ins

Re: Pod::Simple

2003-09-10 Thread Michael G Schwern
Hmm. I'm not entirely convinced that's actually malformed YAML as opposed to a bug in YAML.pm. Ingy, is this kosher YAML? version_from: ./lib/Pod/Simple.pm On Sun, Sep 07, 2003 at 08:39:06AM +0200, Andreas J Koenig wrote: > Yes. You triggered a bug in MakeMaker's META.yml generator. You are >

Re: PL_FILTER patch

2003-09-10 Thread Michael G Schwern
On Sun, Sep 07, 2003 at 02:33:59AM -0400, Kevin C. Krinke wrote: > I will be delaying the release of my Perl module UI::Dialog and the > other packages that I've built that use UI::Dialog (like a whole > Nautilus Script archive built all in Perl using UI::Dialog) until I get > confirmation weather

PL_FILTER patch (take 2)

2003-09-10 Thread Kevin C. Krinke
(I guess I should send a patch that actually works.) This wishlist item is for the compliment to PM_FILTER... PL_FILTER. This option would allow Perl scripts to be filtered in the same ways the Perl modules can be filtered (with a stream-type shell command). While .PL files are extremely usefull i