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).