• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Crypt/H01-Jun-2015-364159

t/H01-Jun-2015-3929

ChangesH A D01-Jun-20151.6 KiB5538

MANIFESTH A D13-May-2015260 1211

META.jsonH A D01-Jun-2015962 4544

META.ymlH A D01-Jun-2015542 2625

Makefile.PLH A D19-Apr-2011738 2220

READMEH A D19-Apr-2011739 3622

README

1Crypt-URandom version 0.0.27
2
3This Module is intended to provide an interface to the strongest
4available source of non-blocking randomness on the current platform.
5Platforms currently supported are anything supporting /dev/urandom
6and versions of Windows greater than or equal to Windows 2000.
7
8INSTALLATION
9
10To install this module, run the following commands:
11
12	perl Makefile.PL
13	make
14	make test
15	make install
16
17Alternatively, to install with Module::Build, you can use the following commands:
18
19	perl Build.PL
20	./Build
21	./Build test
22	./Build install
23
24
25DEPENDENCIES
26
27None.
28
29
30COPYRIGHT AND LICENCE
31
32Copyright (C) 2011, David Dick
33
34This library is free software; you can redistribute it and/or modify
35it under the same terms as Perl itself.
36