diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-05 23:18:48 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-05 23:18:48 +0000 |
commit | 41f31d6e7ac78419f122694c2a37b63cfe242811 (patch) | |
tree | 1af235ba2e5463cf64290f3fa9e9a5a4a36b639c | |
parent | 30c4d17dfae4455bcaa451862697c332eb722d09 (diff) | |
download | perl-41f31d6e7ac78419f122694c2a37b63cfe242811.tar.gz |
Documentation micropatch from Damian.
p4raw-id: //depot/perl@11899
-rw-r--r-- | lib/Attribute/Handlers.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Attribute/Handlers.pm b/lib/Attribute/Handlers.pm index dbd1bf41c7..aa42bc8912 100644 --- a/lib/Attribute/Handlers.pm +++ b/lib/Attribute/Handlers.pm @@ -755,7 +755,7 @@ in a single C<ATTR(I<specification>)>. =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> |