]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - Makefile.PL
Functional interface
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / Makefile.PL
index ca2968a2f01a70c888f5831a8178b666ba72f919..1eb3120621b205915e6feb875eda9048142e6ea8 100644 (file)
@@ -11,8 +11,14 @@ WriteMakefile(
     PREREQ_PM => {
         'Test::More' => 0,
         'version'    => 0,
-        'DBIx::Class' => 0,
+        'DBIx::Class' => '0.08011',
+        'DBIx::Class::IntrospectableM2M' => 0,
+        'SQL::Translator' => '0.08',
+        'DateTime'   => 0,
+        'DBD::SQLite' => 0,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' },
+    LICENSE             => 'perl'
 );
+
This page took 0.016751 seconds and 4 git commands to generate.