Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Declare type of attribute to use with class.
  • Loading branch information
jnthn committed May 24, 2011
1 parent 6918b7c commit ca8a1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Metamodel/EXPORTHOW.pm
Expand Up @@ -4,5 +4,6 @@ my module EXPORTHOW {
($?PACKAGE.WHO)<package> := Perl6::Metamodel::PackageHOW;
($?PACKAGE.WHO)<module> := Perl6::Metamodel::ModuleHOW;
($?PACKAGE.WHO)<class> := Perl6::Metamodel::ClassHOW;
($?PACKAGE.WHO)<class-attr> := Attribute;
($?PACKAGE.WHO)<native> := Perl6::Metamodel::NativeHOW;
}

0 comments on commit ca8a1d2

Please sign in to comment.