Skip Menu |

This queue is for tickets about the Pod-Autopod CPAN distribution.

Report information
The Basics
Id: 50769
Status: open
Priority: 0/
Queue: Pod-Autopod

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.05
Fixed in: (no value)



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
Changed to /usr/bin/env perl That does not help on windows, but for linux it is better. Sorry, that I can't help for any windows things here. But you can run it with perl command before. Am Fr 23. Okt 2009, 04:31:11, noreply schrieb: Show quoted text
> 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