Changeset 5278
- Timestamp:
- 06/17/09 20:35:36 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/Perl6ColorizerTask.pm
r5274 r5278 195 195 } elsif($msg =~ /^Can't locate object method ".+?" via package "STD"/) { 196 196 # STD lex cache is corrupt... 197 $msg = qq{'STD Lex Cache' is corrupt. Please use Plugins/Perl6/Cleanup STD Lex Cache.};197 $msg = Wx::gettext("'STD Lex Cache' is corrupt. Please click on Plugins/Perl6/Cleanup STD Lex Cache and then re-open the file."); 198 198 push @{$issues}, { line => 1, msg => $msg, severity => 'E', }; 199 199 # no need to continue collecting errors...
Note: See TracChangeset
for help on using the changeset viewer.
