| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Stop empty top-level directories in ext/ being treated as old-style extensions. | Nicholas Clark | 2009-09-25 | 1 | -1/+4 |
* | Process the extension directories in alphabetical order. | Nicholas Clark | 2009-09-25 | 1 | -2/+2 |
* | Support building nonxs extensions from cpan/ on Unix. | Nicholas Clark | 2009-09-25 | 1 | -1/+2 |
* | Make make_ext changedir work with multiple scanned directories on Win32 | Max Maischein | 2009-09-24 | 1 | -3/+7 |
* | Fix a22f28a4268aa03c - array, not array reference. (gnat would be proud) | Nicholas Clark | 2009-09-24 | 1 | -1/+1 |
* | Allow make_ext.pl to take multiple --dir options, and honour them all. | Nicholas Clark | 2009-09-24 | 1 | -30/+32 |
* | Support building extensions in cpan/ as well as ext/ | Nicholas Clark | 2009-09-24 | 1 | -1/+12 |
* | Correct d6897368 - Win32 requires the correct path for -I for lib/ | Nicholas Clark | 2009-09-23 | 1 | -1/+1 |
* | Following b0e687f7 Win32 requires an -Ilib to run pl2bat.pl with miniperl. | Nicholas Clark | 2009-09-23 | 1 | -1/+1 |
* | Reuinte File::Spec with the rest of the PathTools distribution in ext. | Nicholas Clark | 2009-09-19 | 1 | -1/+1 |
* | Make make_ext.pl set PERL_CORE=1 in the environment. | Nicholas Clark | 2009-09-18 | 1 | -0/+1 |
* | Convert win32 to build DynaLoader with EU::MM in ext/DynaLoader | Nicholas Clark | 2009-09-17 | 1 | -2/+9 |
* | Cwd.pm needs to be installed in lib before Encode recurses. Mark the dependency | Nicholas Clark | 2009-09-15 | 1 | -0/+14 |
* | Fix Win32 build | Steve Hay | 2009-09-13 | 1 | -1/+1 |
* | Avoid using 'lib' in make_ext.pl. | Nicholas Clark | 2009-09-12 | 1 | -1/+3 |
* | Move Cwd from lib to ext. | Nicholas Clark | 2009-09-12 | 1 | -1/+2 |
* | Moved AutoLoader from lib/ to ext/ | Chris Williams | 2009-09-12 | 1 | -1/+1 |
* | Avoid a parallel make race condition where we load a half-copied module. | Nicholas Clark | 2009-09-12 | 1 | -1/+4 |
* | Move File-Path from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -1/+2 |
* | Move ExtUtils::MakeMaker from lib to ext. | Nicholas Clark | 2009-09-10 | 1 | -2/+2 |
* | Move ExtUtils::Manifest from lib to ext. | Nicholas Clark | 2009-09-10 | 1 | -1/+1 |
* | Move ExtUtils::Install from lib to ext. | Nicholas Clark | 2009-09-10 | 1 | -0/+1 |
* | Map ParseWords.pm to .../lib/Text/ParseWords.pm so that it can be used. | Nicholas Clark | 2009-09-10 | 1 | -1/+1 |
* | Redo moving Text::ParseWords from lib to ext | Nicholas Clark | 2009-09-10 | 1 | -1/+2 |
* | Clarify what @toolchain means in the context of make_ext.pl | Nicholas Clark | 2009-09-09 | 1 | -0/+7 |
* | Move ExtUtils::Command from lib to ext. | Nicholas Clark | 2009-09-09 | 1 | -1/+1 |
* | Move constant from lib/ to ext/ | Nicholas Clark | 2009-09-09 | 1 | -1/+4 |