Skip Menu |

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

Report information
The Basics
Id: 75398
Status: open
Priority: 0/
Queue: Module-Build

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

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



Subject: creates damaged Makefile.PL if running under Windows
'test' => { 'TESTS' => 't\\*.t' } The Problem ist the \\, should be / 0.3800 is the last version that ActiveState has build. So I do not know if it was fixed in later versions.
On Wed Feb 29 01:27:11 2012, STEFFENW wrote: Show quoted text
> 'test' => { > 'TESTS' => 't\\*.t' > } > > The Problem ist the \\, should be / > > 0.3800 is the last version that ActiveState has build. So I do not know > if it was fixed in later versions.
Could you please give a more complete example or maybe attach your Build.PL file? This is compatibility Makefile.PL related, so I'm downgrading the severity to normal, as it's not critical for correct operation.
Subject: Re: [rt.cpan.org #75398] creates damaged Makefile.PL if running under Windows
Date: Wed, 29 Feb 2012 15:14:22 +0100
To: bug-Module-Build [...] rt.cpan.org
From: "Steffen Winkler" <steffen.winkler [...] gmx.net>
here it is: http://cpansearch.perl.org/src/STEFFENW/Data-Page-Pagination-0.004/Build.PL --Steffen -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
Subject: Re: [rt.cpan.org #75398] creates damaged Makefile.PL if running under Windows
Date: Wed, 29 Feb 2012 09:26:13 -0500
To: bug-Module-Build [...] rt.cpan.org
From: David Golden <dagolden [...] cpan.org>
2012/2/29 Steffen Winkler via RT <bug-Module-Build@rt.cpan.org>: Show quoted text
Thank you. As a possible workaround, since you don't actually have recursive tests, if you turn off recursive_test_files, does it work correctly (probably omitting the TESTS argument entirely)? For the record, for whoever produces a test for this and a fix: look at _test_globs in Module::Build::Compat and possibly use File::Spec::Unix instead of File::Spec. -- David