Change 11899 by jhi@alpha on 2001/09/05 23:18:48
Documentation micropatch from Damian.
Affected files ...
... //depot/perl/lib/Attribute/Handlers.pm#6 edit
Differences ...
==== //depot/perl/lib/Attribute/Handlers.pm#6 (text) ====
Index: perl/lib/Attribute/Handlers.pm
--- perl/lib/Attribute/Handlers.pm.~1~ Wed Sep 5 17:30:07 2001
+++ perl/lib/Attribute/Handlers.pm Wed Sep 5 17:30:07 2001
@@ -755,7 +755,7 @@
=item C<Can't autotie a %s>
You can only declare autoties for types C<"SCALAR">, C<"ARRAY">, and
-C<"SCALAR">. They're the only things (apart from typeglobs -- which are
+C<"HASH">. They're the only things (apart from typeglobs -- which are
not declarable) that Perl can tie.
=item C<Internal error: %s symbol went missing>
End of Patch.