summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-01-23 21:46:17 -0700
committerKarl Williamson <public@khwilliamson.com>2014-01-27 11:07:17 -0700
commit8dc14e640ad1bc1149bd130d3fbd52d9306e965b (patch)
tree4b8472cf771fa882ba3b12a0a0c5f0e8ac9aa760 /regen
parent1a27eb967982a1b8fdc2ab7ae9af98f318c808ec (diff)
downloadperl-8dc14e640ad1bc1149bd130d3fbd52d9306e965b.tar.gz
regen/regcharclass.pl: Fix warning
wrap() is already defined by the regen infrastructure; no need to do so again, and get warning if we persist in doing so.
Diffstat (limited to 'regen')
-rwxr-xr-xregen/regcharclass.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl
index 959b7a5c47..58a2ca6506 100755
--- a/regen/regcharclass.pl
+++ b/regen/regcharclass.pl
@@ -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";