Difference between revisions of "File-Tee"

From Free Software Directory
Jump to: navigation, search
m (Blanked the page)
(Undo revision 43264 by Megalanya 0 (talk))
Line 1: Line 1:
 +
{{Entry
 +
|Name=File-tee
 +
|Short description=Perl module to duplicate streams like the tee unix command
 +
|Full description=File::Tee is able to replicate data written to a Perl stream into
 +
another streams. It is the Perl equivalent of the shell utility
 +
tee(1).
  
 +
It is implemeted around fork, creating a new process for every
 +
tee'ed stream. That way, there are no problems handling the
 +
output generated by external programs run with
 +
system|perlfunc/system or by XS modules that don't go through
 +
perlio.
 +
|Homepage URL=http://search.cpan.org/dist/File-Tee/
 +
|User level=
 +
|Component programs=
 +
|VCS checkout command=
 +
|Computer languages=Perl
 +
|Status=
 +
|Is GNU=No
 +
|Version identifier=0.07-1
 +
|Version download=http://ftp.debian.org/debian/pool/main/libf/libfile-tee-perl/libfile-tee-perl_0.07.orig.tar.gz
 +
|Submitted by=Debian import
 +
|Submitted date=2015-07-17
 +
}}
 +
{{Import
 +
|Source=Debian
 +
|Source link=http://packages.debian.org/sid/libfile-tee-perl
 +
|Source packages=libfile-tee-perl 0.07-1
 +
|Date=2015-07-17
 +
}}
 +
{{Project license
 +
|License=Other
 +
|License copyright=Copyright 2007,2008,2010,2011, Salvador Fandino <sfandino@yahoo.com>
 +
|License verified by=Debian: Dima Kogan <dima@secretsauce.net>
 +
|License verified date=2012-11-02
 +
|License note=License: artistic or gpl-1+
 +
}}
 +
{{Person
 +
|Real name=Salvador Fandino
 +
|Role=contact
 +
|Email=sfandino@yahoo.com
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=http://search.cpan.org/dist/File-Tee/
 +
}}

Revision as of 06:35, 15 February 2017


[edit]

File-tee

https://metacpan.org/release/File-Tee
Perl module to duplicate streams like the tee unix command

File::Tee is able to replicate data written to a Perl stream into another streams. It is the Perl equivalent of the shell utility tee(1).

It is implemeted around fork, creating a new process for every tee'ed stream. That way, there are no problems handling the output generated by external programs run with system





Licensing

License

Verified by

Verified on

Notes

License

Other

Verified by

Debian: Dima Kogan <dima@secretsauce.net>

Verified on

2 November 2012

Notes

License: artistic or gpl-1+




Leaders and contributors

Contact(s)Role
Salvador Fandino contact


Resources and communication

AudienceResource typeURI
Perl (Ref)https://metacpan.org/release/File-Tee
Debian (Ref) (R)https://tracker.debian.org/pkg/libfile-tee-perl


Software prerequisites




Entry




Date 2015-07-17
Source Debian
Source link http://packages.debian.org/sid/libfile-tee-perl

[[Category:]]





"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.






Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.