summaryrefslogtreecommitdiff
path: root/lib/overload.t
Commit message (Collapse)AuthorAgeFilesLines
* Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts ↵Rick Delaney2004-11-041-1/+5
| | | | | | | badly with overloading Message-ID: <20041104004616.GA11214@biff.bort.ca> p4raw-id: //depot/perl@23470
* Mostly revert change #23347 (keep the test suite, fixed),Rafael Garcia-Suarez2004-11-031-1/+1
| | | | | | having decided that it wasn't a correct fix for bug #31793. p4raw-link: @23347 on //depot/perl: d411a6a9eb5df09116806ed1c441d30d37e8d5e8 p4raw-id: //depot/perl@23469
* Turn regcomp into a list opDave Mitchell2004-10-101-1/+25
| | | p4raw-id: //depot/perl@23357
* Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloadingRick Delaney2004-10-041-3/+18
| | | | | Message-ID: <20041002050448.GB5059@biff.bort.ca> p4raw-id: //depot/perl@23347
* Numeric comparison operators mustn't compare addresses of referencesNicholas Clark2004-07-141-2/+38
| | | | | that are overloaded. p4raw-id: //depot/perl@23106
* Correct detection of absent modules. Based onAndy Dougherty2004-06-251-1/+1
| | | | | | | | Subject: [PATCH] Config{extensions} uses filesystem names as extensions Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu> with improvements from Marcus Holland-Moritz p4raw-id: //depot/perl@22998
* Skip tests if List::Util not builtNicholas Clark2004-06-221-0/+5
| | | p4raw-id: //depot/perl@22967
* [PATCH lib/overload.t] TODO tests for bug #24313.Rafael Garcia-Suarez2003-10-281-8/+23
| | | | | | | | | | | | From: Abigail <abigail@abigail.nl> Date: Mon, 27 Oct 2003 13:05:37 +0100 Message-ID: <20031027120536.GA24608@abigail.nl> Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.) From: Rick Delaney <rick@bort.ca> Date: Mon, 27 Oct 2003 12:17:49 -0500 Message-ID: <20031027121749.E2233@biff.bort.ca> p4raw-id: //depot/perl@21566
* Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaultsRick Delaney2003-09-181-1/+17
| | | | | | | | | Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com> (Pity the first patch fell through the cracks back then. Not that forbidding non-object copy constructors is the right thing to do but the bug could use fixing.) p4raw-id: //depot/perl@21276
* [perl #22753] overload::StrVal() fails for regexp refsFergal Daly2003-06-221-1/+3
| | | | | | From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org> p4raw-id: //depot/perl@19840
* sv_2pv_flags and ROK and UTF8 flagsYitzchak Scott-Thoennes2002-09-081-7/+8
| | | | | | | | Date: Wed, 04 Sep 2002 21:09:01 -0700 Message-ID: <djtd9gzkgyLd092yn@efn.org> Date: Fri, 06 Sep 2002 09:23:03 -0700 Message-ID: <nZNe9gzkgKdH092yn@efn.org> p4raw-id: //depot/perl@17864
* More %{} overload tests.Jarkko Hietaniemi2002-04-251-1/+19
| | | p4raw-id: //depot/perl@16163
* Re: Copying PV only with possible UTF-8 charactersJohn Peacock2002-02-241-1/+21
| | | | | Message-ID: <3C795DB7.40105@rowman.com> p4raw-id: //depot/perl@14857
* Re: [ID 20010621.007] readline() not quite as equal as <>Abhijit Menon-Sen2001-06-251-1/+1
| | | | | Message-ID: <20010625234545.A5022@lustre.linux.in> p4raw-id: //depot/perl@10932
* Re: overload.t failsAbhijit Menon-Sen2001-06-251-1/+1
| | | | | Message-ID: <20010625145220.A24114@lustre.linux.in> p4raw-id: //depot/perl@10923
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+1050
No doubt I made some mistakes like missed some files or misnamed some files. The naming rules were more or less: (1) if the module is from CPAN, follows its ways, be it t/*.t or test.pl. (2) otherwise if there are multiple tests for a module put them in a t/ (3) otherwise if there's only one test put it in Module.t (4) helper files go to module/ (locale, strict, warnings) (5) use longer filenames now that we can (but e.g. the compat-0.6.t and the Text::Balanced test files still were renamed to be more civil against the 8.3 people) installperl was updated appropriately not to install the *.t files or the help files from under lib. TODO: some helper files still remain under t/ that could follow their 'masters'. UPDATE: On second thoughts, why should they. They can continue to live under t/lib, and in fact the locale/strict/warnings helpers that were moved could be moved back. This way the amount of non-installable stuff under lib/ stays smaller. p4raw-id: //depot/perl@10676