
Crypt::Random::Source::Base::File - File (or device) random data sources.

use Squirrel;
extends qw(Crypt::Random::Source::Base::File);
has '+path' => (
default => "/foo/bar",
);

This is a base class for file (or file like) random data sources.

A required attribute, the path to the file to open.

Uses IO::File to open path for reading.