Skip to content

Commit

Permalink
Fix an incorrect package name.
Browse files Browse the repository at this point in the history
Not sure how this ever worked before; fixes the failing tests.
  • Loading branch information
jnthn committed Feb 24, 2013
1 parent cfee628 commit c8f3979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/BOOTSTRAP.pm
Expand Up @@ -145,7 +145,7 @@ BEGIN {
}
}
else {
my $cd := Metamodel::ContainerDescriptor.new(
my $cd := Perl6::Metamodel::ContainerDescriptor.new(
:of($type), :rw(1), :name($name));
my $scalar := nqp::create(Scalar);
nqp::bindattr($scalar, Scalar, '$!descriptor', $cd);
Expand Down

0 comments on commit c8f3979

Please sign in to comment.