File-Globstar/README.pod
LL<https://github.com/gflohr/File-Globstar/blob/master/LICENSE>
LL<https://travis-ci.org/gflohr/File-Globstar>
LL<https://coveralls.io/github/gflohr/File-Globstar?branch=master>
=head1 File-Globstar
This library implements globbing with support for "**" in Perl.
Two consecutive asterisks stand for all files and directories in the
current directory and all of its descendants.
See
LL<https://github.com/gflohr/File-Globstar/blob/master/lib/File/Globstar.pod>
for more information.
The library also contains
LL<https://github.com/gflohr/File-Globstar/blob/master/lib/File/Globstar/ListMatch.pod>,
a module that implements matching against lists of patterns in the style
of LL<https://git-scm.com/docs/gitignore>.
=head2 Webpages
=over
=item * LLL<http://cpan.org/~guido/File-Globstar/>
=item * LLL<https://github.com/gflohr/File-Globstar/>
=item * LLL<http://www.guido-flohr.net/globstar-for-perl/>
=back
=head2 Installation
Via CPAN:
$ perl -MCPAN -e install 'File::Globstar'
From source:
$ perl Build.PL
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'File-Globstar' version '0.1'
$ ./Build
$ ./Build install
From source with "make":
$ git clone https://github.com/gflohr/File-Globstar.git
$ cd File-Globstar
$ perl Makefile.PL
$ make
$ make install
=head2 Usage
See L<lib/File/Globstar.pod> and
L<lib/File/Globstar/ListMatch.pod>.
=head2 Contributing
Translate
=head2 Bugs
Please report bugs at L<https://github.com/gflohr/File-Globstar/issues>
=head2 Copyright
Copyright (C) 2016-2019, Guido Flohr, L<mailto:guido.flohr@cantanea.com>, all
rights reserved.