summaryrefslogtreecommitdiffstats
path: root/t/000-load.t
blob: cffc9cbba94fa1de5babef3effa03b10fd59816d (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More tests => 1;

package Foo;
use Moose;
::use_ok('MooseX::Attribute::Shorthand')
    or ::BAIL_OUT("couldn't load MooseX::Attribute::Shorthand");