From: Peter Rabbitson Date: Wed, 24 Sep 2014 03:15:54 +0000 (+0200) Subject: The revert 8494142c incorrectly killed 4d93345c, reinstating X-Git-Tag: v0.082800~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=924a474d2b904a369c53c490e9b1fcd07a62bdd2 The revert 8494142c incorrectly killed 4d93345c, reinstating The loading of IO::Handle is still needed as demonstrated by failing SQLA optional tests. Bleh! --- diff --git a/lib/DBIx/Class/Storage/Statistics.pm b/lib/DBIx/Class/Storage/Statistics.pm index b0343d0..a17cb07 100644 --- a/lib/DBIx/Class/Storage/Statistics.pm +++ b/lib/DBIx/Class/Storage/Statistics.pm @@ -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