Ignore:
Timestamp:
12/08/09 20:57:55 (2 years ago)
Author:
adamk
Message:

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

File:
1 edited

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 
Note: See TracChangeset for help on using the changeset viewer.