This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Delete perldiag/Can't declare class for non-scalar
authorFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 01:12:23 +0000 (17:12 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 01:12:23 +0000 (17:12 -0800)
This message no longer occurs as of d5e98372e6efc4, which was included
in 5.12.0.

pod/perldiag.pod

index 5d2fdf8..81c0c26 100644 (file)
@@ -669,12 +669,6 @@ or C<default> block.
 (P) An error peculiar to VMS.  The process is suffering from exhausted
 quotas or other plumbing problems.
 
-=item Can't declare class for non-scalar %s in "%s"
-
-(F) Currently, only scalar variables can be declared with a specific
-class qualifier in a "my", "our" or "state" declaration.  The semantics may be
-extended for other types of variables in future.
-
 =item Can't declare %s in "%s"
 
 (F) Only scalar, array, and hash variables may be declared as "my", "our" or