diff options
Diffstat (limited to 'regen/regcharclass.pl')
-rwxr-xr-x | regen/regcharclass.pl | 1 |
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"; |