summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher.pm
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-11-01 21:24:22 +0100
committergregor herrmann <gregoa@debian.org>2023-11-01 21:24:22 +0100
commit2d0f50ad4f8bad20bcbbdd9b3e0b6ec50588a19e (patch)
tree63c67a75ad1517c857170ceb46833c2bdee49977 /lib/Crypt/Cipher.pm
parent5ac0a817d688c51b3ee0109aac17d73dcbbc8645 (diff)
parentd0028b7800375d4b99b3b7fa0b080463b5f20516 (diff)
Update upstream source from tag 'upstream/0.080'
Update to upstream version '0.080' with Debian dir 292de44fa919f7a5d6252cc2a47f56ca9a8efe3d
Diffstat (limited to 'lib/Crypt/Cipher.pm')
-rw-r--r--lib/Crypt/Cipher.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Cipher.pm b/lib/Crypt/Cipher.pm
index d658dd0b..ddeeacf4 100644
--- a/lib/Crypt/Cipher.pm
+++ b/lib/Crypt/Cipher.pm
@@ -2,7 +2,7 @@ package Crypt::Cipher;
use strict;
use warnings;
-our $VERSION = '0.078';
+our $VERSION = '0.080';
use Carp;
$Carp::Internal{(__PACKAGE__)}++;