Changeset 22831 for src

Show
Ignore:
Timestamp:
10/30/08 19:15:54 (2 months ago)
Author:
ruoso
Message:

[smop_highlight] outputs redspans-html by default, since it recognizes POD correctly

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/smop_highlight

    r22753 r22831  
    4545    print "\n$file" . "\n    -> $html_file\n"; 
    4646    my $t0 = new Benchmark; 
    47     system "./$HILITE --clean-html $file >$html_file"; 
     47    system "./$HILITE --redspans-html=$html_file $file"; 
    4848    print "It took " .  
    4949        timestr(timediff(new Benchmark,$t0),"noc") . "\n";