summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* integrate selected changes from cfgperl (#4899,4900,4904,4918)Gurusamy Sarathy2000-02-021-1/+1
|\
| * The #4880 was too eager, the $n test is useful too.Jarkko Hietaniemi2000-01-281-1/+1
* | PodParser-1.092 update via CPAN (from Brad Appleton)Gurusamy Sarathy2000-02-023-455/+1445
* | replace misleading docs with a BUGS sectionGurusamy Sarathy2000-02-021-8/+6
* | Benchmark displays bogus CPU stats (suggested by Cedric AuzanneGurusamy Sarathy2000-02-021-2/+2
* | fixes for switching files in the debugger (from Ilya Zakharevich)Gurusamy Sarathy2000-02-021-3/+15
* | use warnings rather than fiddling with $^W (from Paul Marquess)Gurusamy Sarathy2000-02-0210-10/+8
* | fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)Gurusamy Sarathy2000-02-021-4/+8
* | future-proof unknown warning categories (from Greg BaconGurusamy Sarathy2000-02-021-7/+8
* | doc tweak (from Michael G Schwern <schwern@pobox.com>)Gurusamy Sarathy2000-02-021-4/+4
* | HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-013-138/+64
* | introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-312-9/+9
* | remove caller.pm from change#3534 (flawed idea)Gurusamy Sarathy2000-01-311-58/+0
* | implement -follow option in find2perl (from Helmut JarauschGurusamy Sarathy2000-01-281-1/+2
* | avoid leaking lexicals into program being debugged (from IlyaGurusamy Sarathy2000-01-281-4/+4
* | alias realpath() to abs_path() (from Tom Christiansen)Gurusamy Sarathy2000-01-281-5/+16
|/
* various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-275-5/+9
* revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>Gurusamy Sarathy2000-01-263-12/+13
* pod typos and warnings (from Abigail <abigail@delanet.com>)Gurusamy Sarathy2000-01-261-2/+2
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-1/+1
* allow '--' to terminate argument processing (suggested byGurusamy Sarathy2000-01-261-39/+50
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-01-261-1/+1
|\
| * Integrate with Sarathy.Jarkko Hietaniemi2000-01-251-6/+8
| |\
| * | <patch> avoid division by 0 in Benchmark.pmStephane Payrard2000-01-241-1/+1
* | | avoid failure if directories already read by rmtree() areGurusamy Sarathy2000-01-261-9/+11
| |/ |/|
* | more fixes for warnings from change#4840Gurusamy Sarathy2000-01-251-6/+8
|/
* fix typos; avoid use constant for lowercase constants (producesGurusamy Sarathy2000-01-243-9/+9
* avoid warnings when there's no subs to autosplitGurusamy Sarathy2000-01-241-2/+4
* faulty editGurusamy Sarathy2000-01-231-0/+1
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-2343-77/+105
* prefer POSIX::uname() rather than syscalls, which require attemptingGurusamy Sarathy2000-01-231-16/+16
* avoid warnings in change#4839Gurusamy Sarathy2000-01-231-0/+2
* fix line continuations in argument lists (from Helmut Jarausch)Gurusamy Sarathy2000-01-221-1/+3
* CGI.pm upgraded to v2.56 from CPANGurusamy Sarathy2000-01-225-214/+154
* avoid warnings due to lack of forward declarationsGurusamy Sarathy2000-01-221-0/+5
* heavy cleanup of Pod::Html bug fixes (from Wolfgang LaunGurusamy Sarathy2000-01-221-558/+755
* better Carp reporting within subclassed modules (from Wolfgang LaunGurusamy Sarathy2000-01-221-25/+57
* [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'John Tobey2000-01-222-33/+60
* add $VERSIONGurusamy Sarathy2000-01-212-0/+4
* add note about "our"Gurusamy Sarathy2000-01-141-1/+5
* support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-132-4/+35
* EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)Gurusamy Sarathy2000-01-101-0/+4
* use $Config{version} rather than $] where appropriateGurusamy Sarathy2000-01-107-10/+14
* cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-074-4/+4
* add undocumented globals for compatibility--find.pl, and find2perlGurusamy Sarathy2000-01-061-4/+11
* various nits identified by warnings unmasked by recent changesGurusamy Sarathy2000-01-051-1/+0
* avoid expensive Version_check (from Andreas Koenig)Gurusamy Sarathy2000-01-054-30/+3
* Reloading File::CopyAndreas König2000-01-051-11/+12
* avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)Gurusamy Sarathy2000-01-031-52/+8
* MakeMaker should attempt to "require" rather than "use" prerequisitesGurusamy Sarathy2000-01-021-2/+6