Mon Nov 21 15:03:58 2011: Request 72590 was acted upon. Transaction: Correspondence added by mark.doot...@znix.com Queue: Alien-wxWidgets Subject: Re: [rt.cpan.org #72590] Bug in noninteractive wxWidgets build Broken in: 0.54 Severity: Important Owner: Nobody Requestors: ol...@mcs.anl.gov Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=72590 >
Many thanks Applied to svn at revision: 3127 On 21/11/2011 19:05, Robert Olson via RT wrote: > Mon Nov 21 14:05:06 2011: Request 72590 was acted upon. > Transaction: Ticket created by RDO > Queue: Alien-wxWidgets > Subject: Bug in noninteractive wxWidgets build > Broken in: 0.54 > Severity: Important > Owner: Nobody > Requestors: ol...@mcs.anl.gov > Status: new > Ticket<URL: https://rt.cpan.org/Ticket/Display.html?id=72590> > > > If you configure Build.PL using the command line: > > perl Build.PL -wxWidgets-version 2.9.2 -wxWidgets-build-opengl > -wxWidgets-build - > wxWidgets-source tar.bz2 > > the build does not progress properly because the invocations of _askyn in > Build.PL don't > consider "1" to be a "yes" answer; when you pass a flag using say > -wxWidgets-build the value > being considered is 1. > > The simple attached diff fixes theproblem.