Changeset 3 in mp3-find for trunk/bin/mp3find


Ignore:
Timestamp:
01/30/06 02:05:25 (18 years ago)
Author:
peter
Message:
  • updated MANIFEST to include all lib/* and Makefile.PL to include bin/mp3find
  • doc updates to *.pm and mp3find
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/mp3find

    r1 r3  
    6060=over 
    6161 
    62 =item C<-i> 
     62=item C<-ignore-case>, C<-i> 
    6363 
    6464Case insensitive matching. 
    6565 
    66 =item C<-w> 
     66=item C<-exact-match>, C<-w> 
    6767 
    68 Match only whole words. 
     68All search patterns must match the entire value, and not just a 
     69substring. This has the same effect as putting a C<^> and C<$> 
     70around each pattern. 
    6971 
    7072=item C<-sort> 
     
    9294instead. 
    9395 
    94 =item C<< <-field> <pattern> >> 
     96=item C<< -<field> <pattern> [patterns...] >> 
    9597 
    96 The fields you are searching on. These are and-ed together. For the list 
    97 of recognized fields, see L<MP3::Find>. 
     98The fields you are searching on. More than one pattern for a given field 
     99are combined with 'OR', while the fields to be matched are 'AND'-ed together. 
     100For the list of recognized fields, see L<MP3::Find>. 
    98101 
    99102=back 
     
    103106Peter Eichman <peichman@cpan.org> 
    104107 
     108=head1 COPYRIGHT AND LICENSE 
     109 
     110Copyright (c) 2006 by Peter Eichman. All rights reserved. 
     111 
     112This program is free software; you can redistribute it and/or 
     113modify it under the same terms as Perl itself. 
     114 
    105115=cut 
Note: See TracChangeset for help on using the changeset viewer.