]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - Makefile.PL
Initial
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / Makefile.PL
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..ca2968a
--- /dev/null
@@ -0,0 +1,18 @@
+use strict;
+use warnings;
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+    NAME                => 'DBIx::Class::ResultSet::RecursiveUpdate',
+    AUTHOR              => 'Zbigniew Lukasiak <zby@cpan.org>',
+    VERSION_FROM        => 'lib/DBIx/Class/ResultSet/RecursiveUpdate.pm',
+    ABSTRACT_FROM       => 'lib/DBIx/Class/ResultSet/RecursiveUpdate.pm',
+    PL_FILES            => {},
+    PREREQ_PM => {
+        'Test::More' => 0,
+        'version'    => 0,
+        'DBIx::Class' => 0,
+    },
+    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
+    clean               => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' },
+);
This page took 0.017887 seconds and 4 git commands to generate.