Skip to content

Commit

Permalink
partially put back Temporal
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 8, 2011
1 parent ac51b44 commit 9ca7ef7
Show file tree
Hide file tree
Showing 3 changed files with 529 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.pm
Expand Up @@ -164,7 +164,7 @@ class Perl6::Actions is HLL::Actions {
$outer.hll('perl6');
$unit.loadlibs('nqp_group', 'nqp_ops', 'perl6_group', 'perl6_ops',
'bit_ops', 'math_ops', 'trans_ops', 'io_ops',
'obscure_ops', 'os', 'file');
'obscure_ops', 'os', 'file', 'sys_ops');

# If the unit defines &MAIN, add a &MAIN_HELPER.
if $unit.symbol('&MAIN') {
Expand Down

0 comments on commit 9ca7ef7

Please sign in to comment.