]> eyrie.org Git - kerberos/wallet.git/commit
Standardize Perl module versions
authorRuss Allbery <eagle@eyrie.org>
Sun, 17 Jan 2016 20:25:15 +0000 (12:25 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sun, 17 Jan 2016 20:25:15 +0000 (12:25 -0800)
commit4feab8a987a345e38c44077d1042bf05ec03f0eb
tree87dee3d0eee63af440cd76fb705240785413766e
parent8c9c420553c4f9a1573d5c7ecabd41148f9e49e1
Standardize Perl module versions

The versions of all of the wallet Perl modules now match the overall
package version except for Wallet::Schema, which is used to version
the database schema.

Import the test from rra-c-util 5.10 and exclude Wallet::Schema from
the tests.

Go through all Perl modules and standardize the syntax for setting the
version and indicating the required version of Perl.  Fix a few other
syntax issues while I'm in there.
49 files changed:
NEWS
perl/Build.PL
perl/lib/Wallet/ACL.pm
perl/lib/Wallet/ACL/Base.pm
perl/lib/Wallet/ACL/External.pm
perl/lib/Wallet/ACL/Krb5.pm
perl/lib/Wallet/ACL/Krb5/Regex.pm
perl/lib/Wallet/ACL/LDAP/Attribute.pm
perl/lib/Wallet/ACL/LDAP/Attribute/Root.pm
perl/lib/Wallet/ACL/Nested.pm
perl/lib/Wallet/ACL/NetDB.pm
perl/lib/Wallet/ACL/NetDB/Root.pm
perl/lib/Wallet/Admin.pm
perl/lib/Wallet/Config.pm
perl/lib/Wallet/Database.pm
perl/lib/Wallet/Kadmin.pm
perl/lib/Wallet/Kadmin/AD.pm
perl/lib/Wallet/Kadmin/Heimdal.pm
perl/lib/Wallet/Kadmin/MIT.pm
perl/lib/Wallet/Object/Base.pm
perl/lib/Wallet/Object/Duo.pm
perl/lib/Wallet/Object/File.pm
perl/lib/Wallet/Object/Keytab.pm
perl/lib/Wallet/Object/Password.pm
perl/lib/Wallet/Object/WAKeyring.pm
perl/lib/Wallet/Policy/Stanford.pm
perl/lib/Wallet/Report.pm
perl/lib/Wallet/Schema.pm
perl/lib/Wallet/Schema/Result/Acl.pm
perl/lib/Wallet/Schema/Result/AclEntry.pm
perl/lib/Wallet/Schema/Result/AclHistory.pm
perl/lib/Wallet/Schema/Result/AclScheme.pm
perl/lib/Wallet/Schema/Result/Duo.pm
perl/lib/Wallet/Schema/Result/Enctype.pm
perl/lib/Wallet/Schema/Result/Flag.pm
perl/lib/Wallet/Schema/Result/KeytabEnctype.pm
perl/lib/Wallet/Schema/Result/KeytabSync.pm
perl/lib/Wallet/Schema/Result/Object.pm
perl/lib/Wallet/Schema/Result/ObjectHistory.pm
perl/lib/Wallet/Schema/Result/SyncTarget.pm
perl/lib/Wallet/Schema/Result/Type.pm
perl/lib/Wallet/Server.pm
tests/TESTS
tests/data/perl.conf
tests/perl/module-version-t [new file with mode: 0755]
tests/tap/perl/Test/RRA.pm
tests/tap/perl/Test/RRA/Automake.pm
tests/tap/perl/Test/RRA/Config.pm
tests/tap/perl/Test/RRA/ModuleVersion.pm [new file with mode: 0644]