Attempt to fix 'Attempt to free unreferenced scalar' on 5.8
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / DBI / Informix.pm
index 7a58398..8c252a9 100644 (file)
@@ -7,10 +7,10 @@ use mro 'c3';
 use Scalar::Util 'looks_like_number';
 use List::Util 'any';
 use Try::Tiny;
-use namespace::clean;
 use DBIx::Class::Schema::Loader::Table::Informix ();
+use namespace::clean;
 
-our $VERSION = '0.07043';
+our $VERSION = '0.07047';
 
 =head1 NAME