1Crypt::Random::Source::UBsaesre:C:oPnrtorci(b3u)ted PerlCrDyopctu:m:eRnatnadtoimo:n:Source::Base::Proc(3)
2
3
4

NAME

6       Crypt::Random::Source::Base::Proc - Base class for helper processes
7       (e.g. "openssl")
8

SYNOPSIS

10           use Moose;
11
12           extends qw(Crypt::Random::Source::Base::Proc);
13
14           has '+command' => ( default => ... );
15

DESCRIPTION

17       This is a base class for using command line utilities which output
18       random data on STDOUT as Crypt::Random::Source objects.
19

ATTRIBUTES

21   command
22       An array reference or string that is the command to run.
23

METHODS

25   open_handle
26       Opens a pipe for reading using "command".
27

AUTHOR

29         Yuval Kogman <nothingmuch@woobling.org>
30
32       This software is copyright (c) 2011 by Yuval Kogman.
33
34       This is free software; you can redistribute it and/or modify it under
35       the same terms as the Perl 5 programming language system itself.
36
37
38
39perl v5.12.3                      2011-01-0C5rypt::Random::Source::Base::Proc(3)
Impressum