Changeset 5412


Ignore:
Timestamp:
06/20/09 06:06:49 (3 years ago)
Author:
azawawi
Message:

[Perl 6] Quick fix for obsolete use of C++ constructor syntax

File:
1 edited

Legend:

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

    r5411 r5412  
    263263                $comment_error_action = 1; 
    264264             
     265            } elsif($issue_msg =~ /^Obsolete use of C++ constructor syntax/i) { 
     266 
     267                Wx::Event::EVT_MENU( 
     268                    $main,  
     269                    $menu->Append( -1, Wx::gettext("Use Perl 6 constructor syntax") ), 
     270                    sub {  
     271                        #XXX-implement Use Perl 6 constructor syntax 
     272                    }, 
     273                ); 
     274                $comment_error_action = 1; 
     275             
    265276            } 
    266277             
Note: See TracChangeset for help on using the changeset viewer.