glob_to_regex
This commit is contained in:
parent
f271f36203
commit
b4fc037a06
@ -183,7 +183,6 @@ use warnings;
|
||||
use Carp;
|
||||
use Safe;
|
||||
use List::Util "reduce";
|
||||
use Text::Glob qw( glob_to_regex );
|
||||
use XML::LibXML;
|
||||
|
||||
sub new ($$$;$$)
|
||||
@ -287,6 +286,7 @@ package Point;
|
||||
use v5.10.1;
|
||||
use strict;
|
||||
use warnings;
|
||||
use Text::Glob qw( glob_to_regex );
|
||||
use Term::ANSIColor qw(:constants);
|
||||
|
||||
use ACU::Log;
|
||||
|
Reference in New Issue
Block a user