Skip tests for strict constructor on Moose
[gitmo/Mouse.git] / t / 001_mouse / 037-dont-load-test-exception.t
CommitLineData
7daedfff 1package Foo;
3118622d 2use strict;
3use warnings;
4use Test::More tests => 1;
5use Mouse;
6
7is $INC{'Test/Exception.pm'}, undef, "don't load Test::Exception on production environment";