File: README

package info (click to toggle)
libwiki-toolkit-plugin-diff-perl 0.12-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 142; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 720 bytes parent folder | download | duplicates (5)
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
Wiki::Toolkit::Plugin::Diff
===========================

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

   Algorithm::Diff
   VCS::Lite  (version 0.05 or later)
   CGI::Wiki  (version 0.44 or later)
   Params::Validate

A database (one of MySQL, PostgreSQL or DBD::SQLite) is needed.

COPYRIGHT AND LICENCE

Copyright (C) 2003-2004 I. P. Williams (IVORW [at] CPAN {dot} org).
Copyright (C) 2006 the Wiki::Toolkit team (http://www.wiki-toolkit.org/)
All Rights Reserved.

This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.