add get_columns and set_columns methods to Row.pm
[dbsrgits/DBIx-Class.git] / Build.PL
index 651a9d7..0c22671 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -16,6 +16,10 @@ my %arguments = (
         'DBD::SQLite'               => 1.08,
        'Tie::IxHash'               => 0,
         'Storable'                  => 0,
+        'Module::Find'              => 0,
+    },
+    reommends          => {
+        'Data::UUID'                => 0,
     },
     create_makefile_pl => 'passthrough',
     create_readme      => 1,