summaryrefslogtreecommitdiff
path: root/utils/instmodsh.PL
Commit message (Collapse)AuthorAgeFilesLines
* 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