Changeset 23 in mp3-find for trunk


Ignore:
Timestamp:
04/09/06 05:02:32 (18 years ago)
Author:
peter
Message:
  • removed hardcoded "use lib '/home/peter/projects/mp3-find/lib'" form distrubuted scripts
Location:
trunk/bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/mp3db

    r10 r23  
    22use strict; 
    33 
    4 use lib '/home/peter/projects/mp3-find/lib'; 
    54use MP3::Find::DB; 
    65 
  • trunk/bin/mp3find

    r22 r23  
    33 
    44use Getopt::Long qw(:config pass_through); # use pass_through so we can get the query args 
    5 use lib '/home/peter/projects/mp3-find/lib'; 
    65 
    76use MP3::Find qw(Filesystem); 
Note: See TracChangeset for help on using the changeset viewer.