summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorM. J. T. Guy <mjtg@cus.cam.ac.uk>1998-07-30 13:18:15 +0100
committerGurusamy Sarathy <gsar@cpan.org>1998-08-02 06:37:06 +0000
commit19a09eb8fc52598025e90f4c4f688a3db0626154 (patch)
treedec4ae33a6e3b23d148bb44392f53528c35b7a4b /pod
parentaf819cba4f44bf2074ec4808e403dedf8c3ce2b2 (diff)
downloadperl-19a09eb8fc52598025e90f4c4f688a3db0626154.tar.gz
add test for magic autovivification
Message-Id: <E0z1qit-0003O5-00@taurus.cus.cam.ac.uk> Subject: Re: Perl5.005_01 failing to autovivify subroutine args p4raw-id: //depot/maint-5.005/perl@1704
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index ccef016f44..8d213235a8 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1538,7 +1538,7 @@ backwards.
=item Modification of non-creatable hash value attempted, subscript "%s"
-(F) You tried to make a hash value spring into existence, and it couldn't
+(P) You tried to make a hash value spring into existence, and it couldn't
be created for some peculiar reason.
=item Module name must be constant