trAvis - MANAGER
Edit File: 037-dont-load-test-exception.t
package Foo; use strict; use warnings; use Test::More tests => 1; use Mouse; is $INC{'Test/Exception.pm'}, undef, "don't load Test::Exception on production environment";