aboutsummaryrefslogtreecommitdiff
path: root/perl/lib/Wallet/Object
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2016-01-23 15:24:19 -0800
committerRuss Allbery <eagle@eyrie.org>2016-01-23 15:24:19 -0800
commit43d3a892cb5aa69234a2591bf584036970a7243e (patch)
treea7a88df300ac9f8db6bab8f1c697dc5766cda836 /perl/lib/Wallet/Object
parent17d8e73401143e80b75356b21482da229b1d9d5a (diff)
Update Perl module versions for 1.4
Diffstat (limited to 'perl/lib/Wallet/Object')
-rw-r--r--perl/lib/Wallet/Object/Base.pm2
-rw-r--r--perl/lib/Wallet/Object/Duo.pm2
-rw-r--r--perl/lib/Wallet/Object/File.pm2
-rw-r--r--perl/lib/Wallet/Object/Keytab.pm2
-rw-r--r--perl/lib/Wallet/Object/Password.pm2
-rw-r--r--perl/lib/Wallet/Object/WAKeyring.pm2
6 files changed, 6 insertions, 6 deletions
diff --git a/perl/lib/Wallet/Object/Base.pm b/perl/lib/Wallet/Object/Base.pm
index 221031f..bee6e94 100644
--- a/perl/lib/Wallet/Object/Base.pm
+++ b/perl/lib/Wallet/Object/Base.pm
@@ -22,7 +22,7 @@ use Date::Parse qw(str2time);
use Text::Wrap qw(wrap);
use Wallet::ACL;
-our $VERSION = '1.03';
+our $VERSION = '1.04';
##############################################################################
# Constructors
diff --git a/perl/lib/Wallet/Object/Duo.pm b/perl/lib/Wallet/Object/Duo.pm
index 1aca979..9870339 100644
--- a/perl/lib/Wallet/Object/Duo.pm
+++ b/perl/lib/Wallet/Object/Duo.pm
@@ -23,7 +23,7 @@ use Wallet::Config;
use Wallet::Object::Base;
our @ISA = qw(Wallet::Object::Base);
-our $VERSION = '1.03';
+our $VERSION = '1.04';
# Mappings from our types into what Duo calls the integration types.
our %DUO_TYPES = (
diff --git a/perl/lib/Wallet/Object/File.pm b/perl/lib/Wallet/Object/File.pm
index 9452ff4..da80f5e 100644
--- a/perl/lib/Wallet/Object/File.pm
+++ b/perl/lib/Wallet/Object/File.pm
@@ -23,7 +23,7 @@ use Wallet::Config;
use Wallet::Object::Base;
our @ISA = qw(Wallet::Object::Base);
-our $VERSION = '1.03';
+our $VERSION = '1.04';
##############################################################################
# File naming
diff --git a/perl/lib/Wallet/Object/Keytab.pm b/perl/lib/Wallet/Object/Keytab.pm
index f276b3f..87d88cc 100644
--- a/perl/lib/Wallet/Object/Keytab.pm
+++ b/perl/lib/Wallet/Object/Keytab.pm
@@ -22,7 +22,7 @@ use Wallet::Kadmin;
use Wallet::Object::Base;
our @ISA = qw(Wallet::Object::Base);
-our $VERSION = '1.03';
+our $VERSION = '1.04';
##############################################################################
# Shared methods
diff --git a/perl/lib/Wallet/Object/Password.pm b/perl/lib/Wallet/Object/Password.pm
index 1db53f3..0c5165a 100644
--- a/perl/lib/Wallet/Object/Password.pm
+++ b/perl/lib/Wallet/Object/Password.pm
@@ -23,7 +23,7 @@ use Wallet::Config;
use Wallet::Object::File;
our @ISA = qw(Wallet::Object::File);
-our $VERSION = '1.03';
+our $VERSION = '1.04';
##############################################################################
# File naming
diff --git a/perl/lib/Wallet/Object/WAKeyring.pm b/perl/lib/Wallet/Object/WAKeyring.pm
index 3c99785..89a78a4 100644
--- a/perl/lib/Wallet/Object/WAKeyring.pm
+++ b/perl/lib/Wallet/Object/WAKeyring.pm
@@ -24,7 +24,7 @@ use Wallet::Object::Base;
use WebAuth 3.06 qw(WA_KEY_AES WA_AES_128);
our @ISA = qw(Wallet::Object::Base);
-our $VERSION = '1.03';
+our $VERSION = '1.04';
##############################################################################
# File naming