]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - Makefile.PL
m2m accepts one element instead of an arrayref; id as generic pk
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / Makefile.PL
index b1ec4e598766e976dfea9f6c924fc153b5c67ba1..252c49801ad26e97fda014233630db8764802fb6 100644 (file)
@@ -11,11 +11,14 @@ WriteMakefile(
     PREREQ_PM => {
         'Test::More' => 0,
         'version'    => 0,
-        'DBIx::Class' => '0.08011',
+        'DBIx::Class' => '0.08100',
         'DBIx::Class::IntrospectableM2M' => 0,
         'SQL::Translator' => '0.08',
         'DateTime'   => 0,
+        'DBD::SQLite' => '1.21',
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' },
+    LICENSE             => 'perl'
 );
+
This page took 0.01835 seconds and 4 git commands to generate.