summaryrefslogtreecommitdiff
path: root/lib/Crypt/PRNG.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2021-07-18 14:17:27 +0200
committerKarel Miko <karel.miko@gmail.com>2021-07-18 14:17:27 +0200
commit9480374b66fd59b9f5eb3e8eca10b57f00e79fa7 (patch)
tree858f9507eef0eb8ceaf8944c8823b789ff05546f /lib/Crypt/PRNG.pm
parente85944bfb8ab6e05cac511b1de4111e5717331a0 (diff)
version bump (dev)
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 0204220e..94361c55 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.073';
+our $VERSION = '0.073_001';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] );