File::RegexMatch - Extension to help find files using regular expressions.

Version 0.03

This is an easy to use file searching module. It returns the absolute of each file found matching a given regular expression. 

Further documentation can be found on the CPAN (http://search.cpan.org/~lloydg).

INSTALLATION

	perl Makefile.PL
	make
	make test
	make install

COPYRIGHT

This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.
