Changeset 3263


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

using $PADRE_CONFIG_DIR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Menu/Plugins.pm

    r3185 r3263  
    66use strict; 
    77use warnings; 
    8 use Padre::Config   (); 
    9 use Params::Util    (); 
    10 use Padre::Wx       (); 
    11 use Padre::Wx::Menu (); 
    12 use Padre::Current  qw{_CURRENT}; 
     8use Padre::Config              (); 
     9use Padre::Config::Constants   qw{ $PADRE_CONFIG_DIR }; 
     10use Params::Util               (); 
     11use Padre::Wx                  (); 
     12use Padre::Wx::Menu            (); 
     13use Padre::Current             qw{_CURRENT}; 
    1314 
    1415our $VERSION = '0.28'; 
     
    4950        sub { 
    5051            my $file = File::Spec->catfile( 
    51                 Padre::Config->default_dir, 
     52                $PADRE_CONFIG_DIR, 
    5253                qw{ plugins Padre Plugin My.pm } 
    5354            ); 
Note: See TracChangeset for help on using the changeset viewer.