The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package OX::Meta::Mount;
BEGIN {
  $OX::Meta::Mount::AUTHORITY = 'cpan:STEVAN';
}
{
  $OX::Meta::Mount::VERSION = '0.13';
}
use Moose;
use namespace::autoclean;

with 'OX::Meta::Role::Path';

sub type { 'mount' }

__PACKAGE__->meta->make_immutable;

=for Pod::Coverage
  type

=cut

1;