Archived
1
0

glob_to_regex

This commit is contained in:
Mercier Pierre-Olivier 2013-11-23 17:31:16 +01:00
parent f271f36203
commit b4fc037a06

View File

@ -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;