Ignore:
Timestamp:
02/16/10 04:45:40 (2 years ago)
Author:
azawawi
Message:

Perl tidy (11 files)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/script/padre

    r10792 r10804  
    131131 
    132132if ($PRELOAD) { 
     133 
    133134    # Load the entire application into memory immediately 
    134135    Padre->import(':everything'); 
    135 #   use Aspect; 
    136 #   aspect( 'NYTProf', 
    137 #       call qr/^Padre::/ & 
    138 #       call qr/\b(?:refresh|update)\w*\z/ & ! 
    139 #       call qr/^Padre::(?:Locker|Wx::Progress)::/ 
    140 #   ); 
     136 
     137    #   use Aspect; 
     138    #   aspect( 'NYTProf', 
     139    #       call qr/^Padre::/ & 
     140    #       call qr/\b(?:refresh|update)\w*\z/ & ! 
     141    #       call qr/^Padre::(?:Locker|Wx::Progress)::/ 
     142    #   ); 
    141143} 
    142144 
Note: See TracChangeset for help on using the changeset viewer.