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

..03-May-2022-

lib/IO/H19-Aug-2020-389179

t/H19-Aug-2020-9983

ChangesH A D19-Aug-20201.9 KiB5341

LICENSEH A D19-Aug-202017.9 KiB380292

MANIFESTH A D19-Aug-2020180 1211

META.jsonH A D19-Aug-20201.2 KiB4947

META.ymlH A D19-Aug-2020732 3029

Makefile.PLH A D19-Aug-20201.2 KiB5645

READMEH A D19-Aug-2020815 4023

dist.iniH A D19-Aug-2020296 2016

README

1
2    Perl 5 module IO::Tee
3
4Lingua::Stem::Ru is a pure perl module that lets you multiplex output
5to multiple file handles.
6
7INSTALLATION
8
9You install IO::Tee by running these commands in the *nix environment:
10
11   perl Makefile.PL
12   make
13   make test (optional)
14   make install
15
16If you have a CPAN client installed, you should be able to run something like:
17
18   cpan IO::Tee
19   cpanm IO::Tee
20
21DOCUMENTATION
22
23POD format documentation is included in lib/IO/Tee.pm.
24You can read the documentation online:
25
26    https://metacpan.org/pod/IO::Tee
27
28Or read it on your terminal, using the perldoc command:
29
30    perldoc IO::Tee
31
32COPYRIGHT
33
34Copyright (C) 1998-2017 Chung-chieh Shan.
35
36AUTHOR
37
38This module was created by Chung-chieh Shan (KENSHAN),
39but is currently (as of August 2017) being maintained by Neil Bowers (NEILB).
40