summaryrefslogtreecommitdiff
path: root/utils/instmodsh.PL
Commit message (Collapse)AuthorAgeFilesLines
* Provide a better recommendation for 'Run only under a shell'Nicolas R2020-08-101-1/+1
| | | | | | | | | | | | | | Using an unset variable hides the true intent and also requires an extra backslash `\$running_under_some_shell` when used in heredoc. Note that this could also lead to mistake when using `\$` in a regular Perl program, as this would be true and not false as it should be. Stop recommending the use of an undefined variable for the shell fallback. Use '0', with a comment making clear the goal of 'if 0'.
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-2/+2
| | | | | | | | | | Switch from two-argument form. Filehandle cloning is still done with the two argument form for backward compatibility. Committer: Get all porting tests to pass. Increment some $VERSIONs. Run: ./perl -Ilib regen/mk_invlists.pl; ./perl -Ilib regen/regcharclass.pl For: RT #130122
* Move ExtUtils::MakeMaker from ext/ to cpan/Nicholas Clark2009-10-011-1/+1
|
* instmodsh is a file, not a directory.Craig A. Berry2009-09-111-2/+2
| | | | Follow-up to b78fd7160df924147ff968f6dc2796473af0c484.
* Move ExtUtils::MakeMaker from lib to ext.Nicholas Clark2009-09-101-1/+4
| | | | | | | | | | t/lib/TieOut.pm is now from Test::Simple. Only the tests needed changing. The exceptions to BEGIN/PERL_CORE/INC boilerplate removal were two instances of "../.." becoming "../../../..", and changing an %INC test from "strict.pm" to "less.pm", as TestInit causes strict to be loaded via a relative path, when it loads File::Spec to convert all paths from relative to absolute.
* Install instmodsh and xsubpp in bin/ along the other utilities.Rafael Garcia-Suarez2003-11-171-0/+48
p4raw-id: //depot/perl@21740