Skip to content

Commit

Permalink
Stuff in the setting should be my-scoped.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed May 14, 2011
1 parent 79d1ccc commit f0d615d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CORE.setting/stubs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# outside of the setting, such as Mu/Any/Cool, Attribute, Signature/Parameter
# and Code/Block/Routine/Sub/Method. They are built in Perl6::Metamodel's
# BOOTSTRAP.pm.
class Int is Cool { ... }
class Num is Cool { ... }
class Str is Cool { ... }
my class Int is Cool { ... }
my class Num is Cool { ... }
my class Str is Cool { ... }

0 comments on commit f0d615d

Please sign in to comment.