Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 22740
Status: resolved
Priority: 0/
Queue: DBIx-Class

People
Owner: blblack [...] gmail.com
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.07002
Fixed in: 0.07003



Subject: t/89dbicadmin.t uses wrong perl
The t/89dbicadmin.t test uses "perl" hardcoded as the name for the perl binary. This is wrong is situations where multiple perls are installed on the same machine and another perl than /usr/bin/perl or /usr/local/bin/perl is used while installing DBIx::Class. Use $^X instead. Regards, Slaven
On Wed Nov 01 12:10:55 2006, SREZIC wrote: Show quoted text
> The t/89dbicadmin.t test uses "perl" hardcoded as the name for the perl > binary. This is wrong is situations where multiple perls are installed > on the same machine and another perl than /usr/bin/perl or > /usr/local/bin/perl is used while installing DBIx::Class. > > Use $^X instead. >
Fixed in trunk, will close ticket when the next stable release comes out. -- Brandon
Fixed in 0.07003 release on CPAN