Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S12]: bless is a method, not a function
  • Loading branch information
moritz committed Aug 25, 2013
1 parent 93dd4af commit 41296cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S12-objects.pod
Expand Up @@ -857,7 +857,7 @@ which initializes the object in least-derived to most-derived order.

The default C<BUILD> semantics are inherited from C<Mu>,
so you need to write initialization routines only if you wish to
modify the default behavior. The C<bless> function automatically
modify the default behavior. The C<bless> method automatically
passes the appropriate argument list to the C<BUILD> of its various
parent classes. If the type of the parent class corresponds to one
of the type objects passed to bless, that type object's argument
Expand Down

0 comments on commit 41296cb

Please sign in to comment.