diff options
author | Russ Allbery <rra@stanford.edu> | 2013-02-13 12:41:27 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-02-13 12:42:26 -0800 |
commit | a03d2f7fedc1088bce90e2b921ae2aeae06fddd0 (patch) | |
tree | 4c3a49bfd66557e6aaf5b65c8167d028d20a22ab /perl/Wallet | |
parent | 3733b1537c987a42e4c3f6b30f4ccfef378e7cfc (diff) |
Add spelling stopwords to new wallet Perl modules
Change-Id: Id8810ff6deb991b70c2fd4587019aa245d247419
Reviewed-on: https://gerrit.stanford.edu/785
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl/Wallet')
-rw-r--r-- | perl/Wallet/Policy/Stanford.pm | 3 | ||||
-rw-r--r-- | perl/Wallet/Schema.pm | 4 | ||||
-rw-r--r-- | perl/Wallet/Schema/Result/AclScheme.pm | 3 | ||||
-rw-r--r-- | perl/Wallet/Schema/Result/Type.pm | 3 |
4 files changed, 13 insertions, 0 deletions
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 |