Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petdance/file-next
File::Next, a file finding module for Perl 5
https://github.com/petdance/file-next
cpan files perl
Last synced: 2 months ago
JSON representation
File::Next, a file finding module for Perl 5
- Host: GitHub
- URL: https://github.com/petdance/file-next
- Owner: petdance
- Created: 2009-03-25T05:53:27.000Z (almost 16 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-23T03:18:40.000Z (over 1 year ago)
- Last Synced: 2024-05-01T23:45:09.268Z (9 months ago)
- Topics: cpan, files, perl
- Language: Perl
- Homepage: https://metacpan.org/release/File-Next
- Size: 187 KB
- Stars: 21
- Watchers: 6
- Forks: 16
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
File-Next
---------[![Build Status](https://github.com/petdance/file-next/workflows/testsuite/badge.svg?branch=dev)](https://github.com/petdance/file-next/actions?query=workflow%3Atestsuite+branch%3Adev)
File::Next is an iterator-based module for finding files. It's
lightweight, has no dependencies, runs under taint mode, and puts your
program more directly in control of file selection.It's taken mostly from Mark Jason Dominus' excellent book ["Higher Order Perl"](http://hop.perl.plover.com/).
INSTALLATION
------------To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
-------------------------After installing, you can find documentation for this module with the perldoc command.
perldoc File::Next
You can also look for information at:
* MetaCPAN
* https://metacpan.org/pod/File::Next* Bug Tracker:
* https://github.com/petdance/file-next/issuesCOPYRIGHT AND LICENSE
---------------------Copyright 2005-2023 Andy Lester.
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License version 2.0.