diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-18 16:37:03 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-19 20:34:04 -0800 |
commit | b77472f98ff245a83a062d4af8169d2fcbe089e6 (patch) | |
tree | cc7c1a1c7c69116ccc85c3b7522e8bbdf55f82f1 /regen/opcodes | |
parent | 956dfca8c907877d52b97e2ad0d2d29d5d1d8442 (diff) | |
download | perl-b77472f98ff245a83a062d4af8169d2fcbe089e6.tar.gz |
Add :const anon sub attribute
Diffstat (limited to 'regen/opcodes')
-rw-r--r-- | regen/opcodes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regen/opcodes b/regen/opcodes index f585cd2727..3061d33efb 100644 --- a/regen/opcodes +++ b/regen/opcodes @@ -565,3 +565,4 @@ refassign lvalue ref assignment ck_refassign ds2 lvref lvalue ref assignment ck_null d% lvrefslice lvalue ref assignment ck_null d@ lvavref lvalue array reference ck_null d% +anonconst anonymous constant ck_null ds1 |