The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package metabase::relayd;

use strict;
use warnings;
use vars qw($VERSION);

$VERSION = '0.34';

1;

=pod

=head1 NAME

metabase::relayd - the guts of the metabase-relayd command

=head1 SEE ALSO

L<metabase-relayd>

L<App::Metabase::Relayd>

=cut