X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b8e0bf454d8fed0be46dafdfd58f7e572991ef53;hb=0302a100c6933ada96c18501e144d6cbc4c77bf9;hp=598cc5720d8e0f7f94ab2385f8d1429ca47fda3a;hpb=1612b73d2163f36f7146b6fc308665b3ef8cda4a;p=scpubgit%2FRakudo-Star.git diff --git a/Makefile.PL b/Makefile.PL index 598cc57..b8e0bf4 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' } @@ -18,7 +19,7 @@ rakudo-star/Makefile : cd rakudo-star; $(PERL) Configure.pl --gen-parrot --prefix=$(INSTALLRAKUDO) rakudo : rakudo-star/Makefile - cd rakudo-star; make all + cd rakudo-star; mkdir -p rakudo/blib/Perl6 rakudo/blib/QPerl6; make all install :: rakudoinstall