switch to INSTALLSITEARCH to avoid installing into core for perlbrew perls
[scpubgit/Rakudo-Star.git] / lib / Rakudo / Star.pm
CommitLineData
1612b73d 1package Rakudo::Star;
2
b11b29b2 3our $VERSION = '2012.08_001';
1612b73d 4
5$VERSION = eval $VERSION;
6
71;
8
9=head1 NAME
10
11Rakudo::Star - install Rakudo Star from CPAN
12
13=head1 SYNOPSIS
14
15This module is here as a version container - see L<Rakudo::Star::Paths>
16for documentation of how to find the install.
17
18=head1 DESCRIPTION
19
20Basically, this module convinces MakeMaker to build a bundled version of
21<http://rakudo.org>'s "Star" release, then provides a way to find it on
22disk.
23
24Note that since parrot is not relocatable, the rakudo install is not
25relocatable - so putting it in a L<local::lib> dir and then C<mv>-ing that
26directory is not going to work yet. Sorry.
27
28=head1 AUTHORS OF RAKUDO
29
30See L<http://rakudo.org> for the Rakudo project. The following author,
31copyright and license information applies only to the L<Rakudo::Star>
32installation code.
33
34=head1 AUTHOR
35
36mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>
37
38=head1 CONTRIBUTORS
39
40None yet, because nobody's broken it yet. I'm sure they will shortly.
41
42=head1 COPYRIGHT
43
44Copyright (c) 2012 the L<Rakudo::Star> L</AUTHOR> and L</CONTRIBUTORS>
45as listed above.
46
47=head1 LICENSE
48
49This library is free software and may be distributed under the same terms
50as perl itself; for the licensing of rakudo, please see L<http://rakudo.org>
51
52=cut