Changeset 5421
- Timestamp:
- 06/20/09 10:32:02 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/Perl6Document.pm
r5420 r5421 324 324 $comment_error_action = 1; 325 325 326 } elsif($issue_msg =~ /^\=begin\s+(.+?)\s+without matching \=end/i) {327 328 Wx::Event::EVT_MENU(329 $main,330 $menu->Append( -1, Wx::gettext("Fix POD") ),331 sub {332 #XXX-implement Fix POD333 },334 );335 $comment_error_action = 1;336 337 326 } 338 327
Note: See TracChangeset
for help on using the changeset viewer.
