aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/genutf8.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/genutf8.pl b/tests/genutf8.pl
index 4960663..6a522dd 100755
--- a/tests/genutf8.pl
+++ b/tests/genutf8.pl
@@ -1,8 +1,9 @@
1#!/usr/bin/perl -w 1#!/usr/bin/env perl
2 2
3# Create test comparison data using a different UTF-8 implementation. 3# Create test comparison data using a different UTF-8 implementation.
4 4
5use strict; 5use strict;
6use warnings;
6use Text::Iconv; 7use Text::Iconv;
7use FileHandle; 8use FileHandle;
8 9