summaryrefslogtreecommitdiff
path: root/lib/Crypt/Mac/PMAC.pm
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2018-01-03 20:36:37 +0100
committergregor herrmann <gregoa@debian.org>2018-01-03 20:36:37 +0100
commit5b7253046b660592f2e7db7afd2857c8ac517621 (patch)
tree0bb309447b14b81de91bc8542da855a8083732b9 /lib/Crypt/Mac/PMAC.pm
parentb3d0c9e280ed278158bcf1d15963b7c6f66057df (diff)
parent6e8abedfd93462d12874c2ba837012f2ab5eaaf9 (diff)
New upstream version 0.056
Diffstat (limited to 'lib/Crypt/Mac/PMAC.pm')
-rw-r--r--lib/Crypt/Mac/PMAC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Mac/PMAC.pm b/lib/Crypt/Mac/PMAC.pm
index 3d96340b..f66ba827 100644
--- a/lib/Crypt/Mac/PMAC.pm
+++ b/lib/Crypt/Mac/PMAC.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::PMAC;
use strict;
use warnings;
-our $VERSION = '0.055';
+our $VERSION = '0.056';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( pmac pmac_hex pmac_b64 pmac_b64u )] );