summaryrefslogtreecommitdiff
path: root/perl/Wallet/Schema
diff options
context:
space:
mode:
Diffstat (limited to 'perl/Wallet/Schema')
-rw-r--r--perl/Wallet/Schema/Result/Acl.pm3
-rw-r--r--perl/Wallet/Schema/Result/AclEntry.pm3
-rw-r--r--perl/Wallet/Schema/Result/AclHistory.pm3
-rw-r--r--perl/Wallet/Schema/Result/KeytabEnctype.pm3
-rw-r--r--perl/Wallet/Schema/Result/KeytabSync.pm3
5 files changed, 15 insertions, 0 deletions
diff --git a/perl/Wallet/Schema/Result/Acl.pm b/perl/Wallet/Schema/Result/Acl.pm
index 07956b7..7fe395b 100644
--- a/perl/Wallet/Schema/Result/Acl.pm
+++ b/perl/Wallet/Schema/Result/Acl.pm
@@ -5,6 +5,9 @@ use warnings;
use base 'DBIx::Class::Core';
+=for stopwords
+ACL
+
=head1 NAME
Wallet::Schema::Result::Acl - Wallet schema for an ACL
diff --git a/perl/Wallet/Schema/Result/AclEntry.pm b/perl/Wallet/Schema/Result/AclEntry.pm
index 2a7aad3..a5ae5fa 100644
--- a/perl/Wallet/Schema/Result/AclEntry.pm
+++ b/perl/Wallet/Schema/Result/AclEntry.pm
@@ -5,6 +5,9 @@ use warnings;
use base 'DBIx::Class::Core';
+=for stopwords
+ACL
+
=head1 NAME
Wallet::Schema::Result::AclEntry - Wallet schema for an entry in an ACL
diff --git a/perl/Wallet/Schema/Result/AclHistory.pm b/perl/Wallet/Schema/Result/AclHistory.pm
index fd372e2..cc3978b 100644
--- a/perl/Wallet/Schema/Result/AclHistory.pm
+++ b/perl/Wallet/Schema/Result/AclHistory.pm
@@ -7,6 +7,9 @@ use base 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
+=for stopwords
+ACL
+
=head1 NAME
Wallet::Schema::Result::AclHistory - Wallet schema for ACL history
diff --git a/perl/Wallet/Schema/Result/KeytabEnctype.pm b/perl/Wallet/Schema/Result/KeytabEnctype.pm
index 9626d49..3de620f 100644
--- a/perl/Wallet/Schema/Result/KeytabEnctype.pm
+++ b/perl/Wallet/Schema/Result/KeytabEnctype.pm
@@ -5,6 +5,9 @@ use warnings;
use base 'DBIx::Class::Core';
+=for stopwords
+keytab enctype
+
=head1 NAME
Wallet::Schema::Result::KeytabEnctype - Wallet schema for keytab enctype
diff --git a/perl/Wallet/Schema/Result/KeytabSync.pm b/perl/Wallet/Schema/Result/KeytabSync.pm
index 828c6f0..77ee23d 100644
--- a/perl/Wallet/Schema/Result/KeytabSync.pm
+++ b/perl/Wallet/Schema/Result/KeytabSync.pm
@@ -5,6 +5,9 @@ use warnings;
use base 'DBIx::Class::Core';
+=for stopwords
+keytab
+
=head1 NAME
Wallet::Schema::Result::KeytabSync - Wallet schema for keytab synchronization