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