summaryrefslogtreecommitdiff
path: root/lib/Crypt/PRNG.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-01-29 23:49:30 +0100
committerKarel Miko <karel.miko@gmail.com>2018-01-29 23:49:30 +0100
commitd662c00bc74570bfeebf7f947db717acbc945cc5 (patch)
tree24b8f6bd3b6e2a2302a90cf9dffc5b47bad3ea96 /lib/Crypt/PRNG.pm
parentda585c24191315d973e8caa5e456b24e6747f6b6 (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 a19b9d61..6085f8c4 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_004';
+our $VERSION = '0.056_005';
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)] );