1Crypt::Random::Source::UBsaesre:C:oFnitlrei(b3u)ted PerlCrDyopctu:m:eRnatnadtoimo:n:Source::Base::File(3)
2
3
4
6 Crypt::Random::Source::Base::File - File (or device) random data
7 sources
8
10 use Moose;
11 extends qw(Crypt::Random::Source::Base::File);
12
13 has '+path' => (
14 default => "/foo/bar",
15 );
16
18 This is a base class for file (or file like) random data sources.
19
21 path
22 A required attribute, the path to the file to open.
23
25 open_handle
26 Uses IO::File to open "path" for reading.
27
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::File(3)