Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokuhirom/file-zglob
https://github.com/tokuhirom/file-zglob
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tokuhirom/file-zglob
- Owner: tokuhirom
- Created: 2011-09-28T01:11:41.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-15T05:45:51.000Z (over 12 years ago)
- Last Synced: 2024-10-11T20:59:33.062Z (about 1 month ago)
- Language: Perl
- Size: 148 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module File::Zglob.
INSTALLATION
File::Zglob installation is straightforward. If your CPAN shell is set up,
you should just be able to do% cpan File::Zglob
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make testThen install it:
% make install
DOCUMENTATION
File::Zglob documentation is available as in POD. So you can do:
% perldoc File::Zglob