• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Perl6/H30-May-2005-21254

t/H30-May-2005-8158

Build.PLH A D22-May-2005478 1916

ChangesH A D30-May-2005212 157

MANIFESTH A D30-May-2005168 1312

META.ymlH A D30-May-2005424 1412

Makefile.PLH A D22-May-2005561 1917

READMEH A D30-May-2005733 4022

README

1Perl6::Builtins version 0.0.3
2
3Several of the builtins in Perl 6 have different (i.e. more useful, less
4confusing) behaviours than their Perl 5 counterparts. This module provides
5Perl 5 versions of those builtins.
6
7(Currently only system() is reimplemented.)
8
9
10INSTALLATION
11
12To install this module, run the following commands:
13
14    perl Makefile.PL
15    make
16    make test
17    make install
18
19
20Alternatively, to install with Module::Build, you can use the following commands:
21
22    perl Build.PL
23    ./Build
24    ./Build test
25    ./Build install
26
27
28
29DEPENDENCIES
30
31None.
32
33
34COPYRIGHT AND LICENCE
35
36Copyright (C) 2005, Damian Conway
37
38This library is free software; you can redistribute it and/or modify
39it under the same terms as Perl itself.
40