Subject: | missing shebang on bin/autopod causes "No Perl script found in input" |
ExtUtils::MakeMaker expects EXE_FILES ( bin/autopod ) to have shebang,
ex: #!/usr/bin/perl --
See
http://search.cpan.org/dist/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm#EXE_FILES
Missing shebang on win32 exposes a bug in pl2bat:
$ autopod
No Perl script found in input
$ autopod.bat
NAME
autopod - using the Perl library Pod::Autopod to generate javadoc like
...
Thanks