The revert 8494142c incorrectly killed 4d93345c, reinstating
Peter Rabbitson [Wed, 24 Sep 2014 03:15:54 +0000 (05:15 +0200)]
The loading of IO::Handle is still needed as demonstrated by failing
SQLA optional tests. Bleh!

lib/DBIx/Class/Storage/Statistics.pm

index b0343d0..a17cb07 100644 (file)
@@ -4,6 +4,7 @@ use strict;
 use warnings;
 
 use DBIx::Class::_Util qw(sigwarn_silencer qsub);
+use IO::Handle ();
 
 # DO NOT edit away without talking to riba first, he will just put it back
 # BEGIN pre-Moo2 import block