line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package IO::Capture::Stderr::Extended; |
2
|
1
|
|
|
1
|
|
16553
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
28
|
|
3
|
1
|
|
|
1
|
|
4
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
24
|
|
4
|
1
|
|
|
1
|
|
4
|
use base 'IO::Capture::Stderr'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
584
|
|
5
|
1
|
|
|
1
|
|
2413
|
use IO::Capture::Extended qw(:all); |
|
1
|
|
|
|
|
5
|
|
|
1
|
|
|
|
|
146
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
########## DOCUMENTATION ########## |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 NAME |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
IO::Capture::Stderr::Extended - Extend functionality of IO::Capture::Stderr |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 SYNOPSIS |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
All documentation is contained in IO::Capture::Extended::Overview. |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
perldoc IO::Capture::Extended::Overview |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=cut |
22
|
|
|
|
|
|
|
|