line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Message::Passing::Input::Null; |
2
|
2
|
|
|
2
|
|
35803
|
use Moo; |
|
2
|
|
|
|
|
59340
|
|
|
2
|
|
|
|
|
14
|
|
3
|
2
|
|
|
2
|
|
4292
|
use AnyEvent; |
|
2
|
|
|
|
|
6558
|
|
|
2
|
|
|
|
|
140
|
|
4
|
2
|
|
|
2
|
|
15
|
use Try::Tiny; |
|
2
|
|
|
|
|
12
|
|
|
2
|
|
|
|
|
160
|
|
5
|
2
|
|
|
2
|
|
1081
|
use namespace::clean -except => 'meta'; |
|
2
|
|
|
|
|
32630
|
|
|
2
|
|
|
|
|
17
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
with 'Message::Passing::Role::Input'; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
1; |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=head1 NAME |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
Message::Passing::Input::Null - Null input |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 SYNOPSIS |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
message-pass --input Null --output STDOUT |
19
|
|
|
|
|
|
|
# Nothing ever happens.. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 DESCRIPTION |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Does nothing (for testing). |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 SEE ALSO |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
L |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 SPONSORSHIP |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
This module exists due to the wonderful people at Suretec Systems Ltd. |
32
|
|
|
|
|
|
|
who sponsored its development for its |
33
|
|
|
|
|
|
|
VoIP division called SureVoIP for use with |
34
|
|
|
|
|
|
|
the SureVoIP API - |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=head1 AUTHOR, COPYRIGHT AND LICENSE |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
See L. |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=cut |