projects
/
perl
/
modules
/
Bit-MorseSignals.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a606675
)
Quote version numbers in Makefile.PL
author
Vincent Pit <vince@profvince.com>
Thu, 22 Aug 2013 20:47:47 +0000 (17:47 -0300)
committer
Vincent Pit <vince@profvince.com>
Thu, 22 Aug 2013 20:47:47 +0000 (17:47 -0300)
Makefile.PL
patch
|
blob
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index 910581ec1e97ab30337465ff98914a54bcda5625..fc299574305ed00f8081c48f16964632b8554921 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-44,7
+44,7
@@
WriteMakefile(
ABSTRACT_FROM => $file,
PL_FILES => {},
PREREQ_PM => \%PREREQ_PM,
- MIN_PERL_VERSION =>
5.008
,
+ MIN_PERL_VERSION =>
'5.008'
,
META_MERGE => \%META,
dist => {
PREOP => "pod2text -u $file > \$(DISTVNAME)/README",