The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Net::Works::Types;
{
  $Net::Works::Types::VERSION = '0.04';
}
BEGIN {
  $Net::Works::Types::AUTHORITY = 'cpan:DROLSKY';
}

use strict;
use warnings;

use parent 'MooseX::Types::Combine';

__PACKAGE__->provide_types_from(
    qw(
        MooseX::Types::Moose
        Net::Works::Types::Internal
        )
);

1;