diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-23 10:04:03 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-23 10:04:03 +0000 |
commit | 1ec3e8dea0b8d5fa438ad59d371998f774ea2f4d (patch) | |
tree | 078622e462d6ffe99d3d74becace83d02c75341f /pod/perldiag.pod | |
parent | 497714249e2a0fc7fe0b96726f037048f352080d (diff) | |
download | perl-1ec3e8dea0b8d5fa438ad59d371998f774ea2f4d.tar.gz |
disallow our($foo::bar)
p4raw-id: //depot/perl@4857
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 2ce165b223..98ae3ad1d1 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1983,6 +1983,12 @@ where you wanted to redirect stdout. and found a 'E<gt>' or a 'E<gt>E<gt>' on the command line, but can't find the name of the file to which to write data destined for stdout. +=item No package name allowed for variable %s in "our" + +(F) Fully qualified variable names are not allowed in "our" declarations, +because that doesn't make much sense under existing semantics. Such +syntax is reserved for future extensions. + =item No Perl script found in input (F) You called C<perl -x>, but no line was found in the file beginning |