Ignore:
Timestamp:
02/08/10 00:13:24 (2 years ago)
Author:
azawawi
Message:

Perl tidy

File:
1 edited

Legend:

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

    r10608 r10612  
    222222        $self->{filename} = $self->{file}->{filename}; 
    223223 
    224         # TODO: Fix Ticket #845 here. We need to make sure only the filename and not the folder name is here.  
    225         # This causes F5 to fail as the get_command in Document::Perl doesn' handle this corretly    
     224        # TODO: Fix Ticket #845 here. We need to make sure only the filename and not the folder name is here. 
     225        # This causes F5 to fail as the get_command in Document::Perl doesn' handle this corretly 
    226226 
    227227        if ( $self->{file}->exists ) { 
Note: See TracChangeset for help on using the changeset viewer.