Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
slightly clarify that $.x autogens at } if needed
  • Loading branch information
TimToady committed Jul 7, 2011
1 parent 08f2ce9 commit 61c34a1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions S12-objects.pod
Expand Up @@ -13,8 +13,8 @@ Synopsis 12: Objects

Created: 27 Oct 2004

Last Modified: 18 Jun 2011
Version: 118
Last Modified: 7 Jul 2011
Version: 119

=head1 Overview

Expand Down Expand Up @@ -634,7 +634,9 @@ ordinary variables. Instead of C<my>, use C<has>:
}

Public attributes have a secondary sigil of "dot", indicating
the automatic generation of an accessor method of the same name.
the automatic generation of an accessor method of the same name
(unless the class declares an explicit method of that name before
the closing bracket).
Private attributes use an exclamation to indicate that no public accessor is
generated.

Expand Down

0 comments on commit 61c34a1

Please sign in to comment.