Changeset 2180


Ignore:
Timestamp:
12/23/08 09:51:52 (3 years ago)
Author:
azawawi
Message:

Another message typo fix in Padre::Document::Perl6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Perl6/lib/Padre/Document/Perl6.pm

    r2161 r2180  
    4444    $self->{issues} = []; 
    4545    if($EVAL_ERROR) { 
    46         say "Parsing error, bye bye ->colorize " . $EVAL_ERROR; 
     46        say "\nSTD.pm Parsing error\n" . $EVAL_ERROR; 
    4747        my @errors = split /\n/, $EVAL_ERROR; 
    4848        my $lineno = undef; 
Note: See TracChangeset for help on using the changeset viewer.