Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:rakudo/rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Mar 25, 2009
2 parents b64e163 + ce7ff26 commit 7b3f8c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/builtins/eval.pir
Expand Up @@ -64,6 +64,7 @@ itself can be found in src/builtins/control.pir.
unless ismodule goto have_name

## convert '::' to '/'
name = clone name
slash_convert:
$I0 = index name, '::'
if $I0 < 0 goto have_name
Expand Down
1 change: 1 addition & 0 deletions t/spectest.data
Expand Up @@ -219,6 +219,7 @@ S09-subscript_slice/slice.t
S10-packages/import.t
S10-packages/use-with-class.t
S11-modules/export.t
S11-modules/import.t
S11-modules/nested.t
S12-attributes/class2.t
S12-attributes/class.t
Expand Down

0 comments on commit 7b3f8c4

Please sign in to comment.