Skip to content

Commit

Permalink
Add coercion types to EXPORTHOW of CORE.setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jan 20, 2015
1 parent 22636e8 commit f27f57f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/EXPORTHOW.pm
Expand Up @@ -14,6 +14,7 @@ my module EXPORTHOW {
nqp::bindkey($?PACKAGE.WHO, 'native', Perl6::Metamodel::NativeHOW);
nqp::bindkey($?PACKAGE.WHO, 'subset', Perl6::Metamodel::SubsetHOW);
nqp::bindkey($?PACKAGE.WHO, 'enum', Perl6::Metamodel::EnumHOW);
nqp::bindkey($?PACKAGE.WHO, 'coercion', Perl6::Metamodel::CoercionHOW);
}

# vim: ft=perl6 expandtab sw=4

0 comments on commit f27f57f

Please sign in to comment.