<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">package myHive::Model::MyHive::Landowner;
use Moose;
use namespace::autoclean;

extends 'Catalyst::Model';

=head1 NAME

myHive::Model::MyHive::Landowner - Catalyst Model

=head1 DESCRIPTION

Catalyst Model.

=head1 AUTHOR

root

=head1 LICENSE

This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.

=cut

__PACKAGE__-&gt;meta-&gt;make_immutable;

1;
</pre></body></html>