Begin adding brute-force tests for "isa"
[gitmo/Mouse.git] / t / 000-load.t
CommitLineData
c3398f5b 1#!perl -T
2use strict;
3use warnings;
4use Test::More tests => 1;
5
6use_ok 'Mouse';
7