From a03d2f7fedc1088bce90e2b921ae2aeae06fddd0 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 13 Feb 2013 12:41:27 -0800 Subject: Add spelling stopwords to new wallet Perl modules Change-Id: Id8810ff6deb991b70c2fd4587019aa245d247419 Reviewed-on: https://gerrit.stanford.edu/785 Reviewed-by: Russ Allbery Tested-by: Russ Allbery --- perl/Wallet/Policy/Stanford.pm | 3 +++ perl/Wallet/Schema.pm | 4 ++++ perl/Wallet/Schema/Result/AclScheme.pm | 3 +++ perl/Wallet/Schema/Result/Type.pm | 3 +++ 4 files changed, 13 insertions(+) (limited to 'perl/Wallet') diff --git a/perl/Wallet/Policy/Stanford.pm b/perl/Wallet/Policy/Stanford.pm index 1444d51..5e04b4f 100644 --- a/perl/Wallet/Policy/Stanford.pm +++ b/perl/Wallet/Policy/Stanford.pm @@ -369,6 +369,9 @@ sub verify_name { # Documentation ############################################################################## +=for stopwords +Allbery + =head1 NAME Wallet::Policy::Stanford - Stanford's wallet naming and ownership policy diff --git a/perl/Wallet/Schema.pm b/perl/Wallet/Schema.pm index cee94f7..6868876 100644 --- a/perl/Wallet/Schema.pm +++ b/perl/Wallet/Schema.pm @@ -55,6 +55,10 @@ __END__ # Documentation ############################################################################## +=for stopwords +RaiseError PrintError AutoCommit ACL verifier API APIs enums keytab backend +enctypes DBI Allbery + =head1 NAME Wallet::Schema - Database schema and connector for the wallet system diff --git a/perl/Wallet/Schema/Result/AclScheme.pm b/perl/Wallet/Schema/Result/AclScheme.pm index 96db79d..be20d49 100644 --- a/perl/Wallet/Schema/Result/AclScheme.pm +++ b/perl/Wallet/Schema/Result/AclScheme.pm @@ -6,6 +6,9 @@ use warnings; use base 'DBIx::Class::Core'; __PACKAGE__->load_components (qw//); +=for stopwords +ACL verifier APIs + =head1 NAME Wallet::Schema::Result::AclScheme diff --git a/perl/Wallet/Schema/Result/Type.pm b/perl/Wallet/Schema/Result/Type.pm index 89fb4c3..7af837b 100644 --- a/perl/Wallet/Schema/Result/Type.pm +++ b/perl/Wallet/Schema/Result/Type.pm @@ -5,6 +5,9 @@ use warnings; use base 'DBIx::Class::Core'; +=for stopwords +APIs + =head1 NAME Wallet::Schema::Result::Type -- cgit v1.2.3