summaryrefslogtreecommitdiff
path: root/lib/Crypt/PK/DSA.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/PK/DSA.pm')
-rw-r--r--lib/Crypt/PK/DSA.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/PK/DSA.pm b/lib/Crypt/PK/DSA.pm
index ccfb280e..ef22a96a 100644
--- a/lib/Crypt/PK/DSA.pm
+++ b/lib/Crypt/PK/DSA.pm
@@ -2,7 +2,7 @@ package Crypt::PK::DSA;
use strict;
use warnings;
-our $VERSION = '0.068';
+our $VERSION = '0.068_001';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( dsa_encrypt dsa_decrypt dsa_sign_message dsa_verify_message dsa_sign_hash dsa_verify_hash )] );