Codebase list libio-tee-perl / 9752020
Import upstream version 0.66+git20200823.1.8fb4886 Debian Janitor 2 years ago
6 changed file(s) with 16 addition(s) and 25 deletion(s). Raw diff Collapse all Expand all
291291
292292 - "Package" refers to the collection of files distributed by the Copyright
293293 Holder, and derivatives of that collection of files created through
294 textual modification.
294 textual modification.
295295 - "Standard Version" refers to such a Package if it has not been modified,
296296 or has been modified in accordance with the wishes of the Copyright
297 Holder.
297 Holder.
298298 - "Copyright Holder" is whoever is named in the copyright or copyrights for
299 the package.
299 the package.
300300 - "You" is you, if you're thinking about copying or distributing this Package.
301301 - "Reasonable copying fee" is whatever you can justify on the basis of media
302302 cost, duplication charges, time of people involved, and so on. (You will
303303 not be required to justify it to the Copyright Holder, but only to the
304 computing community at large as a market that must bear the fee.)
304 computing community at large as a market that must bear the fee.)
305305 - "Freely Available" means that no fee is charged for the item itself, though
306306 there may be fees involved in handling the item. It also means that
307307 recipients of the item may redistribute it under the same conditions they
308 received it.
308 received it.
309309
310310 1. You may make and give away verbatim copies of the source form of the
311311 Standard Version of this Package without restriction, provided that you
372372
373373 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
374374 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
375 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
375 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
376376
377377 The End
378378
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024.
11 Changes
22 LICENSE
33 MANIFEST
33 "Chung-chieh Shan <ken@digitas.harvard.edu>"
44 ],
55 "dynamic_config" : 0,
6 "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
6 "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
77 "license" : [
88 "perl_5"
99 ],
3232 }
3333 },
3434 "release_status" : "stable",
35 "resources" : {
36 "homepage" : "https://github.com/neilb/IO-Tee",
37 "repository" : {
38 "type" : "git",
39 "url" : "https://github.com/neilb/IO-Tee.git",
40 "web" : "https://github.com/neilb/IO-Tee"
41 }
42 },
4335 "version" : "0.66",
44 "x_generated_by_perl" : "v5.28.2",
45 "x_serialization_backend" : "Cpanel::JSON::XS version 4.12"
36 "x_generated_by_perl" : "v5.32.1",
37 "x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
38 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
4639 }
4740
55 configure_requires:
66 ExtUtils::MakeMaker: '0'
77 dynamic_config: 0
8 generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
8 generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010'
99 license: perl
1010 meta-spec:
1111 url: http://module-build.sourceforge.net/META-spec-v1.4.html
2020 perl: '5.006'
2121 strict: '0'
2222 warnings: '0'
23 resources:
24 homepage: https://github.com/neilb/IO-Tee
25 repository: https://github.com/neilb/IO-Tee.git
2623 version: '0.66'
27 x_generated_by_perl: v5.28.2
24 x_generated_by_perl: v5.32.1
2825 x_serialization_backend: 'YAML::Tiny version 1.73'
26 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
11 use strict;
22 use warnings;
33
00
11 Perl 5 module IO::Tee
22
3 Lingua::Stem::Ru is a pure perl module that lets you multiplex output
3 IO::Tee is a pure perl module that lets you multiplex output
44 to multiple file handles.
55
66 INSTALLATION