From: Matt S Trout Date: Tue, 4 Sep 2012 19:44:49 +0000 (+0000) Subject: switch Makefile.PL to use dist version as well X-Git-Tag: v2012.08002~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FRakudo-Star.git;a=commitdiff_plain;h=e31f672462d975d5f435e2b457dc14643d13438e switch Makefile.PL to use dist version as well --- diff --git a/Makefile.PL b/Makefile.PL index 598cc57..47f6006 100644 --- 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) ', ); sub MY::postamble { <<'END' }