diff options
-rwxr-xr-x | tests/genutf8.pl | 3 |
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 | ||
5 | use strict; | 5 | use strict; |
6 | use warnings; | ||
6 | use Text::Iconv; | 7 | use Text::Iconv; |
7 | use FileHandle; | 8 | use FileHandle; |
8 | 9 | ||