Codebase list libfile-next-perl / upstream/1.06
upstream/1.06

Tree @upstream/1.06 (Download .tar.gz)

File-Next

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 heavily 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 install


SUPPORT 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:

    Search CPAN
        http://search.cpan.org/dist/File-Next

    Bug Tracker:
        http://github.com/petdance/file-next/issues

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/File-Next

    CPAN Ratings:
        http://cpanratings.perl.org/d/File-Next

COPYRIGHT AND LICENSE

Copyright (C) 2006-2009 Andy Lester

This program is free software; you can redistribute it and/or modify
it under the terms of either:

    * the GNU General Public License as published by the Free
    Software Foundation; either version 1, or (at your option) any
    later version, or

    * the Artistic License version 2.0.