switch Makefile.PL to use dist version as well
[scpubgit/Rakudo-Star.git] / Makefile.PL
index 598cc57..47f6006 100644 (file)
@@ -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' }