summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge in perl 5.10.1millert2009-10-12314-27050/+9527
|
* import perl 5.10.1millert2009-10-12619-6628/+56187
|
* relocate / fix Test::Simple testssimon2009-05-16126-2837/+1694
| | | | ok millert@
* update Test::Simple to version 0.86jasper2009-05-1362-946/+4443
| | | | | tested in multiple builds on multiple arches by me ok millert@, simon@
* s/postion/position/gmillert2009-03-241-3/+3
|
* 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
|
* Remove a couple more bogus man pages and add missing MLINKs. Themillert2008-09-309-11/+8
| | | | makewhatis info for the perl man pages now matches the pages themselves.
* Remove bogus man pages and fix the NAME lines for many more.millert2008-09-2931-31/+31
|
* fix conflicts and merge in local changes to perl 5.10.0millert2008-09-29128-14546/+21532
|
* import perl 5.10.0 from CPANmillert2008-09-29887-9824/+157082
|
* 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...
* update File::Temp to CPAN version 0.18 as other modules start to use itsimon2007-11-113-47/+121
| | | | ok millert@
* fix a bug leading to infinite recursion; adapted from CPANsimon2007-08-242-4/+18
| | | | ok millert@
* 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
|
* let E<copy> be recognized for man documents as well.espie2006-11-161-1/+2
| | | | | | Noticed by jasper@, work by millert@ and me, okay millert@
* make sure pod parsers are in a sane state at beginning of parse.espie2006-11-153-3/+15
| | | | | | | | pod2text and pod2man re-use the same parser on a list of files, and will lose some information if some intermediate documents produce unbalanced calls to begin_cmd/end_cmd. okay millert@
* merge in perl 5.8.8millert2006-03-2871-3816/+3829
|
* perl 5.8.8 importmillert2006-03-28314-7069/+25233
|
* sync in-tree perl with 5.8.6millert2005-01-1513-213/+640
|
* perl 5.8.6 from CPANmillert2005-01-1546-769/+1366
|
* merge 5.8.5 into HEADmillert2004-08-09371-50900/+3031
| | | | | | | remove now-unused files crank libperl shared library major number update Makefile.bsd-wrapper tweak openbsd hints file for arm and m68k
* Import of stock perl 5.8.5millert2004-08-09168-3455/+10379
|
* merge local changes into perl-5.8.3millert2004-04-0729-1128/+958
|
* perl 5.8.3 from CPANmillert2004-04-0772-776/+3981
|
* Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific scaffoldingmillert2003-12-0385-9387/+15404
|
* perl 5.8.2 from CPANmillert2003-12-03513-9207/+38221
|
* Update CGI module to version 2.98; fixes a cross-site scripting bugmillert2003-07-2319-477/+1123
|
* Add missing MLINKS for Getopt::Std and fix NAME sectionmillert2003-03-281-3/+1
|
* no longer used by spamd, no need to keep.beck2003-03-082-740/+0
|
* Add Net::Netmask, ok deraadtbeck2003-03-022-0/+740
|
* From Andrushock, s/sucess/success/gmillert2002-12-094-7/+10
|
* 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-27378-97861/+16787
|
* stock perl 5.8.0 from CPANmillert2002-10-27912-1813/+225201
|
* merge in perl 5.6.1 with our local changesmillert2001-05-2479-19743/+7208
|
* stock perl 5.6.1millert2001-05-24293-2511/+25573
|
* Insure detection of prefixes is limited to whole words. This avoidsespie2001-05-081-3/+3
| | | | | | recognizing /usr/libdata as /usr/lib. Ok millert@
* Change 5948 by gsar@auger on 2000/04/25 18:21:57millert2000-04-301-1/+2
| | | | | typo in vars.pm that leads to cryptic message (from Piotr Piatkowski <kompas@kompas.usr.onet.pl>)
* Better fix for all the dash shenanigans; rra@stanford.edumillert2000-04-241-23/+13
| | | | Updates Man.pm to version 1.04.
* Fix in scalar vs. list dereference bug in InputObjects.pm. Keepmillert2000-04-242-9/+11
| | | | | | dashes in C<> blocks from getting \e prepended to them. They should have a \ prepended to escape them which this does correctly do yet, but at least it produces legible documentation; rra@stanford.edu
* add CPAN File::Temp module for perl versions of mkstemp et al.millert2000-04-211-0/+1458
|
* Fix bug when doing C<FOO I<BAR>>; rra@stanford.edumillert2000-04-091-9/+21
|
* perl-5.6.0 + local changesmillert2000-04-06104-4630/+8425
|
* virgin perl 5.6.0millert2000-04-06262-520/+99064
|