summaryrefslogtreecommitdiff
path: root/t/op/attrs.t
Commit message (Expand)AuthorAgeFilesLines
* Stop attribute errors from leaking op treesFather Chrysostomos2011-10-101-0/+7
* attrs.t: Test for something I almost brokeFather Chrysostomos2011-06-221-0/+3
* attributes.pm: warn & don’t apply :lvalue to defined subsFather Chrysostomos2011-06-221-0/+31
* Suppress proto warning from attrs.tFather Chrysostomos2011-06-101-1/+1
* Fix my + attrs + list assignmentFather Chrysostomos2011-06-081-0/+10
* Refactor 6 tests in t/op and t/run to use skip_all_if_miniperl().Nicholas Clark2011-03-071-4/+1
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* [perl #68658] attributes turn "state" into "my"Father Chrysostomos2010-12-081-0/+12
* Suppress warning from t/op/attrs.tFather Chrysostomos2010-11-301-2/+2
* Use ' to avoid interpolationFather Chrysostomos2010-11-301-1/+1
* [perl #68560] calling closure prototype SEGVsFather Chrysostomos2010-11-291-0/+18
* Make my $pi := 4; a syntax error.Nicholas Clark2010-11-281-2/+55
* permit labels to appear before declarationsZefram2010-10-231-1/+1
* Retain builtin attributes from pre-declaration. Fixes [perl #68758].Gerard Goossen2010-01-101-1/+6
* Ignore a lvalue attribute after the subroutine has been defined, and warn abo...Gerard Goossen2010-01-101-4/+4
* Move the test for RT #49472 to op/attrs.t from comp/require.tNicholas Clark2009-10-081-1/+13
* Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTESZefram2009-09-061-1/+31
* Skip tests that use attributes.pm under miniperlRafael Garcia-Suarez2009-05-251-2/+6
* Allow typed arrays and hashesVincent Pit2009-05-111-2/+5
* Deprecate using "unique" with the attributes pragma.Nicholas Clark2009-04-121-2/+3
* Deprecate using "locked" with the attributes pragma.Nicholas Clark2009-04-121-3/+9
* Deprecate use of the attribute :locked on subroutines.Nicholas Clark2009-04-121-15/+5
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-1/+8
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-1/+0
* Unify the two warnings "Can't declare %s in %s", in line with what'sRafael Garcia-Suarez2006-11-201-2/+2
* Regression test for attributes 'reserved' warning,Rafael Garcia-Suarez2006-08-271-1/+7
* [perl #36297] builtin attrs on subrutine declarations Salvador FandiXXo2005-06-151-0/+5
* Make "assertion" attribute code and test conditionalNicholas Clark2005-01-191-2/+3
* Rafael spotted that my changes caused warnings. So clean up.Nicholas Clark2005-01-051-0/+1
* Check all attributes in modify_SV_attributes are recognised.Nicholas Clark2005-01-041-4/+32
* More tests for the attribute syntax, from theRafael Garcia-Suarez2002-08-081-1/+19
* Fix bug #16080 : an attribute list should end at '}'Rafael Garcia-Suarez2002-08-081-1/+7
* Re: [perl #15898] coredump with variable ourRafael Garcia-Suarez2002-08-081-143/+45
* Re: perl 5.7.3 + XS lvalue subsSpider Boardman2002-03-291-0/+8
* Re: perl 5.7.3 + XS lvalue subsSpider Boardman2002-03-281-0/+6
* Re: attributes are brokenSpider Boardman2001-12-091-3/+29
* Re: [patch] GvSHAREDDoug MacEachern2001-02-111-2/+3
* Re: [PATCH blead] Fix segfault in gv_handler/mg_findDaniel Chetlin2000-12-281-0/+4
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>Gurusamy Sarathy2000-01-261-2/+2
* sub : attrlistSpider Boardman1999-08-291-0/+176