Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot to put LoL in the PACKAGE.
  • Loading branch information
pmichaud committed Jun 14, 2011
1 parent da5ab6c commit a7858a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Metamodel/BOOTSTRAP.pm
Expand Up @@ -541,6 +541,7 @@ my module EXPORT {
$?PACKAGE.WHO<Iterable> := Iterable;
$?PACKAGE.WHO<List> := List;
$?PACKAGE.WHO<Array> := Array;
$?PACKAGE.WHO<LoL> := LoL;
$?PACKAGE.WHO<EnumMap> := EnumMap;
$?PACKAGE.WHO<Hash> := Hash;
$?PACKAGE.WHO<Stash> := Stash;
Expand Down

0 comments on commit a7858a9

Please sign in to comment.