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

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' }