Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't do Parrot interop role except on Parrot.
  • Loading branch information
jnthn committed Apr 27, 2013
1 parent b6b88bf commit 82e9667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Perl6/Metamodel/ClassHOW.nqp
Expand Up @@ -18,7 +18,9 @@ class Perl6::Metamodel::ClassHOW
does Perl6::Metamodel::Mixins
does Perl6::Metamodel::BoolificationProtocol
does Perl6::Metamodel::REPRAttributeProtocol
#?if parrot
does Perl6::Metamodel::ParrotInterop
#?endif
{
has @!roles;
has @!role_typecheck_list;
Expand Down
2 changes: 2 additions & 0 deletions src/Perl6/Metamodel/EnumHOW.nqp
Expand Up @@ -15,7 +15,9 @@ class Perl6::Metamodel::EnumHOW
does Perl6::Metamodel::BUILDPLAN
does Perl6::Metamodel::BoolificationProtocol
does Perl6::Metamodel::REPRAttributeProtocol
#?if parrot
does Perl6::Metamodel::ParrotInterop
#?endif
{
# Hash representing enumeration keys to values.
has %!values;
Expand Down

0 comments on commit 82e9667

Please sign in to comment.