summary refs log tree commit diff
path: root/t/00_load.t
blob: b5eeaa6312a82b871036506230bcf4f027888e68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

use strict;
use warnings;

use Test::More tests => 3;

package NotMain; # so Moose::Exporter doesn't complain

::use_ok('MooseX::AbstractFactory');
::use_ok('MooseX::AbstractFactory::Role');
::use_ok('MooseX::AbstractFactory::Meta::Class');