Changeset 22839 for src

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

[STD_syntax_highlight] no more podchecker warnings;

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/STD_syntax_highlight

    r22838 r22839  
    3232    # write redspans output to foo.redspans.html 
    3333    STD_syntax_highlight --redspans-html=foo.redspans.html foo.pl 
     34 
    3435=head1 SUBROUTINES 
    3536 
     
    5152=cut 
    5253sub main { 
    53      
    5454    #process the command line 
    5555    GetOptions( 
     
    7272    --full-html=filename    
    7373        write full-mode html to filename (disabled by default, - for STDOUT) 
    74      
     74 
    7575    --redspans-html=filename    
    7676        write redspans-mode html to filename (enabled by default, - for STDOUT) 
    77      
     77 
    7878HELP 
    7979    } 
     
    234234        $last_tree = $tree; 
    235235    } 
    236   
    237236    $str .= <<"HTML"; 
    238237    </pre> 
     
    328327        $last_tree = $tree; 
    329328    } 
    330      
    331329    $str .= <<"HTML"; 
    332330    </pre>