projects
/
dbsrgits/DBIx-Class-ResultSource-MultipleTableInheritance.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(initial)
add first file
Matt S Trout [Tue, 2 Jun 2009 20:02:25 +0000 (21:02 +0100)]
Makefile.PL
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile.PL
b/Makefile.PL
new file mode 100644
(file)
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';