summaryrefslogtreecommitdiff
path: root/lib/Crypt/PRNG/Fortuna.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/PRNG/Fortuna.pm')
-rw-r--r--lib/Crypt/PRNG/Fortuna.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Crypt/PRNG/Fortuna.pm b/lib/Crypt/PRNG/Fortuna.pm
index 0b4b9e17..19a57096 100644
--- a/lib/Crypt/PRNG/Fortuna.pm
+++ b/lib/Crypt/PRNG/Fortuna.pm
@@ -2,7 +2,7 @@ package Crypt::PRNG::Fortuna;
use strict;
use warnings;
-our $VERSION = '0.056';
+our $VERSION = '0.059';
use base qw(Crypt::PRNG Exporter);
our %EXPORT_TAGS = ( all => [qw(random_bytes random_bytes_hex random_bytes_b64 random_bytes_b64u random_string random_string_from rand irand)] );
@@ -10,7 +10,6 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw();
use CryptX;
-use base 'Crypt::PRNG';
{
### stolen from Bytes::Random::Secure