diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-07-16 16:54:04 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2014-07-16 16:54:04 -0700 |
commit | ff5f0d95c71a6f00547b76c1a3f0aa93513ea1a8 (patch) | |
tree | f921a10b163443b27e947e8f54a1038f40a64f66 /perl/lib | |
parent | 6b4fbafa3edd99045b8eba896dd8642aa6bd6113 (diff) | |
parent | dd295a55a6f02e7585a9f5be9e8b434c6d14d040 (diff) |
Merge tag 'upstream/1.1' into debian
Upstream version 1.1
Diffstat (limited to 'perl/lib')
-rw-r--r-- | perl/lib/Wallet/Admin.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/lib/Wallet/Admin.pm b/perl/lib/Wallet/Admin.pm index 33e2a7d..d32a0c2 100644 --- a/perl/lib/Wallet/Admin.pm +++ b/perl/lib/Wallet/Admin.pm @@ -23,7 +23,7 @@ use Wallet::Schema; # This version should be increased on any code change to this module. Always # use two digits for the minor version with a leading zero if necessary so # that it will sort properly. -$VERSION = '0.07'; +$VERSION = '0.08'; # The last non-DBIx::Class version of Wallet::Schema. If a database has no # DBIx::Class versioning, we artificially install this version number before @@ -125,6 +125,7 @@ sub default_data { # types default rows. my @record = ([ qw/ty_name ty_class/ ], + [ 'duo', 'Wallet::Object::Duo' ], [ 'file', 'Wallet::Object::File' ], [ 'keytab', 'Wallet::Object::Keytab' ], [ 'wa-keyring', 'Wallet::Object::WAKeyring' ]); |