This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test preamble: unify chdir 't' if -d 't';
[perl5.git] / t / lib / strict /
2014-09-19 Father Chrysostomos[perl #121638] Make ‘Global symbol’ message more newbie...
2014-06-17 Karl WilliamsonFatalize defined(@) and defined{%)
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-06-13 David Mitchellmake re_evals be seen by the toker/parser
2012-06-07 Father ChrysostomosMake strict refs report $1 the same way as "$1"
2012-04-21 Father Chrysostomos[perl #112316] Make strict vars respect null-to-null...
2012-04-20 Father ChrysostomosMake strict vars respect ‘package ĵ; *ĵ::bar = [];’
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2012-01-16 Nicholas Clarkdefined(@array) now also warns for package variables.
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-10-06 Brian Fraserpp_hot.c: Make warnings utf8-clean
2011-10-06 Brian FraserMake op.c warnings UTF8-clean
2011-08-11 Gerard GoossenMove bareword checking from the peephole optimizer...
2011-07-31 Gerard Goosseninifinite loop breaking some strict checking, TODO...
2011-07-14 David Mitchellmake peep optimiser recurse mostly only shallowly
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-04-13 Father Chrysostomos[perl #73712] ‘Variable is not imported’ cannot be...
2010-04-13 Rafael Garcia-SuarezFix test comment (noticed by Alex Vandiver)
2010-04-10 Rafael Garcia-Suarez[perl #74168] Assertion failure when emitting a strictu...
2009-10-26 Yves Ortonadd an elipses to string/ref warnings when str longer...
2009-10-24 Nicholas ClarkMake defined %hash on a non-lexical (also) generate...
2009-09-04 Rafael Garcia-SuarezReplace system by print in strictures/parsing regressio...
2009-08-23 Rafael Garcia-SuarezFix parsing of readline(FH) [perl #68458]
2009-08-13 Nicholas ClarkMark as TODO the failing tests added in cb4bdfcf for...
2009-08-12 Slaven RezicAdded a failing test for a bareword parsing regression...
2008-05-20 Nicholas ClarkThe TODO tests of change 33876 were actually fixed...
2008-05-20 Rafael Garcia-SuarezRe: [PATCH: TODO Tests] Re: [perl #53806] No complain...
2007-01-20 Nicholas Clarkdefined @$foo and defined %$bar should be subject to...
2005-12-15 Rafael Garcia-SuarezFix for [perl #37886] strict 'refs' doesn't apply insid...
2005-07-19 Rafael Garcia-SuarezExtend the the "our variable redeclared" warning to...
2005-07-19 Rafael Garcia-SuarezFix strict test to go with the precedent warning change
2004-03-14 Dave Mitchell[perl #27628] strict 'subs' didn't warn on bareword...
2004-02-23 Rafael Garcia-SuarezFix bug #26910: hints were not propagated into (?{...
2004-02-01 Dave Mitchelladd test for Change 22194:
2003-04-10 Rafael Garcia-SuarezFix bug #21914, 3-arg open + local $fh + strict coredump.
2003-04-08 Adrian M. EnacheRe: Error: Unknown error
2002-12-08 Abe TimmermanRe: [perl #18927] barewords with no errors
2002-09-26 Hugo van der Sandenmissing '.' in test from #17932
2002-09-26 Kay_Röpke[perl #10021] Fixing bareword usage under strict.pm
2002-07-09 Kay RöpkeFwd: [ID 20020703.002] bareword processing bug under...
2002-02-20 Jarkko HietaniemiIntegrate change #14778 from maintperl;
2002-01-10 Gisle AasNo 'once' warnings for variables declared with our
2001-12-06 Robin HoustonRe: weirdness in regexps
2001-10-22 Jarkko HietaniemiIntegrate changes #12549 and #12550 from maintperl;
2001-06-18 Jarkko HietaniemiMove the locale/strict/warnings helper files back