summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/lib/ExtUtils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix merge issues, remove excess files - match perl-5.32.1 distafresh12021-03-011-0/+5
| | | | OK sthen@
* Fix merge issues, remove excess files - match perl-5.28.1 distafresh12019-02-132-14/+15
| | | | looking good sthen@, Great! bluhm@
* Import perl-5.28.1afresh12019-02-131-2/+1
| | | | looking good sthen@, Great! bluhm@
* Fix merge issues, remove excess files - match perl-5.24.1 distafresh12017-02-053-36/+75
|
* Fix merge conflicts, remove extra files, match upstream perl-5.20.1afresh12014-11-171-109/+89
| | | | ok deraadt@ sthen@ espie@ miod@
* Import perl-5.20.1afresh12014-11-172-13/+32
|
* Merge perl-5.18.2 plus local patches, remove old filesafresh12014-03-241-11/+11
| | | | OK espie@ sthen@ deraadt@
* Import perl-5.18.2afresh12014-03-241-4/+4
| | | | OK espie@ sthen@ deraadt@
* merge/resolve conflictssthen2013-03-252-34/+117
| | | | (some more to do after this one)
* import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfsthen2013-03-252-11/+16
|
* merge in perl 5.12.2 plus local changesmillert2010-09-241-1/+1
|
* remove files no longer in perl 5.12.2 (or that have moved)millert2010-09-24136-37036/+0
|
* Merge in some local changes that got lost.millert2009-10-132-2/+3
|
* Merge in perl 5.10.1millert2009-10-1220-1109/+1949
|
* import perl 5.10.1millert2009-10-1285-519/+4247
|
* Remove hack from MM_Unix.pm and simply set man1dir to 'none' inmillert2008-10-121-4/+1
| | | | installperl to prevent man page installation of the perl man pages.
* Prevent cvs keyword expansion from causing a test failure.millert2008-10-071-1/+1
|
* Add another change that got dropped in the merge of perl 5.10.0.millert2008-10-011-1/+4
| | | | This time, add a comment describing why it is there.
* re-apply change from rev 1.18millert2008-10-011-1/+1
|
* fix conflicts and merge in local changes to perl 5.10.0millert2008-09-2921-2982/+2056
|
* import perl 5.10.0 from CPANmillert2008-09-2972-408/+7097
|
* fix another make -j race, avoid rebuilding some archives twice in parallel.espie2008-01-291-1/+1
| | | | okay millert@, went thru several full builds including >500 perl packages...
* hack generated Makefile so that section is properly 3p.espie2007-05-201-1/+2
| | | | | | | Not really clean, but this code is bound to change in the next perl version anyways. okay millert@
* pass COPTS thru, okay millert@espie2007-05-151-1/+1
|
* merge in perl 5.8.8millert2006-03-2813-1725/+950
|
* perl 5.8.8 importmillert2006-03-2859-2763/+4083
|
* perl 5.8.6 from CPANmillert2005-01-151-2/+2
|
* Import of stock perl 5.8.5millert2004-08-093-11/+13
|
* merge local changes into perl-5.8.3millert2004-04-071-1/+1
|
* Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific scaffoldingmillert2003-12-0312-2823/+3137
|
* perl 5.8.2 from CPANmillert2003-12-0354-1350/+5079
|
* Back out a local OpenBSD change I adapted from a 5.6.1 change.millert2002-11-031-1/+1
| | | | I don't think it is needed anymore and it breaks MM_Unix's prefixify test.
* The regex used in ExtUtils-MakeMaker-6.05 to check for pod didn't matchmillert2002-11-031-2/+2
| | | | =head[1-4] correctly.
* MakeMaker now appears to try to install pod pages in $installman{1,3}dir.millert2002-10-311-4/+3
| | | | | | | | | | However, we define that to the empty string in OpenBSD since we want to format and install perl's man pages ourselves. As a result, man pages were not being generated from .pm files in 3rd party modules. To fix this, go back to the older behavior of using $inst_man{1,3}dir. Also, while I'm in here, improve the regexp for deciding what consists of pod, based on ExtUtils-MakeMaker-6.05.
* Resolve conflicts, remove old files, merge local changesmillert2002-10-2716-3122/+2987
|
* stock perl 5.8.0 from CPANmillert2002-10-2744-176/+8688
|
* merge in perl 5.6.1 with our local changesmillert2001-05-2415-271/+590
|
* stock perl 5.6.1millert2001-05-241-0/+2
|
* Insure detection of prefixes is limited to whole words. This avoidsespie2001-05-081-3/+3
| | | | | | recognizing /usr/libdata as /usr/lib. Ok millert@
* perl-5.6.0 + local changesmillert2000-04-0615-632/+1114
|
* virgin perl 5.6.0millert2000-04-063-7/+130
|
* o kill colon-separated paths in *libexp, they confuse too many modulesmillert1999-05-091-9/+3
| | | | | | | | | | | | | | o kill MakeMaker hack (no longer needed) o define APPLLIB_EXP to be /usr/local/libdata/perl5 to let users override standard modules if they want The perl search path in @INC is now: /usr/local/libdata/perl5 /usr/libdata/perl5/i386-openbsd/5.00503 /usr/libdata/perl5 /usr/local/libdata/perl5/site_perl/i386-openbsd /usr/local/libdata/perl5/site_perl .
* Deal with colon-separated paths in *libexp variables. This is amillert1999-05-091-3/+9
| | | | | hack and I may simply change those variables to point to a single pathname.
* perl5.005_03 (stock)millert1999-04-2915-511/+1360
|
* perl5.005_03millert1999-04-293-0/+699
|
* perl 5.004_04millert1997-11-3015-688/+3172
|
* Fix a bug in an internal perl build script fragment that caused a bogusdownsj1996-10-041-3/+5
| | | | Makefile to be built for the sdbm library subdir.
* Import of Perl 5.003 into the tree. Makefile.bsd-wrapper anddownsj1996-08-1912-0/+10084
config.sh.OpenBSD are the only local changes.