Changeset 23048 for src/perl6/STD.pm

Show
Ignore:
Timestamp:
11/20/08 19:58:42 (7 weeks ago)
Author:
lwall
Message:

[gimme5] switch back to YAML::Syck till YAML::XS is fixed
[viv] allow input from stdin
[STD] always report worries for now

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/STD.pm

    r23043 r23048  
    593593    # "CHECK" time... 
    594594    {{ 
     595        if @COMPILING::WORRIES { 
     596            warn "Potential difficulties:\n  " ~ join( "\n  ", @COMPILING::WORRIES) ~ "\n"; 
     597        } 
     598 
    595599        my %UNKNOWN; 
    596600        for keys(%ROUTINES) {