summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorPeter Martini <PeterCMartini@GMail.com>2013-10-13 16:00:00 -0400
committerJames E Keenan <jkeenan@cpan.org>2013-10-16 13:17:44 +0200
commiteedb00faea0e643c5d10ea0d9200aa705124d603 (patch)
tree1da04599023cc1c8c85517c195cf8f3be9506710 /MANIFEST
parent53d48b8bc3daee9ac6baf1f5eb39e4d9899a6646 (diff)
downloadperl-eedb00faea0e643c5d10ea0d9200aa705124d603.tar.gz
Adding a prototype attribute.
This attribute adds an additional way of declaring a prototype for a sub, making sub foo($$) and sub foo : prototype($$) equivalent. The intent is to keep the functionality of prototypes while allowing other modules to use the syntactic space it currently occupies for other purposes. The attribute is supported in attributes.xs to allow attributes::->import to work, but if its defined inline via something like sub foo : prototype($$) {}, it will not call out to the attributes module. For: RT #119251
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 741b08b47e..af911bc531 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5189,6 +5189,7 @@ t/op/array_base.t Tests for the remnant of $[
t/op/array.t See if array operations work
t/op/assignwarn.t See if OP= operators warn correctly for undef targets
t/op/attrhand.t See if attribute handlers work
+t/op/attrproto.t See if the prototype attribute works
t/op/attrs.t See if attributes on declarations work
t/op/auto.t See if autoincrement et all work
t/op/avhv.t See if pseudo-hashes work