File::Find::Rule::DIZ - Rule to match the contents of a FILE_ID.DIZ


File-Find-Rule-DIZ documentation  | view source Contained in the File-Find-Rule-DIZ distribution.

Index


NAME

Top

File::Find::Rule::DIZ - Rule to match the contents of a FILE_ID.DIZ

SYNOPSIS

Top

    use File::Find::Rule::DIZ;

    my @files = find( diz => { text => qr/stuff and things/ }, in => '/archives' );

DESCRIPTION

Top

This module will search through a ZIP archive, specifically the contents of the FILE_ID.DIZ file in the archive.

METHODS

Top

diz( %options )

    my @files = find( diz => { text => qr/stuff and things/ }, in => '/archives' );

For now, all you can do is search the text using a regex. Yehaw.

AUTHOR

Top

* Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Top

SEE ALSO

Top

* File::Find::Rule
* File::Find::Rule::MP3Info

File-Find-Rule-DIZ documentation  | view source Contained in the File-Find-Rule-DIZ distribution.