Skip t/021-weak-ref if we don't have Scalar::Util
[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