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