summaryrefslogtreecommitdiff
path: root/t/op/attrs.t
Commit message (Expand)AuthorAgeFilesLines
* Better handling of builtin CV attributesPaul "LeoNerd" Evans2022-10-251-0/+5
* (perl #133850) allow attributes in sub-parsesTony Cook2019-06-111-0/+3
* (perl #131597) ensure the GV slot is filled for our [%$@]foo: attrTony Cook2017-07-101-0/+18
* Remove deprecated no-op :locked attributeDagfinn Ilmari Mannsåker2017-06-011-3/+2
* Remove deprecated no-op :unique attributeDagfinn Ilmari Mannsåker2017-06-011-3/+3
* Time limit the deprecation of :unique and :locked.Abigail2017-01-161-1/+2
* Various .t's: Escape literal '}' and ']' in patternsKarl Williamson2017-01-131-1/+1
* t/op/attrs.t: tests for RT 3605Dan Collins2016-10-211-0/+9
* t/op/attrs.t: Fixup for 7fe45fb9 - should be a semicolonDan Collins2016-10-211-1/+1
* Force a newline in new attrs.t test.Craig A. Berry2016-09-091-4/+4
* fix errror handling for ':attr(foo' with no ')'David Mitchell2016-09-071-3/+15
* avoid using freed ops on BEGIN :attr {}David Mitchell2016-09-051-0/+21
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* assertion failure on foo(my $x : bar)David Mitchell2015-11-231-0/+19
* [perl #123817] Assert fail with attr in anon hashFather Chrysostomos2015-03-011-0/+13
* attributes.xs: Don’t emit const warning for anonsFather Chrysostomos2015-01-211-1/+3
* Let attributes.pm know about the const attributeFather Chrysostomos2015-01-191-0/+24
* attrs.t: Test that attr handlers can see prototypesFather Chrysostomos2014-10-081-0/+6
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-211-2/+2
* [perl #121031] fix all of the other incorrect calls to fresh_perl_is()Tony Cook2014-01-201-1/+1
* Don’t clone closures in rv2cvFather Chrysostomos2012-05-291-0/+10
* [perl #107366] Allow attributes to set :lvalue on defined subFather Chrysostomos2012-03-011-11/+11
* 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