1###Status
2[![Build Status](https://travis-ci.org/szabgab/Text-Trac.png)](https://travis-ci.org/szabgab/Text-Trac)
3
4Text-Trac
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15
16SUPPORT AND DOCUMENTATION
17
18After installing, you can find documentation for this module with the perldoc command.
19
20    perldoc Text::Trac
21
22
23COPYRIGHT AND LICENCE
24
25Copyright (C) 2006 Gosuke Miyashita
26
27This program is free software; you can redistribute it and/or modify it
28under the same terms as Perl itself.
29