Hi All.
I want to add a runnable script to a CPAN module.can anyone point me to the appropriate documentation that explains how to do it?
I understood that it should be in the script directory. (read it on the Module::Build docs. is MM support it too?)
how do I make sure that the shebang line in the installed script points to the same Perl that installs this module?
how do I make sure that a batch file is generated on Windows? Thanks Shmuel.