Subject: | DateTime no longer allows one to force XS or Perl builds |
Date: | Thu, 15 Jul 2010 13:59:20 -0500 (CDT) |
To: | bug-datetime [...] perl.org |
From: | Dave Rolsky <autarch [...] urth.org> |
Show quoted text
---------- Forwarded message ----------
Date: Fri, 9 Jul 2010 16:46:27 -0400
From: Jonathan Noack <Jonathan.Noack@clickfox.com>
To: autarch@urth.org
Subject: DateTime 0.60 and non-XS build
DateTime 0.60 appears to no longer respect the "--pp" option for non-XS
build:
$ perl Build.PL --pp
Warning: ExtUtils::CBuilder not installed or no compiler detected
Proceeding with configuration, but compilation may fail during Build
Creating new 'MYMETA.yml' with configuration results
Creating new 'Build' script for 'DateTime' version '0.60'
$ ./Build
Building DateTime
Error: no compiler detected to compile 'lib/DateTime.c'. Aborting
$
The last version I tried was 0.55 where it worked perfectly.
-Jon