projects
/
dbsrgits/DBIx-Data-Store-old.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d67a183
)
initial Makefile.PL
Arthur Axel 'fREW' Schmidt [Fri, 5 Mar 2010 04:27:54 +0000 (22:27 -0600)]
Makefile.PL
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile.PL
b/Makefile.PL
new file mode 100644
(file)
index 0000000..
a71b079
--- /dev/null
+++ b/
Makefile.PL
@@ -0,0
+1,11
@@
+use 5.006;
+use inc::Module::Install 0.91;
+use strict;
+use warnings FATAL => 'all';
+
+all_from 'lib/DBIx/Data/Store.pm';
+requires 'Moose';
+requires 'Method::Signatures::Simple';
+requires 'DBIx::Connector';
+
+WriteAll;