don't require Test::Exception on production environment =)
authorTokuhiro Matsuno <tokuhirom@gp.ath.cx>
Tue, 2 Dec 2008 07:17:38 +0000 (07:17 +0000)
committerTokuhiro Matsuno <tokuhirom@gp.ath.cx>
Tue, 2 Dec 2008 07:17:38 +0000 (07:17 +0000)
commit3118622d182add6c88792d5de3b4af047e8a7c8c
tree866b2982b26ce98f10a4277d8071375a757fd9c0
parent4aaa2ed6a8f267aa74bfbbab9b6880a900ca6063
don't require Test::Exception on production environment =)
26 files changed:
lib/Mouse/Util.pm
t/001-strict.t
t/007-attributes.t
t/010-required.t
t/011-lazy.t
t/016-trigger.t
t/017-default-reference.t
t/019-handles.t
t/020-load-class.t
t/021-weak-ref.t
t/023-builder.t
t/024-isa.t
t/025-more-isa.t
t/026-auto-deref.t
t/029-new.t
t/030-has-plus.t
t/031-clone.t
t/033-requires.t
t/034-apply_all_roles.t
t/037-dont-load-test-exception.t [new file with mode: 0644]
t/301-bugs-non-mouse.t
t/400-define-role.t
t/402-attribute-application.t
t/403-method-modifiers.t
t/500_moose_extends_mouse.t
t/Exception.pm [new file with mode: 0644]