regen/regcharclass.pl: Fix warning
authorKarl Williamson <public@khwilliamson.com>
Fri, 24 Jan 2014 04:46:17 +0000 (21:46 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 27 Jan 2014 18:07:17 +0000 (11:07 -0700)
wrap() is already defined by the regen infrastructure; no need to do so
again, and get warning if we persist in doing so.

regen/regcharclass.pl

index 959b7a5..58a2ca6 100755 (executable)
@@ -5,7 +5,6 @@ use 5.008;
 use warnings;
 use warnings FATAL => 'all';
 no warnings 'experimental::autoderef';
-use Text::Wrap qw(wrap);
 use Data::Dumper;
 $Data::Dumper::Useqq= 1;
 our $hex_fmt= "0x%02X";