File: README

package info (click to toggle)
libticket-simple-perl 0.0.2-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: perl: 397; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Ticket-Simple version 0.0.1

    A basic ticket system


INSTALLATION

To install this module, preferably run the following commands:

        perl Build.PL
        ./Build
        ./Build test
        ./Build install


DEPENDENCIES

  Carp;
  Class::Std
  Digest::MD5
  Log::Log4perl
  Readonly
  Time::HiRes
  version

COPYRIGHT AND LICENCE

Copyright (C) 2009, Christian Kuelker

  This library is licensed under the GNU GPL - GNU General Public License
  version 2 or later.