X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FRakudo-Star.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=47f6006e50ca367239bf5dd3fc0dc05488deda43;hp=598cc5720d8e0f7f94ab2385f8d1429ca47fda3a;hb=e31f672462d975d5f435e2b457dc14643d13438e;hpb=1c445a052aef33b71d424109ec5d44ed4101df63 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' }