Ignore:
Timestamp:
12/17/09 22:32:25 (2 years ago)
Author:
azawawi
Message:

Updates Changes and performed a Perl tidy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Lock.pm

    r9762 r9764  
    99sub new { 
    1010    my $class = shift; 
    11     my $self  = bless { @_ }, $class; 
     11    my $self = bless {@_}, $class; 
    1212 
    1313    # Enable the locks 
Note: See TracChangeset for help on using the changeset viewer.