package Test2::Harness::UI::Schema::ResultSet; use strict; use warnings; our $VERSION = '0.000140'; use parent 'DBIx::Class::ResultSet'; __PACKAGE__->load_components('Helper::ResultSet::RemoveColumns'); 1; __END__ =pod =encoding UTF-8 =head1 NAME =head1 DESCRIPTION =head1 SYNOPSIS TODO =head1 SOURCE The source code repository for Test2-Harness-UI can be found at F. =head1 MAINTAINERS =over 4 =item Chad Granum Eexodist@cpan.orgE =back =head1 AUTHORS =over 4 =item Chad Granum Eexodist@cpan.orgE =back =head1 COPYRIGHT Copyright 2019 Chad Granum Eexodist7@gmail.comE. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See F =cut