From: Matt S Trout Date: Tue, 2 Jun 2009 20:02:25 +0000 (+0100) Subject: add first file X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a2f8d498c491c1b48c5bb62a4e82c8e5f69c2a06;p=dbsrgits%2FDBIx-Class-ResultSource-MultipleTableInheritance.git add first file --- a2f8d498c491c1b48c5bb62a4e82c8e5f69c2a06 diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..4e35c28 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,5 @@ +use strict; +use warnings; +use inc::Module::Install; + +name 'DBIx-Class-ResultSource-MultipleTableInheritance';