Test::Exception now a hard prereq
commit3fcafe8ae63b87c8be21caf70918d05c602e8775
authorJérôme Quelin <jquelin@gmail.com>
Mon, 9 Jun 2008 15:29:05 +0000 (9 17:29 +0200)
committerJérôme Quelin <jquelin@gmail.com>
Mon, 9 Jun 2008 15:29:05 +0000 (9 17:29 +0200)
treecb00ccfc7db1ec74dcc091a591256cfa5b38f35c
parentfb57fef5514c3f2aa08897a953893fcb6810b1a5
Test::Exception now a hard prereq

i'm sick of getting fail reports from smoke testing due to wrong number
of tests because Test::Exception is not installed. indeed, one needs to
test both with and without Test::Exception installed, and it sucks.
therefore, now TE is a hard prereq, and tests don't need to check for TE
presence and skip throw tests.

moreover, it just makes sense to test all code pathes everywhere.
14 files changed:
Build.PL
Changes
META.yml
Makefile.PL
t/1-classes/interpreter.t
t/1-classes/storage-2d.t
t/1-classes/storage-generic-aoa.t
t/1-classes/storage-generic-sparse.t
t/1-classes/storage-generic-vec.t
t/1-classes/vector.t
t/2-ops/flow_repeat.t
t/2-ops/math_addition.t
t/2-ops/math_multiplication.t
t/2-ops/math_substraction.t