Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the config-model CPAN distribution.

Report information
The Basics
Id: 74891
Status: resolved
Priority: 0/
Queue: config-model

People
Owner: DDUMONT [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.004
Fixed in: 2.005



Subject: Using system perl instead of running perl
Build.PL contains: system("perl -Ilib script/gen_class_pod.pl"); This calls the first perl in the $PATH, usually the system perl, not necessarily the one we're running under. Running perl would be $^X which normally is good enough. Thanks&&Regards,
On Sun Feb 12 11:44:23 2012, ANDK wrote: Show quoted text
> Build.PL contains: > > system("perl -Ilib script/gen_class_pod.pl"); > > This calls the first perl in the $PATH, usually the system perl, not > necessarily the one we're running under. Running perl would be $^X which > normally is good enough.
I've modified Build.PL as suggested. This will be part of next release. Thanks for the report. All the best
Patched Build.PL was released with Config::Model 2.005 Thanks for the report