Fix a test bug where a value was being assigned to a reader and then checked for...
[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