changed set_primary_key() to use Tie::IxHash so order of pk's is remembered. this...
[dbsrgits/DBIx-Class.git] / Build.PL
index 1035d6c..3da7a5f 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -8,7 +8,8 @@ my %arguments = (
     requires           => {
         'DBI'           => 0,
         'NEXT'          => 0,
-        'DBD::SQLite'   => 1.08
+        'DBD::SQLite'   => 1.08,
+       'Tie::IxHash'   => 0,
     },
     create_makefile_pl => 'passthrough',
     create_readme      => 1,