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