-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
32 lines (22 loc) · 758 Bytes
/
README
File metadata and controls
32 lines (22 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
TITLE
Statistics::Lite - A small statistics package written in Perl 6.
DESCRIPTION
This is a re-write of the existing Statistics::Lite on CPAN which is
written in Perl 5. It provides the most basic statistical functions
only.
SEE ALSO
http://search.cpan.org/perldoc?Statistics::Lite
AUTHOR
Andreas Faafeng, aff at cpan dot org.
LICENCE
This program is released under the GNU General Public License.
USAGE
Set the following environment variables before you make run
`perl Makefile.PL`:
$ export PARROT_DIR=/path/to/parrot
$ export RAKUDO_DIR=/path/to/rakudo
$ export PERL6LIB=/path/to/lib/Statistics/Lite.pm
After that, you can build as usual.
$ perl Makefile.PL
$ make
$ make test