diff options
author | Russ Allbery <rra@stanford.edu> | 2013-02-22 20:29:28 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-02-22 20:29:28 -0800 |
commit | 027ed879d1697b04939547585ff3838b300154e1 (patch) | |
tree | 81fef63a972389eed06a61109a199c18e566874e /perl/Wallet/Schema/Result/AclEntry.pm | |
parent | a43b3ebfc2f48079a4c4f20132567e6b0f30028c (diff) |
Fix NAME sections of new Wallet::Schema::Result::* classes
Change-Id: I8aa2d9232a3f15d424eafbda69b6e065824e62b8
Diffstat (limited to 'perl/Wallet/Schema/Result/AclEntry.pm')
-rw-r--r-- | perl/Wallet/Schema/Result/AclEntry.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Wallet/Schema/Result/AclEntry.pm b/perl/Wallet/Schema/Result/AclEntry.pm index 99105a0..2a7aad3 100644 --- a/perl/Wallet/Schema/Result/AclEntry.pm +++ b/perl/Wallet/Schema/Result/AclEntry.pm @@ -7,7 +7,7 @@ use base 'DBIx::Class::Core'; =head1 NAME -Wallet::Schema::Result::AclEntry +Wallet::Schema::Result::AclEntry - Wallet schema for an entry in an ACL =head1 DESCRIPTION |