This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/S12-objects.pod b/S12-objects.pod | |
| index 4a2f16b..21e7777 100644 | |
| --- a/S12-objects.pod | |
| +++ b/S12-objects.pod | |
| @@ -190,6 +190,7 @@ anonymous class name if desired: | |
| class {...} # ok | |
| class is Mammal {...} # WRONG | |
| class :: is Mammal {...} # ok | |
| + anon class is Mammal {...} # also ok | |
| class { is Mammal; ...} # also ok | |
| =head1 Methods |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment