summaryrefslogtreecommitdiff
path: root/mkppport
Commit message (Collapse)AuthorAgeFilesLines
* Move ExtUtils::MakeMaker from ext/ to cpan/Nicholas Clark2009-10-011-1/+1
|
* Move Devel::PPPort from ext/ to cpan/Nicholas Clark2009-09-261-1/+1
|
* Move ExtUtils::MakeMaker from lib to ext.Nicholas Clark2009-09-101-1/+1
| | | | | | | | | | 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.
* Rename ext/Devel/PPPort to ext/Devel-PPPortNicholas Clark2009-02-091-2/+2
| | | | It has its tentacles in many other places.
* mkppport using catfile for catdirJohn Malmberg2009-01-081-1/+1
| | | | Message-id: <496103B7.1000308@gmail.com>
* Only copy ppport.h to destination if it is different.Marcus Holland-Moritz2006-08-141-2/+8
| | | | | This avoids unneccessary rebuilds. p4raw-id: //depot/perl@28715
* Integrate mkppport. All ppport.h files in the core will nowMarcus Holland-Moritz2006-07-091-0/+181
be autogenerated at build time (and removed during cleanup). p4raw-id: //depot/perl@28513