Skip to content

Commit

Permalink
Fix classes always turning into Any() when exported
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Jul 24, 2010
1 parent 41d943c commit 6d24c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Niecza/Actions.pm
Expand Up @@ -1078,7 +1078,7 @@ sub package_def { my ($cl, $M) = @_;
$M->{_ast} = $optype->new(
name => $name,
var => $outervar,
export => \@export,
exports => \@export,
bodyvar => $bodyvar,
body => $cbody);
} else {
Expand Down

0 comments on commit 6d24c27

Please sign in to comment.