Skip to content

Commit

Permalink
remove a workaround in "is export" trait. Now we can load Test.pm, bu…
Browse files Browse the repository at this point in the history
…t the underlying problem is not fixed
  • Loading branch information
moritz committed Feb 19, 2012
1 parent 8274182 commit 5705951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/traits.pm
Expand Up @@ -81,7 +81,6 @@ sub EXPORT_SYMBOL(\$exp_name, @tags, Mu \$sym) {
}
$*W.install_package_symbol($install_in, $exp_name, $sym);
}
1;
}
multi trait_mod:<is>(Routine:D \$r, :$export!) {
if %*COMPILING {
Expand Down

0 comments on commit 5705951

Please sign in to comment.