Subject: | prove's shebang assumes perl, even when installed with ponie |
I just installed ponie, which installs ponie at the location:
/path/to/ponie
prove, however, has a shebang line of
#!/path/to/perl
Since that file (/path/to/perl) doesn't exist, running prove fails with a file not found error.