projects
/
gitmo/Perl-Critic-Dynamic-Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ac490c5
)
Makefile.PL
Shawn M Moore [Sun, 26 Apr 2009 00:32:47 +0000 (20:32 -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..
5a5bb43
--- /dev/null
+++ b/
Makefile.PL
@@ -0,0
+1,7
@@
+use inc::Module::Install;
+
+name 'Perl-Critic-Dynamic-Moose';
+all_from 'lib/Perl/Critic/Dynamic/Moose.pod';
+
+WriteAll;
+