summaryrefslogtreecommitdiff
path: root/lib/Crypt/PRNG.pm
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-11-28 11:37:23 +0100
committerKarel Miko <karel.miko@gmail.com>2018-11-28 11:37:23 +0100
commit2e9bfbbe9026c54ea344a024521a4c79df0a108c (patch)
tree7f432809d383456c75212fda0c33421313eb427a /lib/Crypt/PRNG.pm
parentb6d08b144b58f506bf48a4c3ac146a9736b06765 (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 b79ab2c4..8196a8ae 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.062_002';
+our $VERSION = '0.063';
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)] );