summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Use POSIX::_exit instead of exit in IPC::Open when exiting after anRafael Garcia-Suarez2006-06-051-1/+5
| | | | | | exec() failure, as suggested by Salvador Fandino after change #28347 p4raw-link: @28347 on //depot/perl: eee4b3e7bdad6a2c6ef0e7ee1f43200ab0fd25bb p4raw-id: //depot/perl@28350
* IPC::Open3 handled exec failure badlyDave Mitchell2006-06-021-9/+27
| | | | | | When you're in the child, don't croak - you may get trapped by eval. Also clarify the documentation p4raw-id: //depot/perl@28347
* ensure failure to load Carp::Heavy gets reportedDave Mitchell2006-05-291-2/+12
| | | p4raw-id: //depot/perl@28330
* Pod::Html should not convert "foo" in `foo''Gisle Aas2006-05-251-14/+3
| | | | | Message-ID: <lr1wujqgde.fsf@caliper.activestate.com> p4raw-id: //depot/perl@28305
* Upgrade to Test-Harness-2.60Steve Peters2006-05-252-2/+9
| | | p4raw-id: //depot/perl@28304
* Stop harness from printing summary table header for each row in tableYves Orton2006-05-241-4/+3
| | | | | Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com> p4raw-id: //depot/perl@28297
* Export can() with AUTOLOAD()chromatic2006-05-242-43/+74
| | | | | | | Message-Id: <200605201140.27789.chromatic@wgz.org> With tweaks: use built-in ref() instead of Scalar::Util::blessed p4raw-id: //depot/perl@28295
* Re: [PATCH - DUH] Synchronize bleadperl with version-0.60John Peacock2006-05-232-2/+10
| | | | | Message-ID: <44724453.5090606@rowman.com> p4raw-id: //depot/perl@28288
* Fix a syntax error in testRafael Garcia-Suarez2006-05-231-2/+2
| | | p4raw-id: //depot/perl@28287
* Amend version.pm so it correctly loads the XS version of qv()Rafael Garcia-Suarez2006-05-221-13/+1
| | | p4raw-id: //depot/perl@28280
* Upgrade to version.pm 0.60Rafael Garcia-Suarez2006-05-222-39/+149
| | | p4raw-id: //depot/perl@28276
* Silence Text::Balanced's 00-load.t when PERL_CORE is defined.Steve Peters2006-05-221-2/+2
| | | p4raw-id: //depot/perl@28270
* Shortening name of a Pod::Simple test case to allow the test to be Steve Peters2006-05-191-0/+0
| | | | | | run on the VOS operating system. Fixes "RT #38645: Test case name is too long". p4raw-id: //depot/perl@28243
* [perl #39141] lots of warnings with diagnostics and (warn or die)Dave Mitchell2006-05-191-0/+1
| | | | | | stop C<use diagnostics; warn "\n"> outputing lots of 'uninit' warnings. p4raw-id: //depot/perl@28231
* Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"Fergal Daly2006-05-181-4/+4
| | | | | | From: "Fergal Daly" <fergal@esatclear.ie> Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com> p4raw-id: //depot/perl@28224
* Encode run-time relocation of file names in packlist with a relocate_asNicholas Clark2006-05-151-6/+60
| | | | | | attribute. With this, unmodified instmodsh correctly verifies installed modules even after relocation. p4raw-id: //depot/perl@28198
* Simplify the implementation in ExtUtils::Packlist::read.Nicholas Clark2006-05-151-17/+5
| | | p4raw-id: //depot/perl@28196
* Upgrade to Test::Harness 2.58.Nicholas Clark2006-05-141-2/+2
| | | p4raw-id: //depot/perl@28190
* Can't do require Foo if $tainted; because taint tunnels.Nicholas Clark2006-05-131-2/+7
| | | | | | (Documented, but I regard this as a serious practical deficiency in tainting) p4raw-id: //depot/perl@28185
* Upgrade to Tie::RefHash 1.34, by Yuval KogmanRafael Garcia-Suarez2006-05-125-41/+208
| | | p4raw-id: //depot/perl@28177
* POD fixesRafael Garcia-Suarez2006-05-095-14/+23
| | | p4raw-id: //depot/perl@28139
* Rename lib/Text/Balanced/t/00.load.t to Steve Peters2006-05-082-1/+9
| | | | | | lib/Text/Balanced/t/00-load.t and restore a test to lib/Text/Balanced/t/extmul.t. p4raw-id: //depot/perl@28127
* Version bump and typo fix from change #28125.Steve Peters2006-05-081-2/+2
| | | | | p4raw-link: @28125 on //depot/perl: eb67bf7e7c7791f145451e273b36c197fb24fcb9 p4raw-id: //depot/perl@28126
* Rollback two changes in Text::Balanced which cause test failures in theSteve Peters2006-05-082-31/+56
| | | | | | | CPAN and bleadperl version of the tests. Also, the previous bleadperl version of one test file is a bit more comprehensive than what was in CPAN, so it has been completely restored. p4raw-id: //depot/perl@28125
* These Module::Build tests depended on STDIN. Unfortunately, cronSteve Peters2006-05-051-20/+23
| | | | | | closes STDIN, so these build failures were only seen while running smokes through cron. p4raw-id: //depot/perl@28108
* Upgrade to Text-Balanced-1.98Steve Peters2006-05-0511-80/+85
| | | p4raw-id: //depot/perl@28105
* Upgrade to ExtUtils-Install-1.40Steve Peters2006-05-041-103/+277
| | | p4raw-id: //depot/perl@28101
* Add "state" featureRafael Garcia-Suarez2006-05-031-3/+9
| | | p4raw-id: //depot/perl@28087
* Upgrade to CGI-3.20Steve Peters2006-05-035-12/+22
| | | p4raw-id: //depot/perl@28082
* Escape prompts with #'s to avoid causing tests to fail fromSteve Peters2006-05-021-7/+7
| | | | | the unexpected output. p4raw-id: //depot/perl@28045
* Add a BUGS section to Fatal.pm, see bug #38790Rafael Garcia-Suarez2006-05-011-0/+6
| | | p4raw-id: //depot/perl@28040
* Allow a macro of "0" to mean "#if 0" for convenient elimination ofNicholas Clark2006-05-011-2/+2
| | | | | constants. p4raw-id: //depot/perl@28038
* More tests for syswrite with UTF-8 data.Nicholas Clark2006-04-291-42/+64
| | | p4raw-id: //depot/perl@28018
* Re: [ANNOUNCE] Module::Build 0.28 -> CPANRandy W. Sims2006-04-281-4/+4
| | | | | | From: "Randy W. Sims" <ml-perl@thepierianspring.org> Message-ID: <44526DAB.8070408@thepierianspring.org> p4raw-id: //depot/perl@28009
* Upgrade to Pathtools-3.18Steve Peters2006-04-284-10/+25
| | | p4raw-id: //depot/perl@28001
* Upgrade to Module-Build-0.28Steve Peters2006-04-2817-1749/+2139
| | | p4raw-id: //depot/perl@27997
* Upgrade to ExtUtils-Install-1.39Steve Peters2006-04-276-116/+530
| | | p4raw-id: //depot/perl@27983
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-2/+2
| | | | | Message-ID: <20060424232038.7550f9b6@r2d2> p4raw-id: //depot/perl@27962
* Make Module-Build aware of new Test-Harness outputSteve Hay2006-04-251-1/+1
| | | | | | See also: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html p4raw-id: //depot/perl@27960
* Really bump the version of File::Find.Steve Peters2006-04-241-1/+1
| | | p4raw-id: //depot/perl@27955
* Reverting change #27953, as it appears that File::Find has Steve Peters2006-04-241-12/+3
| | | | | | | | | localized the C<$_> usable by the wanted function since version 1.04 (change #18501, to be exact). Update the docs to express this change. Finally, bump the version. p4raw-link: @27953 on //depot/perl: 668a78bfe3bf9a6d16f5b059341fb64b1e120158 p4raw-link: @18501 on //depot/perl: 17ab9c147afa44f9f620bca432b3948e42711043 p4raw-id: //depot/perl@27954
* Re: [perl #38965] File::Find documentation - is "Don't modify ↵David Landgren2006-04-241-2/+12
| | | | | | | thesevariables" still valid? Message-ID: <444CB02A.2000604@landgren.net> p4raw-id: //depot/perl@27953
* Assimilate Test::Harness 2.57_06Nicholas Clark2006-04-235-46/+63
| | | p4raw-id: //depot/perl@27940
* Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly Alexey Toptygin2006-04-212-5/+19
| | | | | Message-ID: <Pine.NEB.4.62.0604201539380.20332@otaku.freeshell.org> p4raw-id: //depot/perl@27932
* Remove the last traces of explicitly setting HINT_LOCALIZE_HH fromNicholas Clark2006-04-204-16/+2
| | | | | perl modules. p4raw-id: //depot/perl@27927
* Re: TODO tests and test::harnessYves Orton2006-04-202-11/+13
| | | | | Message-ID: <9b18b3110604201336k5a974f28h732a2819853b995@mail.gmail.com> p4raw-id: //depot/perl@27925
* Tweak change 23256 to continue passing on 5.8.xNicholas Clark2006-04-201-4/+3
| | | p4raw-id: //depot/perl@27919
* Convert two ok()s to better constructions.Nicholas Clark2006-04-201-2/+2
| | | p4raw-id: //depot/perl@27918
* [perl #38892] PATCH: remove spurious warning from Benchmark.pmLinda Walsh2006-04-191-1/+2
| | | | | | From: Linda Walsh (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-38892-132143.0.516271519365361@perl.org> p4raw-id: //depot/perl@27906
* Upgrade to Test::Harness 2.57_05Rafael Garcia-Suarez2006-04-1913-285/+596
| | | p4raw-id: //depot/perl@27902