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/Schema/Result | |
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/Schema/Result')
-rw-r--r-- | perl/Wallet/Schema/Result/AclScheme.pm | 3 | ||||
-rw-r--r-- | perl/Wallet/Schema/Result/Type.pm | 3 |
2 files changed, 6 insertions, 0 deletions
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 |