项目作者: gflohr

项目描述 :
Globstar and gitignore style exclusion/ignore and inclusion lists
高级语言: Perl
项目地址: git://github.com/gflohr/File-Globstar.git
创建时间: 2017-10-13T18:12:05Z
项目社区:https://github.com/gflohr/File-Globstar

开源协议:Other

下载


Price
Travis (.org)
Coverage Status

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 File::Globstar for more information.

The library also contains File::Globstar::ListMatch, a module that implements matching against lists of patterns in the style of gitignore.

Webpages

Installation

Via CPAN:

  1. $ perl -MCPAN -e install 'File::Globstar'

From source:

  1. $ perl Build.PL
  2. Created MYMETA.yml and MYMETA.json
  3. Creating new 'Build' script for 'File-Globstar' version '0.1'
  4. $ ./Build
  5. $ ./Build install

From source with “make”:

  1. $ git clone https://github.com/gflohr/File-Globstar.git
  2. $ cd File-Globstar
  3. $ perl Makefile.PL
  4. $ make
  5. $ make install

Usage

See File::Globstar and File::Globstar::ListMatch.

Contributing

Translate

Bugs

Please report bugs at
https://github.com/gflohr/File-Globstar/issues

Copyright (C) 2016-2019, Guido Flohr, guido.flohr@cantanea.com,
all rights reserved.