Version bumped to 0.03999_03, fix for Auto::PK issues in MySQL tests
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Test / SQLite.pm
index 7494f41..a324737 100644 (file)
@@ -34,7 +34,7 @@ use strict;
 
 use base qw/DBIx::Class/;
 
-__PACKAGE__->load_components(qw/CDBICompat PK::Auto::SQLite Core DB/);
+__PACKAGE__->load_components(qw/PK::Auto::SQLite CDBICompat Core DB/);
 
 use File::Temp qw/tempfile/;
 my (undef, $DB) = tempfile();