summaryrefslogtreecommitdiff
path: root/lib/Crypt/PRNG.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2019-10-19 19:44:35 +0200
committerKarel Miko <karel.miko@gmail.com>2019-10-19 19:44:35 +0200
commit9e4f276dee7d2a40fb2818afe8faadeda0a7ba8d (patch)
treeedc8061f13f8ed6bfc78d88794126edb287c2700 /lib/Crypt/PRNG.pm
parent23f2acc4257d59ce136d559cb005d61420aae9e4 (diff)
version bump
Diffstat (limited to 'lib/Crypt/PRNG.pm')
-rw-r--r--lib/Crypt/PRNG.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/PRNG.pm b/lib/Crypt/PRNG.pm
index c7edbce3..1128b995 100644
--- a/lib/Crypt/PRNG.pm
+++ b/lib/Crypt/PRNG.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG;
use strict;
use warnings;
-our $VERSION = '0.065';
+our $VERSION = '0.065_001';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 'import';
our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] );