root/branches/move-to-wiki-toolkit/PREREQUISITES

Revision 763, 1.1 kB (checked in by dom, 3 years ago)

Simple search and replace, should cover most things.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1Modules required by OpenGuides 0.52
2===================================
3
4Algorithm::Diff (version 0.13 or later. Note that the latest version uses
5        .zip rather than .tar.gz and breaks some automated installs)
6CGI (version 2.92 or later)
7CGI::Carp
8CGI::Cookie
9Wiki::Toolkit (version 0.62 or later)
10Wiki::Toolkit::Formatter::UseMod (version 0.16 or later)
11Wiki::Toolkit::Plugin::Atom
12Wiki::Toolkit::Plugin::Categoriser
13Wiki::Toolkit::Plugin::Diff (version 0.08 or later)
14Wiki::Toolkit::Plugin::Locator::Grid (version 0.02 or later)
15Wiki::Toolkit::Plugin::RSS::ModWiki (version 0.09 or later)
16Wiki::Toolkit::Plugin::RSS::Reader (version 1.3 or later)
17Class::Accessor
18Config::Tiny
19Data::Dumper
20(
21  DBD::Pg
22    -- or --
23  DBD::mysql
24    -- or --
25  DBD::SQLite
26)
27File::Spec::Functions
28File::Temp
29(
30  Geography::NationalGrid::GB
31    -- or --
32  Geography::NationalGrid::IE
33    -- or --
34  Geo::Coordinates::UTM
35)
36LWP::Simple
37Module::Build (version 0.18 or later)
38Parse::RecDescent
39(
40  Plucene
41    -- or --
42  Search::InvertedIndex
43)
44POSIX
45Template
46Test::MockObject (version 0.07 or later)
47Time::Piece
48URI::Escape
49XML::RSS
Note: See TracBrowser for help on using the browser.