2 Tapir is a PIR-based TAP (Test Anything Protocol) Harness
4 It eats test output and tells humans if the test suite passed, and if not,
5 which kind of pretty colors of smoke came out.
7 The only requirement for Tapir is Parrot 1.8.0 or higher.
9 To run the Tapir test suite with Tapir:
11 $ parrot t/harness.pir t/*.t
13 That might not be fully functional yet, but you can always use parrot or prove to run Tapir tests:
15 $ parrot t/01-parse_plan.t
17 You should see something like:
20 ok 1 - parse_plan can parse a simple plan
21 ok 2 - parse_plan can parse a single test plan
22 ok 3 - parse_plan can parse a no-test plan