Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
P6opaque is a data representation, not a type
  • Loading branch information
moritz committed Apr 9, 2012
1 parent a950494 commit d689826
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions S02-bits.pod
Expand Up @@ -13,8 +13,8 @@ Synopsis 2: Bits and Pieces

Created: 10 Aug 2004

Last Modified: 29 Feb 2012
Version: 251
Last Modified: 09 Apr 2012
Version: 252

This document summarizes Apocalypse 2, which covers small-scale
lexical items and typological issues. (These Synopses also contain
Expand Down Expand Up @@ -419,9 +419,9 @@ than in Perl 5.

=head2 The P6opaque Datatype

In support of OO encapsulation, there is a new fundamental datatype:
B<P6opaque>. External access to opaque objects is always through method
calls, even for attributes.
In support of OO encapsulation, there is a new fundamental data
rerpresentation: B<P6opaque>. External access to opaque objects is always
through method calls, even for attributes.

=head2 Name Equivalence of Types

Expand Down

0 comments on commit d689826

Please sign in to comment.