Skip Menu |

This queue is for tickets about the TAEB CPAN distribution.

Maintainer(s)' notes

Please report bugs at http://github.com/TAEB/TAEB/issues - Thanks!

Report information
The Basics
Id: 49439
Status: new
Priority: 0/
Queue: TAEB

People
Owner: Nobody in particular
Requestors: MLEHMANN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: (no value)



Subject: wrong bang-path for taeb binary
the taeb utility uses the wrong bang path, instead of using the path to perl, it uses: #!/usr/bin/env perl Which is whatever comes first in the path, not the path perl was installed with. (This is a curious bug: both ExtUtils::MakeMaker and Module::Build normally supply the correct path for any binaries automatically, so somebody must have overwritten the correct path with the above, wrong path).