in reply to APPerl tutorial problem: default_script
Grepping for default_script points to line 1177 in Perl::Dist::APPerl, and that code suggests to me that the place of default_script you've chosen is right.
I also interpret the documentation in the way that you say - the perl.com program should invoke /zip/bin/hello in case no program is given on the command line.
Have you tried debugging it by giving it a non-existing script name as default_script? Or by adding debug messages to lib/Perl/Dist/APPerl.pm?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: APPerl tutorial problem: default_script
by Anonymous Monk on Feb 23, 2023 at 02:23 UTC |