summaryrefslogtreecommitdiff
path: root/t/op/lop.t
Commit message (Collapse)AuthorAgeFilesLines
* Remove a no-longer needed lexical from t/op/lop.tNicholas Clark2012-08-291-2/+0
| | | | | Jim Keenan spotted the commented out code referencing the variable $test. Turns out that it is completely redundant, so its declaration can go too.
* Document the last five tests of t/op/lop.tColin Kuskie2012-08-291-5/+5
|
* Update t/op/lop.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-08-291-17/+12
|
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
|
* Re: 'if not / unless' optimization change makes my pow test go POW!Vincent Pit2008-09-081-3/+14
| | | | | | Message-ID: <48C586BA.4050603@profvince.com> Date: Mon, 08 Sep 2008 22:10:34 +0200 p4raw-id: //depot/perl@34322
* Re: unless(...) terser than if(!...)Vincent Pit2008-09-071-1/+11
| | | | | Message-ID: <48B86060.4090905@profvince.com> p4raw-id: //depot/perl@34310
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
| | | | | | | | so that we simply can't pick up stuff from other Perls than the one we are testing. Pointed out by Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk> p4raw-id: //depot/perl@6874
* allow boolean assign ops to be lvaluesGurusamy Sarathy1999-02-121-0/+44
From: Stephen McCamant <smccam@uclink4.berkeley.edu> Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST) Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net> -- From: Hugo van der Sanden <hv@crypt.compulink.co.uk> Date: Mon, 18 Jan 1999 10:04:00 +0000 Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk> Subject: Re: [inconsistency 5.005_54] ||= not an lvalue p4raw-id: //depot/perl@2901