package WebService::Hexonet; use 5.026000; use strict; use warnings; use WebService::Hexonet::Connector; our $VERSION = '1.05'; 1; __END__ =head1 NAME WebService::Hexonet - Namespace package for modules provided by L<HEXONET|https://www.hexonet.net/>. =head1 DESCRIPTION This module is just used as namespace package for module provided by L<HEXONET|https://www.hexonet.net/> and does not provide any further functionality. =head1 AVAILABLE MODULES Up to now we provide the following modules: =over 4 =item L<WebService::Hexonet::Connector> - Connector Library for our Backend API. =back =head1 AUTHOR Hexonet GmbH L<https://www.hexonet.net> =head1 LICENSE MIT =cut