summaryrefslogtreecommitdiff
path: root/make_ext.pl
Commit message (Expand)AuthorAgeFilesLines
* special-case Pod::Checker ABSTRACTDavid Mitchell2014-12-031-0/+11
* reinstate cpan/IO-Compress/Makefile.PLDavid Mitchell2014-12-031-1/+0
* dont run extension building make twice on a fresh src treeDaniel Dragan2014-11-111-6/+3
* fix Win32 nmake cant rebuild DynaLoader.obj on Makefile regen bugDaniel Dragan2014-11-041-4/+1
* const fold OS versions in make_ext.plDaniel Dragan2014-11-051-18/+21
* Set PERL_MM_USE_DEFAULT in make_ext.plFather Chrysostomos2014-10-101-1/+4
* Fix distclean for "pm_to_blib directly" extensions.Craig A. Berry2014-09-211-1/+1
* make_ext.pl: Typo in error messageFather Chrysostomos2014-09-061-1/+1
* stat Makefile.PL to get values for utime.Anthony Heading2014-09-031-2/+2
* pass through -s if supplied, instead of defaulting to itTony Cook2014-07-021-1/+1
* Support faster make -sReini Urban2014-07-021-9/+11
* Suppress the pm_to_blib spammage during makeChris 'BinGOs' Williams2014-06-131-0/+2
* On VMS, lib is lib.DIR, etc. make_ext.pl needs to account for this.Nicholas Clark2014-03-021-5/+11
* Generate fallback shell cleanup code for the extensions make_ext.pl handles.Nicholas Clark2014-03-021-3/+11
* make_ext.pl can handle 4 extensions in dist/ which need a Makefile.PL for CPAN.Nicholas Clark2014-03-021-0/+44
* make_ext.pl can also handle extensions with a module tree at the top level.Nicholas Clark2014-03-021-6/+16
* make_ext.pl can also handle extensions with a module file at the top level.Nicholas Clark2014-03-021-32/+48
* For simple extensions make_ext.pl can emulate the entire MakeMaker/make dance.Nicholas Clark2014-03-021-3/+109
* Extract fallback_cleanup() to hold the code that writes cleanup shell scripts.Nicholas Clark2014-03-021-8/+12
* make_ext.pl should validate exactly which clean targets it can be used for.Nicholas Clark2014-03-021-1/+1
* make_ext.pl: Phase out the use of Cross.pmBrian Fraser2014-01-221-37/+28
* Stop using $run for anything other than testing compiled tests in Configure.Jess Robinson2014-01-221-8/+5
* Merge branch 'dirnames' into bleadSteve Hay2013-12-021-0/+5
|\
| * Move Cwd and List-Util to folders named as per their CPAN distributionsSteve Hay2013-10-241-0/+5
* | Remove some unnecessary Makefile.PLs from cpan/ and ext/Steve Hay2013-10-251-0/+1
|/
* WinCE Makefile and make_ext.pl general and XS fixesDaniel Dragan2013-10-211-3/+43
* restore XS module building for WinCEDaniel Dragan2013-08-231-0/+1
* typo fixes for root level scriptsDavid Steinbrunner2013-05-221-1/+1
* [perl #113940] Make make_ext delete Makefiles when version changesFather Chrysostomos2012-07-291-0/+22
* In make_ext.pl, inline _macroify_passthrough() into its only caller.Nicholas Clark2012-06-051-10/+5
* In make_ext.pl, only fudge the Makefile.PL timestamp when generating it.Nicholas Clark2012-06-051-4/+10
* make_ext.pl need not manipulate @INC, as buildcustomize.pl already does it.Nicholas Clark2012-06-051-7/+0
* In make_ext.pl, move loading FindExt and Cwd into the Win32-only code.Nicholas Clark2012-06-051-4/+4
* Ensure Pod::Simple is built before Pod::Functions.Nicholas Clark2012-02-181-1/+2
* Push the atime and mtime of generated Makefile.PLs back 4 seconds in make_ext.plChris 'BinGOs' Williams2011-06-271-1/+5
* Don't quote target name in make_ext.pl.Craig A. Berry2011-06-251-2/+0
* Use a buildcustomize.pl to set @INC in miniperl when building extensions.Nicholas Clark2011-02-151-35/+3
* In make_ext.pl, on Win32 avoid calling getcwd() twice in quick succession.Nicholas Clark2011-02-141-2/+3
* Fix typos (spelling errors) in misc. files.Peter J. Acklam) (via RT2011-01-071-3/+3
* Move ExtUtils-Command from cpan/ to dist/Florian Ragwitz2010-11-091-1/+1
* Move ExtUtils-Manifest from cpan/ to dist/Florian Ragwitz2010-11-091-1/+1
* No distinction between .PL and .pl if case is not preserved.Craig A. Berry2010-10-061-1/+1
* Generate the core-only Makefile.PL for podlators using make_ext.Nicholas Clark2010-10-051-19/+29
* make_ext.pl now writes Makefile.PL that cope with pod*.PL self-extractors.Nicholas Clark2010-10-051-6/+41
* Move PathTools from cpan/ to dist/Florian Ragwitz2010-07-241-3/+3
* We don't actually need constant to bootstrap the nonxs extensions.Nicholas Clark2009-10-021-1/+0
* Change 204606f4 ommited to update make_ext.pl's path to Text::ParseWordsNicholas Clark2009-10-021-1/+1
* removed PERL5LIB diagnostic output from make_ext.plDavid Golden2009-10-011-1/+1
* Move ExtUtils::Manifest from ext/ to cpan/Nicholas Clark2009-10-011-1/+1
* Move ExtUtils::Command from ext/ to cpan/Nicholas Clark2009-10-011-1/+1