summaryrefslogtreecommitdiff
path: root/lib/Crypt/PRNG.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-01-26 17:03:00 +0100
committerKarel Miko <karel.miko@gmail.com>2018-01-26 17:03:00 +0100
commita631cfd4bb014e5107316b8195ef254968b93548 (patch)
treed85d6b0a3bb8c5e475df0f78de41f09735b0cecd /lib/Crypt/PRNG.pm
parentc35e1067dfb36d7782d945326243d0775cb193d9 (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 d7431bfa..9efc3ae9 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.056_001';
+our $VERSION = '0.056_002';
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)] );