Changeset 2180
- Timestamp:
- 12/23/08 09:51:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Perl6/lib/Padre/Document/Perl6.pm
r2161 r2180 44 44 $self->{issues} = []; 45 45 if($EVAL_ERROR) { 46 say " Parsing error, bye bye ->colorize" . $EVAL_ERROR;46 say "\nSTD.pm Parsing error\n" . $EVAL_ERROR; 47 47 my @errors = split /\n/, $EVAL_ERROR; 48 48 my $lineno = undef;
Note: See TracChangeset
for help on using the changeset viewer.
