This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Digest::MD5 to CPAN version 2.57
[perl5.git] / cpan / Digest-MD5 / t / utf8.t
index cb53f57..a08b438 100644 (file)
@@ -7,11 +7,13 @@ BEGIN {
     }
 }
 
-print "1..5\n";
-
 use strict;
+use warnings;
+
 use Digest::MD5 qw(md5_hex);
 
+print "1..5\n";
+
 my $str;
 $str = "foo\xFF\x{100}";