Changeset 9565

Show
Ignore:
Timestamp:
12/08/09 20:57:55 (9 months ago)
Author:
adamk
Message:

Added a one-off no critic for the (legitimate) specific and unusual case of setting $0

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Main.pm

    r9563 r9565  
    53375337         
    53385338        # Push the title to the process list for better identification 
    5339         $0 = $self->{title}; 
     5339        $0 = $self->{title}; ## no critic (RequireLocalizedPunctuationVars) 
    53405340} 
    53415341