Add lots of tests
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 1 Apr 2017 16:38:37 +0000 (19:38 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 1 Apr 2017 17:03:54 +0000 (20:03 +0300)
commit8bfea593baaf587ff63134fadb9166c995acef1f
tree588977126ae4edc60afccb84a43ef1f9f643aa20
parent177e0245e4ce9fd721aa0cd9314c2c1894bd1125
Add lots of tests
24 files changed:
MANIFEST
t/confused.t [new file with mode: 0644]
t/disable-die.t
t/intermediate-direct.t [new file with mode: 0644]
t/intermediate-indirect.t [new file with mode: 0644]
t/intermediate-unrelated.t [new file with mode: 0644]
t/lax-direct.t [new file with mode: 0644]
t/lax-indirect.t [new file with mode: 0644]
t/lax-unrelated.t [new file with mode: 0644]
t/strict-die.t
t/t3/Evil.pm [new file with mode: 0644]
t/t3/IntermediateDirect.pm [new file with mode: 0644]
t/t3/IntermediateIndirect.pm [new file with mode: 0644]
t/t3/LaxDirect.pm [new file with mode: 0644]
t/t3/LaxIndirect.pm [new file with mode: 0644]
t/t3/UnrelatedIntermediate.pm [new file with mode: 0644]
t/t3/UnrelatedLax.pm [new file with mode: 0644]
t/t3/UsesEvil.pm [new file with mode: 0644]
t/t4/ConfusedIntermediate1.pm [new file with mode: 0644]
t/t4/ConfusedIntermediate2.pm [new file with mode: 0644]
t/t4/ConfusedLax1.pm [new file with mode: 0644]
t/t4/ConfusedLax2.pm [new file with mode: 0644]
t/t4/ConfusedStrict1.pm [new file with mode: 0644]
t/t4/ConfusedStrict2.pm [new file with mode: 0644]
This page took 0.01178 seconds and 4 git commands to generate.