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

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