Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilb/file-regexmatch
Module to help locate files using regular expressions.
https://github.com/neilb/file-regexmatch
Last synced: about 2 months ago
JSON representation
Module to help locate files using regular expressions.
- Host: GitHub
- URL: https://github.com/neilb/file-regexmatch
- Owner: neilb
- License: other
- Created: 2013-07-29T21:13:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-29T21:17:20.000Z (over 11 years ago)
- Last Synced: 2024-10-11T21:08:51.556Z (2 months ago)
- Language: Perl
- Size: 69.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
File::RegexMatch - Extension to help find files using regular expressions. (Version 0.04)
This is an easy-to-use file searching module. It returns File::RegexMatch::File objects,
each representing a file thats filename matches a provided regular expression.Further documentation can be found on the CPAN (http://search.cpan.org/~lloydg).
INSTALLATION:
perl Makefile.PL
make test install clean all
PREREQUISITES
Test::Simple => 0.44
Cwd => 3.12
Carp => 1.04
File::Spec => 3.12
Tie::IxHash => 1.23
File::stat => 0