File: 037-dont-load-test-exception.t

package info (click to toggle)
libmouse-perl 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,156 kB
  • sloc: perl: 14,569; ansic: 218; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
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";