Changeset 3257


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

renaming private sub to match the new variable

File:
1 edited

Legend:

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

    r3246 r3257  
    2121 
    2222# list of constants 
    23 our $PADRE_CONFIG_DIR = _find_padre_home(); 
     23our $PADRE_CONFIG_DIR = _find_padre_config_dir(); 
    2424our $CONFIG_FILE_USER = catfile( $PADRE_CONFIG_DIR, 'config.yml' ); 
    2525 
     
    2727# -- private subs 
    2828 
    29 sub _find_padre_home { 
     29sub _find_padre_config_dir { 
    3030    my $home; 
    3131     
Note: See TracChangeset for help on using the changeset viewer.