Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.HOW.WHAT is the same as just .HOW. Simplify
  • Loading branch information
moritz committed Apr 12, 2012
1 parent f982930 commit 200926b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/traits.pm
Expand Up @@ -70,7 +70,7 @@ sub EXPORT_SYMBOL(\$exp_name, @tags, Mu \$sym) {
$install_in := $*EXPORT.WHO.{$tag};
}
else {
$install_in := $*W.pkg_create_mo($/, (package { }).HOW.WHAT, :name($tag));
$install_in := $*W.pkg_create_mo($/, (package { }).HOW, :name($tag));
$*W.pkg_compose($install_in);
$*W.install_package_symbol($*EXPORT, $tag, $install_in);
}
Expand Down

0 comments on commit 200926b

Please sign in to comment.