add first file
Matt S Trout [Tue, 2 Jun 2009 20:02:25 +0000 (21:02 +0100)]
Makefile.PL [new file with mode: 0644]

diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..4e35c28
--- /dev/null
@@ -0,0 +1,5 @@
+use strict;
+use warnings;
+use inc::Module::Install;
+
+name 'DBIx-Class-ResultSource-MultipleTableInheritance';