1FFI::Probe::Runner::ResUusletr(3C)ontributed Perl DocumeFnFtIa:t:iPornobe::Runner::Result(3)
2
3
4
6 FFI::Probe::Runner::Result - The results from a probe run.
7
9 version 1.10
10
14 new
15 my $result = FFI::Probe::Runner::Result->new(%args);
16
17 Creates a new instance of the class.
18
20 stdout
21 my $stdout = $result->stdout;
22
23 stderr
24 my $stderr = $result->stderr;
25
26 rv
27 my $rv = $result->rv;
28
29 signal
30 my $signal = $result->signal;
31
32 pass
33 my $pass = $result->pass;
34
36 Author: Graham Ollis <plicease@cpan.org>
37
38 Contributors:
39
40 Bakkiaraj Murugesan (bakkiaraj)
41
42 Dylan Cali (calid)
43
44 pipcet
45
46 Zaki Mughal (zmughal)
47
48 Fitz Elliott (felliott)
49
50 Vickenty Fesunov (vyf)
51
52 Gregor Herrmann (gregoa)
53
54 Shlomi Fish (shlomif)
55
56 Damyan Ivanov
57
58 Ilya Pavlov (Ilya33)
59
60 Petr Pisar (ppisar)
61
62 Mohammad S Anwar (MANWAR)
63
64 Håkon Hægland (hakonhagland, HAKONH)
65
66 Meredith (merrilymeredith, MHOWARD)
67
68 Diab Jerius (DJERIUS)
69
71 This software is copyright (c) 2015,2016,2017,2018,2019 by Graham
72 Ollis.
73
74 This is free software; you can redistribute it and/or modify it under
75 the same terms as the Perl 5 programming language system itself.
76
77
78
79perl v5.30.1 2020-02-06 FFI::Probe::Runner::Result(3)