| Commit message (Expand) | Author | Age | Files | Lines |
* | On VMS, lib is lib.DIR, etc. make_ext.pl needs to account for this. | Nicholas Clark | 2014-03-02 | 1 | -5/+11 |
* | Generate fallback shell cleanup code for the extensions make_ext.pl handles. | Nicholas Clark | 2014-03-02 | 1 | -3/+11 |
* | make_ext.pl can handle 4 extensions in dist/ which need a Makefile.PL for CPAN. | Nicholas Clark | 2014-03-02 | 1 | -0/+44 |
* | make_ext.pl can also handle extensions with a module tree at the top level. | Nicholas Clark | 2014-03-02 | 1 | -6/+16 |
* | make_ext.pl can also handle extensions with a module file at the top level. | Nicholas Clark | 2014-03-02 | 1 | -32/+48 |
* | For simple extensions make_ext.pl can emulate the entire MakeMaker/make dance. | Nicholas Clark | 2014-03-02 | 1 | -3/+109 |
* | Extract fallback_cleanup() to hold the code that writes cleanup shell scripts. | Nicholas Clark | 2014-03-02 | 1 | -8/+12 |
* | make_ext.pl should validate exactly which clean targets it can be used for. | Nicholas Clark | 2014-03-02 | 1 | -1/+1 |
* | make_ext.pl: Phase out the use of Cross.pm | Brian Fraser | 2014-01-22 | 1 | -37/+28 |
* | Stop using $run for anything other than testing compiled tests in Configure. | Jess Robinson | 2014-01-22 | 1 | -8/+5 |
* | Merge branch 'dirnames' into blead | Steve Hay | 2013-12-02 | 1 | -0/+5 |
|\ |
|
| * | Move Cwd and List-Util to folders named as per their CPAN distributions | Steve Hay | 2013-10-24 | 1 | -0/+5 |
* | | Remove some unnecessary Makefile.PLs from cpan/ and ext/ | Steve Hay | 2013-10-25 | 1 | -0/+1 |
|/ |
|
* | WinCE Makefile and make_ext.pl general and XS fixes | Daniel Dragan | 2013-10-21 | 1 | -3/+43 |
* | restore XS module building for WinCE | Daniel Dragan | 2013-08-23 | 1 | -0/+1 |
* | typo fixes for root level scripts | David Steinbrunner | 2013-05-22 | 1 | -1/+1 |
* | [perl #113940] Make make_ext delete Makefiles when version changes | Father Chrysostomos | 2012-07-29 | 1 | -0/+22 |
* | In make_ext.pl, inline _macroify_passthrough() into its only caller. | Nicholas Clark | 2012-06-05 | 1 | -10/+5 |
* | In make_ext.pl, only fudge the Makefile.PL timestamp when generating it. | Nicholas Clark | 2012-06-05 | 1 | -4/+10 |
* | make_ext.pl need not manipulate @INC, as buildcustomize.pl already does it. | Nicholas Clark | 2012-06-05 | 1 | -7/+0 |
* | In make_ext.pl, move loading FindExt and Cwd into the Win32-only code. | Nicholas Clark | 2012-06-05 | 1 | -4/+4 |
* | Ensure Pod::Simple is built before Pod::Functions. | Nicholas Clark | 2012-02-18 | 1 | -1/+2 |
* | Push the atime and mtime of generated Makefile.PLs back 4 seconds in make_ext.pl | Chris 'BinGOs' Williams | 2011-06-27 | 1 | -1/+5 |
* | Don't quote target name in make_ext.pl. | Craig A. Berry | 2011-06-25 | 1 | -2/+0 |
* | Use a buildcustomize.pl to set @INC in miniperl when building extensions. | Nicholas Clark | 2011-02-15 | 1 | -35/+3 |
* | In make_ext.pl, on Win32 avoid calling getcwd() twice in quick succession. | Nicholas Clark | 2011-02-14 | 1 | -2/+3 |
* | Fix typos (spelling errors) in misc. files. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -3/+3 |
* | Move ExtUtils-Command from cpan/ to dist/ | Florian Ragwitz | 2010-11-09 | 1 | -1/+1 |
* | Move ExtUtils-Manifest from cpan/ to dist/ | Florian Ragwitz | 2010-11-09 | 1 | -1/+1 |
* | No distinction between .PL and .pl if case is not preserved. | Craig A. Berry | 2010-10-06 | 1 | -1/+1 |
* | Generate the core-only Makefile.PL for podlators using make_ext. | Nicholas Clark | 2010-10-05 | 1 | -19/+29 |
* | make_ext.pl now writes Makefile.PL that cope with pod*.PL self-extractors. | Nicholas Clark | 2010-10-05 | 1 | -6/+41 |
* | Move PathTools from cpan/ to dist/ | Florian Ragwitz | 2010-07-24 | 1 | -3/+3 |
* | We don't actually need constant to bootstrap the nonxs extensions. | Nicholas Clark | 2009-10-02 | 1 | -1/+0 |
* | Change 204606f4 ommited to update make_ext.pl's path to Text::ParseWords | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | removed PERL5LIB diagnostic output from make_ext.pl | David Golden | 2009-10-01 | 1 | -1/+1 |
* | Move ExtUtils::Manifest from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 1 | -1/+1 |
* | Move ExtUtils::Command from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 1 | -1/+1 |
* | Move ExtUtils::MakeMaker from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 1 | -1/+2 |
* | Tidy make_ext.pl, particularly the OS-specific code. | Nicholas Clark | 2009-09-30 | 1 | -15/+23 |
* | Refactor the code for determining where an extension is on disk. | Nicholas Clark | 2009-09-30 | 1 | -16/+15 |
* | On Win32, load File::Spec::Functions before chdir()ing somewhere where the | Steve Hay | 2009-09-29 | 1 | -6/+7 |
* | Only require File::Spec::Functions on Win32, as only it needs rel2abs(). | Nicholas Clark | 2009-09-29 | 1 | -2/+6 |
* | Fix distclean on Win32 | Steve Hay | 2009-09-29 | 1 | -31/+37 |
* | Move ExtUtils::Install from ext/ to dist/ | Nicholas Clark | 2009-09-29 | 1 | -1/+1 |
* | Move Cwd from ext/ to cpan/ | Nicholas Clark | 2009-09-29 | 1 | -2/+3 |
* | fix up ABSTRACT_FROM | Robin Barker | 2009-09-27 | 1 | -1/+4 |
* | Support building extensions in dist/ as well as cpan/ and ext/ | Nicholas Clark | 2009-09-26 | 1 | -1/+1 |
* | Move File::Path from ext/ to cpan/ | Nicholas Clark | 2009-09-26 | 1 | -1/+1 |
* | Move AutoLoader from ext/ to cpan/ | Nicholas Clark | 2009-09-26 | 1 | -1/+1 |