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

..03-May-2022-

lib/Perl6/H14-Jul-2010-20929

t/H14-Jul-2010-1,4361,177

Build.PLH A D14-Jul-2010662 2723

ChangesH A D14-Jul-20102.1 KiB6747

MANIFESTH A D14-Jul-2010370 2019

MANIFEST.SKIPH A D13-Jul-2010363 3534

META.ymlH A D14-Jul-2010565 2524

Makefile.PLH A D14-Jul-2010597 1815

READMEH A D14-Jul-20101.4 KiB4832

README

1Perl6::Say - 'print' -- but no newline needed
2
3This document refers to version 0.16 of Perl6::Say.
4
5To install this module on your system, unpack the tarball archive file in a
6temporary directory and call the following:
7
8% perl Makefile.PL
9% make
10% make test
11% make install
12
13If during installation you wish to view more information on test results,
14substitute the following for the sixth line in the sequence of commands
15above:
16
17% make test TEST=VERBOSE
18
19If you are installing this module over any earlier version, you may
20substitute the following for the last line in the sequence of commands
21above:
22
23% make install UNINST=1
24
25If you are installing this module on a Win32 system with 'nmake',
26substitute 'nmake' for 'make' in the sequence of commands above.
27
28In sending e-mail to the maintainer, please put "Perl6::Say",
29"Perl6-Say" or "Say" in the subject line.
30
31Original author:  Damian Conway
32
33Maintainer since July 2006 (version 0.05_002):  James E Keenan
34CPAN ID:  JKEENAN
35jkeenan@cpan.org
36
37Maintainer since July 2010 (version 0.16):  Alexandr Ciornii
38CPAN ID:  CHORNY
39alexchorny@gmail.com
40
41Dependencies:  Uses only modules found in the Perl Core as of 5.007003.
42For use with older Perls, see Makefile.PL.
43
44Copyright (C) 2004 Damian Conway.
45
46This library is free software; you can redistribute it and/or modify
47it under the same terms as Perl itself.
48