Changeset 42 in mp3-find
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Changes ¶
r34 r42 1 1 Revision history for Perl extension MP3::Find. 2 2 3 0.06 3 0.07 7 Jun 2011 4 - fixed tests that were failing due to a bad test plan 5 6 0.06 11 Jul 2006 4 7 - deprecated the create_db, update_db, and sync_db methods 5 8 - databases can be selected by a custom DSN or an already open database handle 6 9 7 0.05 28 Apr 200610 0.05 28 Apr 2006 8 11 - mp3find searches in ID3v2 tags if MP3::Tag is available 9 12 - using Sort::Key for sorting of results (if available) -
TabularUnified trunk/META.yml ¶
r39 r42 2 2 #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# 3 3 name: MP3-Find 4 version: 0.0 64 version: 0.07 5 5 version_from: lib/MP3/Find.pm 6 6 installdirs: site -
TabularUnified trunk/README ¶
r35 r42 1 MP3::Find version 0.0 61 MP3::Find version 0.07 2 2 ====================== 3 3 -
TabularUnified trunk/lib/MP3/Find.pm ¶
r30 r42 9 9 use Carp; 10 10 11 $VERSION = '0.0 6';11 $VERSION = '0.07'; 12 12 13 13 @EXPORT = qw(find_mp3s);
Note: See TracChangeset
for help on using the changeset viewer.