| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Cwd from the "actually architecture dependant files" special cases. | Nicholas Clark | 2013-09-19 | 1 | -1/+0 |
* | In install_lib.pl, no need to Config->import for the relocatableinc setup. | Nicholas Clark | 2013-07-23 | 1 | -1/+1 |
* | Move the wrapper for File::Path::mkpath() to install_lib.pl | Nicholas Clark | 2013-07-23 | 1 | -15/+9 |
* | Move {safe_,}rename() from install{man,perl} into install_lib.pl | Nicholas Clark | 2013-07-23 | 1 | -14/+0 |
* | Convert installperl to use Getopt::Long. | Nicholas Clark | 2013-07-13 | 1 | -19/+24 |
* | In installperl rename $opt{dostrip} to $opt{strip}. | Nicholas Clark | 2013-07-13 | 1 | -2/+2 |
* | In installperl, record the state of options in %opts instead of lexicals. | Nicholas Clark | 2013-07-13 | 1 | -18/+17 |
* | In installperl, invert the sense of the variable used for the -o option. | Nicholas Clark | 2013-07-13 | 1 | -4/+3 |
* | Remove dead code from installperl, related to a 5.000->5.001 change. | Nicholas Clark | 2013-07-13 | 1 | -8/+0 |
* | [perl #117033] wrong .packlist creation at installation on Cygwin with destdir | Tony Cook | 2013-07-09 | 1 | -4/+5 |
* | typo fixes for root level scripts | David Steinbrunner | 2013-05-22 | 1 | -1/+1 |
* | Remove cpan/CPANPLUS and associated utilities | Chris 'BinGOs' Williams | 2013-05-18 | 1 | -1/+1 |
* | Remove the Rhapsody port. | Nicholas Clark | 2013-01-16 | 1 | -2/+2 |
* | Remove the MPE/iX port. | Nicholas Clark | 2012-09-21 | 1 | -25/+2 |
* | installperl: CaseFolding.txt no longer needed | Karl Williamson | 2012-06-02 | 1 | -1/+1 |
* | Set *.pod permissions in installperl. | Craig A. Berry | 2012-04-19 | 1 | -0/+1 |
* | installperl now uses get_pod_metadata() to install dual-life pods correctly. | Nicholas Clark | 2012-01-02 | 1 | -6/+8 |
* | In installperl, convert the File::Find::find(..., 'lib/') to no_chdir. | Nicholas Clark | 2012-01-02 | 1 | -9/+18 |
* | In installperl, don't chdir 'lib' before finding files in lib/ | Nicholas Clark | 2012-01-02 | 1 | -8/+6 |
* | In installperl, add the trailing / to the value held in $::depth. | Nicholas Clark | 2012-01-02 | 1 | -2/+2 |
* | In installperl, initialise $do_install{arch,priv}lib at their declarations. | Nicholas Clark | 2012-01-02 | 1 | -5/+10 |
* | In installperl, simplify the strip/chmod code for libraries on Darwin. | Nicholas Clark | 2012-01-02 | 1 | -8/+3 |
* | Sanitise NetWare changes to installperl. | Nicholas Clark | 2012-01-02 | 1 | -23/+19 |
* | Eliminate a couple more suidperl and sperl references. | Nicholas Clark | 2011-12-24 | 1 | -2/+0 |
* | Add x2p/a2p.pod to the 'master' array returned by get_pod_metadata(). | Nicholas Clark | 2011-12-24 | 1 | -1/+0 |
* | Update IO-Compress to CPAN version 2.044 | Chris 'BinGOs' Williams | 2011-12-04 | 1 | -1/+2 |
* | [RT #36079] Convert ` to '. | jkeenan | 2011-11-22 | 1 | -1/+1 |
* | PATCH: [perl #104226]: Name.pm missing from unicore | Karl Williamson | 2011-11-21 | 1 | -1/+1 |
* | installperl: Don't install unnecessary unicore/*.txt | Karl Williamson | 2011-03-09 | 1 | -1/+1 |
* | Use a buildcustomize.pl to set @INC in miniperl when building extensions. | Nicholas Clark | 2011-02-15 | 1 | -0/+2 |
* | Fix typos (spelling errors) in install files. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | Don't install unnecessary unicore files | David Golden | 2010-11-17 | 1 | -0/+13 |
* | Update Archive-Tar to CPAN version 1.70 | Chris 'BinGOs' Williams | 2010-11-15 | 1 | -1/+1 |
* | Remove old code dealing with installing 5.003's perldiag | Rafael Garcia-Suarez | 2009-10-14 | 1 | -15/+0 |
* | Don't install uupacktool.pl | Rafael Garcia-Suarez | 2009-10-14 | 1 | -1/+1 |
* | Don't install filter-util.pl | Rafael Garcia-Suarez | 2009-10-12 | 1 | -1/+1 |
* | Make installperl look in cpan/ and dist/ as well as in ext/ when looking | Steve Hay | 2009-10-02 | 1 | -24/+27 |
* | Don't install .gitignore files | Vincent Pit | 2009-09-07 | 1 | -1/+1 |
* | Install arch-dependent files into $archlib. | Andy Dougherty | 2009-08-13 | 1 | -0/+4 |
* | install Config_heavy.pl in archlib | David Mitchell | 2009-08-12 | 1 | -1/+1 |
* | Fix installation of 'autodie' | Jerry D. Hedden | 2009-03-05 | 1 | -1/+1 |
* | Fix to installing non-xs ext's in priv lib | Jerry D. Hedden | 2009-02-24 | 1 | -1/+2 |
* | Move XSSymSet.pm to lib/ExtUtils/, but only install it on VMS. | Nicholas Clark | 2009-02-05 | 1 | -0/+2 |
* | suidperl goes. | Nicholas Clark | 2009-01-23 | 1 | -13/+0 |
* | much better git related version numbering in our (*nix for now) build process | Yves Orton | 2008-12-31 | 1 | -1/+1 |
* | installperl patchlet | Andreas J. Koenig | 2008-10-28 | 1 | -0/+1 |
* | Architecture-Independent Non-XS extenstions | Jerry D. Hedden | 2008-08-30 | 1 | -1/+6 |
* | Silence warnings when -destdir isn't set. | Nicholas Clark | 2008-08-30 | 1 | -3/+8 |
* | Add cygperl*.dll to packlist | Jerry D. Hedden | 2008-08-25 | 1 | -4/+16 |
* | Re: Fix 34200 on Cygwin | Reini Urban | 2008-08-24 | 1 | -1/+8 |