1Crypt::Random::Source::UBsaesre:C:oPnrtorci(b3uptme)d PeCrrlypDto:c:uRmaenndtoamt:i:oSnource::Base::Proc(3pm)
2
3
4
6 Crypt::Random::Source::Base::Proc - Base class for helper processes
7 (e.g. "openssl")
8
10 version 0.14
11
13 use Moo;
14 extends qw(Crypt::Random::Source::Base::Proc);
15
16 has '+command' => ( default => ... );
17
19 This is a base class for using command line utilities which output
20 random data on STDOUT as Crypt::Random::Source objects.
21
23 command
24 An array reference or string that is the command to run.
25
27 open_handle
28 Opens a pipe for reading using "command".
29
31 Bugs may be submitted through the RT bug tracker
32 <https://rt.cpan.org/Public/Dist/Display.html?Name=Crypt-Random-Source>
33 (or bug-Crypt-Random-Source@rt.cpan.org <mailto:bug-Crypt-Random-
34 Source@rt.cpan.org>).
35
37 XXXX XXX'XX (Yuval Kogman) <nothingmuch@woobling.org>
38
40 This software is copyright (c) 2008 by Yuval Kogman.
41
42 This is free software; you can redistribute it and/or modify it under
43 the same terms as the Perl 5 programming language system itself.
44
45
46
47perl v5.32.0 2020-07C-r2y8pt::Random::Source::Base::Proc(3pm)