Changeset 22818 for src

Show
Ignore:
Timestamp:
10/29/08 20:31:07 (2 months ago)
Author:
azawawi
Message:

[redspans] nice 19;

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/redspans

    r22817 r22818  
    77use utf8; 
    88use feature 'say'; 
     9 
     10#let us play nice with others 
     11use POSIX qw(nice); nice 19; 
    912 
    1013$::ACTIONS = 'Actions';