Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a (most likely accidentally) missing :load, which gets perl6.pbc …
…loadable again without running it. Patch courtesy of dukeleto++.
  • Loading branch information
jnthn committed Jun 8, 2010
1 parent 4578afc commit 5e6fa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metamodel/ClassHOW.pir
Expand Up @@ -20,7 +20,7 @@ calls on it.

.namespace ['ClassToBe']

.sub '' :anon :init
.sub '' :anon :load :init
$P0 = newclass ['ClassToBe']
$P1 = get_root_namespace ['parrot';'P6object']
$P1 = get_class $P1
Expand Down

0 comments on commit 5e6fa97

Please sign in to comment.