perldelta entry for [perl #68560]
authorFather Chrysostomos <sprout@cpan.org>
Tue, 30 Nov 2010 05:50:59 +0000 (21:50 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 30 Nov 2010 05:50:59 +0000 (21:50 -0800)
pod/perldelta.pod

index 8c660f7..3d9f5f4 100644 (file)
@@ -283,7 +283,7 @@ XXX Newly added diagnostic messages go here
 
 =item *
 
-XXX
+There is a new "Closure prototype called" error.
 
 =back
 
@@ -477,6 +477,12 @@ A closure containing an C<if> statement followed by a constant or variable
 is no longer treated as a constant
 L<[perl #63540]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=63540>.
 
+=item *
+
+Calling a closure prototype (what is passed to an attribute handler for a
+closure) now results in a "Closure prototype called" error message
+L<[perl #68560]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=68560>.
+
 =back
 
 =head1 Known Problems