1 This is TAP::Harness::JUnit module.
3 It provides a test harness that runs TAP tests and outputs
6 Before building it yourself, you may prefer to fetch the package from your
7 Operating System distribution, if one exists. Here's how would you install
10 # yum -y install 'perl(TAP::Harness::JUnit)'
12 Otherwise, follow the usual Module::Build convention:
18 The build script will issue a warning when any of required modules is
19 missing or wrong version.
21 See the POD documentation for more information (on how to use the module,
22 licensing, copyright, etc.):
24 $ perldoc TAP::Harness::JUnit
26 Before installing the module, you can do:
28 $ perldoc lib/TAP/Harness/JUnit.pm
31 Mon Jul 28 2008 Lubomir Rintel (Good Data)