This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Let attributes.pm know about the const attribute
authorFather Chrysostomos <sprout@cpan.org>
Mon, 19 Jan 2015 06:40:09 +0000 (22:40 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 20 Jan 2015 04:34:05 +0000 (20:34 -0800)
commit3108f4dfc5963ac9d63390f67ac6697a36bf21b4
tree12ff945df8b2255e9cc9051829e0ab1061e8b55e
parent56c1c96f488940636d0ba81097097eeee1420ce4
Let attributes.pm know about the const attribute

Setting it has no affect except on closure prototypes, so warn if an
attempt is made to set it on any other sub.
ext/attributes/attributes.pm
ext/attributes/attributes.xs
pod/perldiag.pod
t/op/attrs.t