NAME
File::Find::Rule::DIZ - Rule to match the contents of a FILE_ID.DIZ
SYNOPSIS
use File::Find::Rule::DIZ;
my @files = find( diz => { text => qr/stuff and things/ }, in => '/archives' );
DESCRIPTION
This module will search through a ZIP archive, specifically the contents of the FILE_ID.DIZ file in the archive.
METHODS
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.
BUGS
If you have any questions, comments, bug reports or feature suggestions, email them to Brian Cassidy <brian@alternation.net>.
CREDITS
This module was written by Brian Cassidy (http://www.alternation.net/). It borrows heavily from File::Find::Rule::MP3Info.
LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, distributed with Perl.
SEE ALSO
File::Find::Rule
File::Find::Rule::MP3Info