summaryrefslogtreecommitdiff
path: root/t/lib/warnings/toke
Commit message (Expand)AuthorAgeFilesLines
* toke.c: "Precedence problem: open %s should be open(%s)" cleanup.Brian Fraser2012-03-251-0/+48
* toke.c: "CORE::%s is not a keyword" cleanup.Brian Fraser2012-03-251-0/+8
* toke.c: "Ambiguous use of -%s resolved as -&%s()" cleanup.Brian Fraser2012-03-251-0/+52
* toke.c: "Bareword "%s" refers to nonexistent package" cleanup.Brian Fraser2012-03-251-0/+24
* toke.c: "Ambiguous use of %c{%s} resolved to %c%s" cleanup.Brian Fraser2012-03-221-0/+22
* toke.c: "Possible unintended interpolation of %s in string" cleanup.Brian Fraser2012-03-221-1/+21
* toke.c: 'Operator or semicolon missing before %c%s' cleanup.Brian Fraser2012-03-221-0/+20
* toke.c: 'Scalar value %s better written as $%s' cleanup.Brian Fraser2012-03-221-0/+26
* toke.c: 'You need to quote %s' cleanup.Brian Fraser2012-03-221-0/+20
* Change wording of \E warningFather Chrysostomos2012-01-031-2/+2
* toke.c: Unpaired '\E's in double-quotish contexts should warn.Brian Fraser2012-01-021-0/+11
* Don’t warn for open(foo::bar)Father Chrysostomos2011-12-241-0/+1
* Don’t warn for open local *FHFather Chrysostomos2011-12-081-0/+1
* Don’t warn for foo+1 with ($) protoFather Chrysostomos2011-11-241-1/+3
* Test ambiguous warning with (;$) protoFather Chrysostomos2011-11-241-0/+6
* Stop having one of the following qw() warnings hide the other:Eric Brine2011-07-031-2/+11
* [perl #4362] Test for ‘Can't find terminator’Father Chrysostomos2011-06-021-0/+8
* PATCH: partial [perl #86972]: Allow /aiaKarl Williamson2011-04-101-2/+5
* toke.c: Raise error for multiple regexp modsKarl Williamson2011-03-011-0/+13
* Fix up \cX for 5.14Karl Williamson2011-02-091-0/+16
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-2/+2
* Make my $pi := 4; a syntax error.Nicholas Clark2010-11-281-59/+0
* Deprecate ?PATTERN? without explicit m operatorZefram2010-11-241-0/+10
* Add \o{} escapeKarl Williamson2010-07-171-0/+23
* Deprecate no space after s/a/b/ and keywordKarl Williamson2010-06-281-1/+4
* Deprecate no space between pattern, following wordKarl Williamson2010-06-181-1/+4
* Revert "New deprecation warning: Dot after %s literal is concatenation"Jesse Vincent2010-05-051-17/+0
* Revert "Fix tests and add one more test for the deprecation warning added in ...Jesse Vincent2010-05-051-7/+6
* Revert "tweak "0x123.456" deprecation"Jesse Vincent2010-05-051-3/+3
* tweak "0x123.456" deprecationZefram2010-05-031-3/+3
* Fix tests and add one more test for the deprecation warning added in last changeRafael Garcia-Suarez2010-04-231-6/+7
* New deprecation warning: Dot after %s literal is concatenationJames Mastros2010-04-231-0/+17
* Deprecate use of := to mean an empty attribute list in my $pi := 4;Nicholas Clark2009-11-041-0/+59
* Enable deprecation warnings by default.Nicholas Clark2009-10-161-11/+9
* Deprecate use of the attribute :locked on subroutines.Nicholas Clark2009-04-121-1/+14
* Unintented interpolation of $/ in regex (was: Re: [perlBram2008-08-241-0/+15
* Tweak the "Illegal character in prototype" warning so it's moreRafael Garcia-Suarez2008-06-081-1/+1
* Add a new warning, "Prototype after '%s'"Renee Baecker2008-06-081-0/+23
* Make the warning "interpreted as function" a bit less annoying,Rafael Garcia-Suarez2007-03-261-6/+13
* C<keys %+> should not warn. Don't make scan_ident test forRafael Garcia-Suarez2007-02-241-0/+5
* remove leaveit from toke.c:scan_constSADAHIRO Tomoyuki2006-10-161-11/+0
* Make usage of :unique emit a deprecation warning.Rafael Garcia-Suarez2006-03-141-0/+7
* Re: [PATCH] warn on !=~Yitzchak Scott-Thoennes2004-03-221-0/+9
* warn on !=~Yitzchak Scott-Thoennes2004-03-201-1/+19
* Some mandatory syntax warnings emitted by the lexer weren'tRafael Garcia-Suarez2004-01-051-0/+17
* "without parens" vs "without parentheses"Iain Truskett2003-07-031-4/+4
* Re: [perl #16184] Unexpected warning when using C<< open FH => >>Hugo van der Sanden2002-10-211-0/+4
* Don't assume too much about how print will scaleJarkko Hietaniemi2002-06-131-16/+16
* Supporess spurious warnings for @+ and and @-Mark-Jason Dominus2002-04-151-0/+8
* Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag suppliedMark-Jason Dominus2002-04-151-2/+24