1Revision history for Perl extension Crypt::Random::Seed
2
30.03  16 Feb 2013
4
5  - Allow tests to run even if TESHA2 isn't installed.  Thanks to
6    Salvatore Bonaccorso for suggestion.
7
8  - Use binmode on file reads.  Thanks for David Dick for idea.
9
10  - Minor documentation updates.
11
12
130.02  29 Jan 2013
14
15  - Add EGD/PRNGD source.
16
17  - More documentation.
18
19  - More strict with perlcritic (used Bytes::Random::Secure for some reference)
20
21  - Remove 'Weak' constructor option.  There was too little logic behind what
22    got called strong or weak.  The is_strong() call remains, so the calle can
23    use it possibly in conjunction with the name() value to make a more
24    informed decision.
25
26
270.01  12 Jan 2013
28
29  - Initial development
30