projects
/
gitmo/MooseX-IsDefaults.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9e9780d
)
Makefile.PL
Shawn M Moore [Fri, 10 Jul 2009 06:09:44 +0000 (
02:09
-0400)]
Makefile.PL
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile.PL
b/Makefile.PL
new file mode 100644
(file)
index 0000000..
a07e296
--- /dev/null
+++ b/
Makefile.PL
@@ -0,0
+1,12
@@
+use inc::Module::Install;
+
+name 'MooseX-IsDefaults';
+all_from 'lib/MooseX/IsDefaults.pm';
+githubmeta;
+
+requires 'Moose';
+
+build_requires 'Test::Exception';
+
+WriteAll;
+