1Crypt::Random::Source::UBsaesre:C:oFnitlrei(b3uptme)d PeCrrlypDto:c:uRmaenndtoamt:i:oSnource::Base::File(3pm)
2
3
4
6 Crypt::Random::Source::Base::File - File (or device) random data
7 sources
8
10 version 0.14
11
13 use Moo;
14 extends qw(Crypt::Random::Source::Base::File);
15
16 has '+path' => (
17 default => "/foo/bar",
18 );
19
21 This is a base class for file (or file like) random data sources.
22
24 path
25 A required attribute, the path to the file to open.
26
28 open_handle
29 Uses IO::File to open "path" for reading.
30
32 Bugs may be submitted through the RT bug tracker
33 <https://rt.cpan.org/Public/Dist/Display.html?Name=Crypt-Random-Source>
34 (or bug-Crypt-Random-Source@rt.cpan.org <mailto:bug-Crypt-Random-
35 Source@rt.cpan.org>).
36
38 XXXX XXX'XX (Yuval Kogman) <nothingmuch@woobling.org>
39
41 This software is copyright (c) 2008 by Yuval Kogman.
42
43 This is free software; you can redistribute it and/or modify it under
44 the same terms as the Perl 5 programming language system itself.
45
46
47
48perl v5.36.0 2022-07C-r2y2pt::Random::Source::Base::File(3pm)