diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-12 22:36:15 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-12 22:36:15 +0000 |
commit | 307ea6df8c2001c2fa231e383f56d2397009a9e8 (patch) | |
tree | 831d2f02147760081810bf5e6ab631cab3971e90 /lib/attributes.pm | |
parent | dfd21361758b73b5f3df58a7ad810e2466044322 (diff) | |
download | perl-307ea6df8c2001c2fa231e383f56d2397009a9e8.tar.gz |
Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).
p4raw-id: //depot/perl@17208
Diffstat (limited to 'lib/attributes.pm')
-rw-r--r-- | lib/attributes.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/attributes.pm b/lib/attributes.pm index 40b35b830d..8b18b06605 100644 --- a/lib/attributes.pm +++ b/lib/attributes.pm @@ -191,10 +191,7 @@ as a scalar variable, as described in L<perlsub>. =back -There are no built-in attributes for anything other than subroutines. - -=for hackers -What about C<unique>? +For global variables there is C<unique> attribute: see L<perlfunc/our>. =head2 Available Subroutines |