projects
/
scpubgit/Rakudo-Star.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1c445a0
)
switch Makefile.PL to use dist version as well
Matt S Trout [Tue, 4 Sep 2012 19:44:49 +0000 (19:44 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
598cc57
..
47f6006
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-4,7
+4,8
@@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Rakudo-Star',
- VERSION => '2012.08_000',
+ VERSION_FROM => 'lib/Rakudo/Star.pm',
+ AUTHOR => 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>',
);
sub MY::postamble { <<'END' }