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

package Foo;
::use_ok 'MooseX::NonMoose';