Skip squirrel tests when munging s/Mouse/Moose/
[gitmo/Mouse.git] / t / 037-dont-load-test-exception.t
1 use strict;
2 use warnings;
3 use Test::More tests => 1;
4 use Mouse;
5
6 is $INC{'Test/Exception.pm'}, undef, "don't load Test::Exception on production environment";