summaryrefslogtreecommitdiff
path: root/t/lib/strict
Commit message (Expand)AuthorAgeFilesLines
* pp_ctl.c - Consistently exit after 10 errorsYves Orton2023-02-201-5/+0
* enforce strict for barewords in multiconcatTony Cook2019-11-041-0/+8
* Tired of looking up old bug numbersFather Chrysostomos2016-07-291-1/+1
* Make barewords constant-foldableAaron Crane2016-05-151-0/+8
* Remove unused sub from strict vs. multideref testDagfinn Ilmari Mannsåker2016-01-171-2/+1
* Enforce strict 'subs' in multideref optimisationDagfinn Ilmari Mannsåker2016-01-161-0/+10
* [perl #121638] Make ‘Global symbol’ message more newbie-friendlyFather Chrysostomos2014-09-182-43/+43
* Fatalize defined(@) and defined{%)Karl Williamson2014-06-161-18/+0
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-132-9/+7
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2012-06-132-1/+8
* make re_evals be seen by the toker/parserDavid Mitchell2012-06-131-0/+2
* Make strict refs report $1 the same way as "$1"Father Chrysostomos2012-06-071-0/+23
* [perl #112316] Make strict vars respect null-to-null assignmentFather Chrysostomos2012-04-201-0/+10
* Make strict vars respect ‘package ĵ; *ĵ::bar = [];’Father Chrysostomos2012-04-191-0/+9
* [perl #112316] Make strict vars respect assignment from null pkgFather Chrysostomos2012-04-191-0/+9
* [perl #112316] Make strict vars respect assignment to null pkgFather Chrysostomos2012-04-191-0/+9
* defined(@array) now also warns for package variables.Nicholas Clark2012-01-161-0/+2
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* pp_hot.c: Make warnings utf8-cleanBrian Fraser2011-10-061-0/+8
* Make op.c warnings UTF8-cleanBrian Fraser2011-10-062-0/+99
* Move bareword checking from the peephole optimizer to finalize_optree. Fixes ...Gerard Goossen2011-08-111-1/+1
* inifinite loop breaking some strict checking, TODO test.Gerard Goossen2011-07-311-0/+10
* make peep optimiser recurse mostly only shallowlyDavid Mitchell2011-07-141-2/+2
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* [perl #73712] ‘Variable is not imported’ cannot be suppressedFather Chrysostomos2010-04-131-0/+7
* Fix test comment (noticed by Alex Vandiver)Rafael Garcia-Suarez2010-04-131-1/+1
* [perl #74168] Assertion failure when emitting a stricture error messageRafael Garcia-Suarez2010-04-091-0/+6
* add an elipses to string/ref warnings when str longer than 32 charsYves Orton2009-10-261-0/+8
* Make defined %hash on a non-lexical (also) generate a deprecated warning.Nicholas Clark2009-10-241-0/+2
* Replace system by print in strictures/parsing regression testRafael Garcia-Suarez2009-09-041-3/+6
* Fix parsing of readline(FH) [perl #68458]Rafael Garcia-Suarez2009-08-231-5/+12
* Mark as TODO the failing tests added in cb4bdfcf for the regression of 984f9f66.Nicholas Clark2009-08-131-2/+2
* Added a failing test for a bareword parsing regression created in 984f9f66Slaven Rezic2009-08-121-0/+14
* The TODO tests of change 33876 were actually fixed by change 33874.Nicholas Clark2008-05-201-2/+2
* Re: [PATCH: TODO Tests] Re: [perl #53806] No complain about barewordRafael Garcia-Suarez2008-05-201-0/+15
* defined @$foo and defined %$bar should be subject to strict 'refs';Nicholas Clark2007-01-201-0/+14
* Fix for [perl #37886] strict 'refs' doesn't apply inside definedRafael Garcia-Suarez2005-12-151-0/+7
* Extend the the "our variable redeclared" warning to the case:Rafael Garcia-Suarez2005-07-191-2/+4
* Fix strict test to go with the precedent warning changeRafael Garcia-Suarez2005-07-191-2/+2
* [perl #27628] strict 'subs' didn't warn on bareword array indexDave Mitchell2004-03-141-0/+13
* Fix bug #26910: hints were not propagated into (?{...})Rafael Garcia-Suarez2004-02-233-0/+20
* add test for Change 22194: Dave Mitchell2004-02-011-0/+7
* Fix bug #21914, 3-arg open + local $fh + strict coredump.Rafael Garcia-Suarez2003-04-101-0/+9
* Re: Error: Unknown errorAdrian M. Enache2003-04-081-0/+5
* Re: [perl #18927] barewords with no errorsAbe Timmerman2002-12-081-0/+7
* missing '.' in test from #17932Hugo van der Sanden2002-09-261-1/+1
* [perl #10021] Fixing bareword usage under strict.pmKay_Röpke2002-09-261-0/+9
* Fwd: [ID 20020703.002] bareword processing bug under 'use strict'Kay Röpke2002-07-091-0/+11
* Integrate change #14778 from maintperl;Jarkko Hietaniemi2002-02-201-0/+9
* No 'once' warnings for variables declared with ourGisle Aas2002-01-101-1/+0