Changeset 23 in mp3-find
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/mp3db
r10 r23 2 2 use strict; 3 3 4 use lib '/home/peter/projects/mp3-find/lib';5 4 use MP3::Find::DB; 6 5 -
trunk/bin/mp3find
r22 r23 3 3 4 4 use 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';6 5 7 6 use MP3::Find qw(Filesystem);
Note: See TracChangeset
for help on using the changeset viewer.