Fix bug in test
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 29 Apr 2017 17:01:46 +0000 (20:01 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 29 Apr 2017 17:01:46 +0000 (20:01 +0300)
t/examples.t

index 39af49a5e3f2b41a7fb3a7786eb0be0447e0bc0f..61606d8ee7b6c3855eef4a369994c37cefaf660d 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use File::Spec::Functions qw/rel2abs/;
-use IO::Handle;
+use IO::File;
 
 my @examples;
 BEGIN { @examples = glob 't/examples/*.pl' };
This page took 0.010239 seconds and 4 git commands to generate.