Changeset 3268


Ignore:
Timestamp:
03/12/09 02:36:26 (3 years ago)
Author:
jquelin
Message:

finally removing padre::config::default_dir()

File:
1 edited

Legend:

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

    r3267 r3268  
    426426# Class-Level Functionality 
    427427 
    428 sub default_dir { 
    429     unless ( -e $PADRE_CONFIG_DIR ) { 
    430         File::Path::mkpath($PADRE_CONFIG_DIR) or 
    431         die "Cannot create config dir '$PADRE_CONFIG_DIR' $!"; 
    432     } 
    433     return $PADRE_CONFIG_DIR; 
    434 } 
    435  
    436  
    437428sub default_db { 
    438429    File::Spec->catfile( 
Note: See TracChangeset for help on using the changeset viewer.