Changeset 3262


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

using padre::config::constants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Plugin/My.pm

    r3175 r3262  
    44use strict; 
    55use warnings; 
    6 use Padre::Config (); 
    7 use Padre::Wx     (); 
    8 use Padre::Plugin (); 
     6use Padre::Config::Constants qw( $PADRE_CONFIG_DIR ); 
     7use Padre::Wx                  (); 
     8use Padre::Plugin              (); 
    99 
    1010our $VERSION = '0.28'; 
     
    4949    # Locate this plugin 
    5050    my $path = File::Spec->catfile( 
    51         Padre::Config->default_dir, 
     51        $PADRE_CONFIG_DIR, 
    5252        qw{ plugins Padre Plugin My.pm } 
    5353    ); 
Note: See TracChangeset for help on using the changeset viewer.