Changeset 19 in mp3-find for trunk/t/03-db.t


Ignore:
Timestamp:
03/28/06 19:38:39 (18 years ago)
Author:
peter
Message:
  • added "status_callback" option to the constructor for MP3::Find::DB
  • default status callback just prints the status code and the file name to STDERR as before
  • using an empty status_callback in t/03-db.t (status_callback => sub {}) to keep the test output more legible
  • updated docs in Find.pm
  • mkreadme now prints a blank line between the file header and the DESCRIPION section
  • generated new README file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/t/03-db.t

    r12 r19  
    2323# exercise the object 
    2424 
    25 my $finder = MP3::Find::DB->new; 
     25my $finder = MP3::Find::DB->new( 
     26    status_callback => sub {},  # be quiet about updates 
     27); 
    2628isa_ok($finder, 'MP3::Find::DB'); 
    2729 
Note: See TracChangeset for help on using the changeset viewer.