summaryrefslogtreecommitdiff
path: root/lib/Crypt/PK/Ed25519.pm
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-11-01 21:24:14 +0100
committergregor herrmann <gregoa@debian.org>2023-11-01 21:24:14 +0100
commitd0028b7800375d4b99b3b7fa0b080463b5f20516 (patch)
tree87c2ee04800120d0124ce4de312f6297f77574bf /lib/Crypt/PK/Ed25519.pm
parent0d9dd2adfb84247ac5d89b5e5de45532e670ad89 (diff)
parent91b33728c36084305fcc75cc15901d60ba285a4e (diff)
New upstream version 0.080
Diffstat (limited to 'lib/Crypt/PK/Ed25519.pm')
-rw-r--r--lib/Crypt/PK/Ed25519.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/PK/Ed25519.pm b/lib/Crypt/PK/Ed25519.pm
index 4483b456..8b93c839 100644
--- a/lib/Crypt/PK/Ed25519.pm
+++ b/lib/Crypt/PK/Ed25519.pm
@@ -2,7 +2,7 @@ package Crypt::PK::Ed25519;
use strict;
use warnings;
-our $VERSION = '0.078';
+our $VERSION = '0.080';
require Exporter; our @ISA = qw(Exporter); ### use Exporter 5.57 'import';
our %EXPORT_TAGS = ( all => [qw( )] );