/usr/share/doc/libipc-run-safehandles-perl/README is in libipc-run-safehandles-perl 0.04-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 48 49 50 51 52 53 | NAME
IPC::Run::SafeHandles - Use IPC::Run and IPC::Run3 safely
SYNOPSIS
use IPC::Run::SafeHandles;
DESCRIPTION
IPC::Run and IPC::Run3 are both very upset when you try to use them
under environments where you have STDOUT and/or STDERR tied to something
else, such as under fastcgi.
The module adds safe-guarding code when you call IPC::Run or IPC::Run3
under such environment to make sure it always works.
If you intend to release your code to work under normal envionrment as
well as under fastcgi, simply use this module *after* the "IPC" modules
are loaded in your code.
AUTHOR
Chia-liang Kao, "<clkao at bestpractical.com>"
BUGS
Please report any bugs or feature requests to "bug-ipc-run-safehandles
at rt.cpan.org", or through the web interface at
<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=IPC-Run-SafeHandles>. I
will be notified, and then you'll automatically be notified of progress
on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc IPC::Run::SafeHandles
You can also look for information at:
* AnnoCPAN: Annotated CPAN documentation
<http://annocpan.org/dist/IPC-Run-SafeHandles>
* CPAN Ratings
<http://cpanratings.perl.org/d/IPC-Run-SafeHandles>
* RT: CPAN's request tracker
<http://rt.cpan.org/NoAuth/Bugs.html?Dist=IPC-Run-SafeHandles>
* Search CPAN
<http://search.cpan.org/dist/IPC-Run-SafeHandles>
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2007 Chia-liang Kao, all rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
|