File: README

package info (click to toggle)
libperl6-say-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 152 kB
  • ctags: 8
  • sloc: perl: 102; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 1,412 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Perl6::Say - 'print' -- but no newline needed

This document refers to version 0.16 of Perl6::Say.  

To install this module on your system, unpack the tarball archive file in a 
temporary directory and call the following:

% perl Makefile.PL
% make
% make test
% make install

If during installation you wish to view more information on test results, 
substitute the following for the sixth line in the sequence of commands
above:

% make test TEST=VERBOSE

If you are installing this module over any earlier version, you may 
substitute the following for the last line in the sequence of commands 
above:

% make install UNINST=1

If you are installing this module on a Win32 system with 'nmake', 
substitute 'nmake' for 'make' in the sequence of commands above.

In sending e-mail to the maintainer, please put "Perl6::Say", 
"Perl6-Say" or "Say" in the subject line.

Original author:  Damian Conway

Maintainer since July 2006 (version 0.05_002):  James E Keenan
CPAN ID:  JKEENAN
jkeenan@cpan.org

Maintainer since July 2010 (version 0.16):  Alexandr Ciornii
CPAN ID:  CHORNY
alexchorny@gmail.com

Dependencies:  Uses only modules found in the Perl Core as of 5.007003.
For use with older Perls, see Makefile.PL.

Copyright (C) 2004 Damian Conway.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.