Crypt::Random::Source::Base::Proc - Base class for helper processes (e.g. "openssl")
Contents
Attributes
command
An array reference or string that is the command to run.
Copyright And Licence
This software is copyright (c) 2008 by Yuval Kogman.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.34.0 2022-04-09 Crypt::Random::Source::Base::Proc(3pm)
Description
This is a base class for using command line utilities which output random data on STDOUT as
Crypt::Random::Source objects.
Methods
open_handle
Opens a pipe for reading using "command".
Name
Crypt::Random::Source::Base::Proc - Base class for helper processes (e.g. "openssl")
Support
Bugs may be submitted through the RT bug tracker
<https://rt.cpan.org/Public/Dist/Display.html?Name=Crypt-Random-Source> (or
bug-Crypt-Random-Source@rt.cpan.org <mailto:bug-Crypt-Random-Source@rt.cpan.org>).
Synopsis
use Moo;
extends qw(Crypt::Random::Source::Base::Proc);
has '+command' => ( default => ... );
Version
version 0.14
