Revert "Fix test timing"
[TAP-Harness-JUnit.git] / README
blobff35c6b5a82364e1aade3949ce1a826708cdc204
1 This is TAP::Harness::JUnit module.
3 It provides a test harness that runs TAP tests and outputs
4 JUnit-compatible XML.
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
8 it in Fedora:
10 # yum -y install 'perl(TAP::Harness::JUnit)'
12 Otherwise, follow the usual Module::Build convention:
14 $ perl Build.pl
15 # ./Build
16 # ./Build install
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)