commit | 6d487b3ed42c62aebe0a7e172def7f3da25e72d1 | [log] [tgz] |
---|---|---|
author | Matthias Paulmier <matt@mpaulmier.home> | Thu Aug 02 17:15:24 2018 +0200 |
committer | Matthias Paulmier <matt@mpaulmier.home> | Thu Aug 02 20:21:33 2018 +0200 |
tree | 830a1acc8ba5e545e5eeafe65db57440f448b6e2 | |
parent | d4a8005fd2d5adddabf537d26f932192b226806f [diff] |
Modify all tests to use the Test::Simple lib All tests now use the Test::Simple library. We keep the distinction between pl (pure perl) and plt (perl + Test::Simple) in case someone wants to write a perl tests without this lib. - t/pm/*: All tests now use the plt extension and the Test::Simple library. - t/pm/CondStack.pl: Remove it as it was not well built and the test results were false.