• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Text/H09-Dec-2018-1,6671,163

script/H09-Dec-2018-6148

t/H09-Dec-2018-3,3362,624

xt/H09-Dec-2018-11483

.perlcriticrcH A D05-Dec-2018859 3426

.perltidyrcH A D05-Dec-2018107 97

.shipitH A D05-Dec-2018183 33

.tidyallrcH A D05-Dec-2018180 108

.travis.ymlH A D05-Dec-2018317 1917

ChangesH A D09-Dec-20182.9 KiB10478

MANIFESTH A D09-Dec-20184 KiB122121

MANIFEST.SKIPH A D07-Dec-2018606 4538

META.jsonH A D09-Dec-20181.4 KiB5857

META.ymlH A D09-Dec-2018841 3433

Makefile.PLH A D07-Dec-20181.4 KiB4642

README.mdH A D05-Dec-2018565 2916

README.md

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