projects
/
p5sagit/version-fallback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bff17d1
)
Added simple Makefile.PL
master
Robert 'phaylon' Sedlacek [Tue, 31 Jul 2012 22:29:47 +0000 (22:29 +0000)]
Makefile.PL
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile.PL
b/Makefile.PL
new file mode 100644
(file)
index 0000000..
cb909d2
--- /dev/null
+++ b/
Makefile.PL
@@ -0,0
+1,10
@@
+use strict;
+use warnings;
+
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+ NAME => 'version-fallback',
+ VERSION_FROM => 'lib/version/fallback.pm',
+ LICENSE => 'perl',
+);