fix bug reported by Strayph in #moose where a subclass would not inherit the Role...
[gitmo/MooseX-ConfigFromFile.git] / t / 01use.t
CommitLineData
c35b639e 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More tests => 1;
7
8BEGIN {
9 use_ok('MooseX::ConfigFromFile');
10}