summaryrefslogtreecommitdiff
path: root/make_ext.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move ExtUtils::MakeMaker from ext/ to cpan/Nicholas Clark2009-10-011-1/+2
* Tidy make_ext.pl, particularly the OS-specific code.Nicholas Clark2009-09-301-15/+23
* Refactor the code for determining where an extension is on disk.Nicholas Clark2009-09-301-16/+15
* On Win32, load File::Spec::Functions before chdir()ing somewhere where theSteve Hay2009-09-291-6/+7
* Only require File::Spec::Functions on Win32, as only it needs rel2abs().Nicholas Clark2009-09-291-2/+6
* Fix distclean on Win32Steve Hay2009-09-291-31/+37
* Move ExtUtils::Install from ext/ to dist/Nicholas Clark2009-09-291-1/+1
* Move Cwd from ext/ to cpan/Nicholas Clark2009-09-291-2/+3
* fix up ABSTRACT_FROMRobin Barker2009-09-271-1/+4
* Support building extensions in dist/ as well as cpan/ and ext/Nicholas Clark2009-09-261-1/+1
* Move File::Path from ext/ to cpan/Nicholas Clark2009-09-261-1/+1
* Move AutoLoader from ext/ to cpan/Nicholas Clark2009-09-261-1/+1
* Stop empty top-level directories in ext/ being treated as old-style extensions.Nicholas Clark2009-09-251-1/+4
* Process the extension directories in alphabetical order.Nicholas Clark2009-09-251-2/+2
* Support building nonxs extensions from cpan/ on Unix.Nicholas Clark2009-09-251-1/+2
* Make make_ext changedir work with multiple scanned directories on Win32Max Maischein2009-09-241-3/+7
* Fix a22f28a4268aa03c - array, not array reference. (gnat would be proud)Nicholas Clark2009-09-241-1/+1
* Allow make_ext.pl to take multiple --dir options, and honour them all.Nicholas Clark2009-09-241-30/+32
* Support building extensions in cpan/ as well as ext/Nicholas Clark2009-09-241-1/+12
* Correct d6897368 - Win32 requires the correct path for -I for lib/Nicholas Clark2009-09-231-1/+1
* Following b0e687f7 Win32 requires an -Ilib to run pl2bat.pl with miniperl.Nicholas Clark2009-09-231-1/+1
* Reuinte File::Spec with the rest of the PathTools distribution in ext.Nicholas Clark2009-09-191-1/+1
* Make make_ext.pl set PERL_CORE=1 in the environment.Nicholas Clark2009-09-181-0/+1
* Convert win32 to build DynaLoader with EU::MM in ext/DynaLoaderNicholas Clark2009-09-171-2/+9
* Cwd.pm needs to be installed in lib before Encode recurses. Mark the dependencyNicholas Clark2009-09-151-0/+14
* Fix Win32 buildSteve Hay2009-09-131-1/+1
* Avoid using 'lib' in make_ext.pl.Nicholas Clark2009-09-121-1/+3
* Move Cwd from lib to ext.Nicholas Clark2009-09-121-1/+2
* Moved AutoLoader from lib/ to ext/Chris Williams2009-09-121-1/+1
* Avoid a parallel make race condition where we load a half-copied module.Nicholas Clark2009-09-121-1/+4
* Move File-Path from lib/ to ext/Chris Williams2009-09-111-1/+2
* Move ExtUtils::MakeMaker from lib to ext.Nicholas Clark2009-09-101-2/+2
* Move ExtUtils::Manifest from lib to ext.Nicholas Clark2009-09-101-1/+1