nysus has asked for the wisdom of the Perl Monks concerning the following question:
I have a cpan module the supplies a shell script with. I originally set the shebang line to #!/usr/bin/env perl until someone told me that cpan modules should run with #!perl or #!/usr/bin/perl.
I made the change but the problem I'm having now is that my tests are now failing because I do not have the required modules installed in my system perl. I'm using distzilla to release my distribution. What is the proper way to address this problem aside from installing all the modules on system perl?
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Proper handling of shebang line while performing local testing?
by Corion (Patriarch) on Sep 05, 2018 at 06:56 UTC | |
by nysus (Parson) on Sep 05, 2018 at 07:01 UTC | |
by Corion (Patriarch) on Sep 05, 2018 at 07:29 UTC | |
Re: Proper handling of shebang line while performing local testing?
by dsheroh (Monsignor) on Sep 05, 2018 at 07:30 UTC | |
by Anonymous Monk on Sep 19, 2018 at 17:53 UTC | |
by Anonymous Monk on Sep 19, 2018 at 17:54 UTC | |
Re: Proper handling of shebang line while performing local testing?
by Anonymous Monk on Sep 19, 2018 at 17:46 UTC | |
by nysus (Parson) on Sep 20, 2018 at 17:21 UTC |