|
Revision 1092, 1.1 kB
(checked in by dom, 1 year ago)
|
Add send_email function (references #138)
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
Modules required by OpenGuides 0.59 |
|---|
| 2 |
=================================== |
|---|
| 3 |
|
|---|
| 4 |
Algorithm::Diff (version 0.13 or later. Note that the latest version uses |
|---|
| 5 |
.zip rather than .tar.gz and breaks some automated installs) |
|---|
| 6 |
CGI (version 2.92 or later) |
|---|
| 7 |
CGI::Carp |
|---|
| 8 |
CGI::Cookie |
|---|
| 9 |
Wiki::Toolkit (version 0.74 or later) |
|---|
| 10 |
Wiki::Toolkit::Feed::Atom |
|---|
| 11 |
Wiki::Toolkit::Feed::RSS |
|---|
| 12 |
Wiki::Toolkit::Formatter::UseMod |
|---|
| 13 |
Wiki::Toolkit::Plugin::Categoriser |
|---|
| 14 |
Wiki::Toolkit::Plugin::Diff |
|---|
| 15 |
Wiki::Toolkit::Plugin::Locator::Grid |
|---|
| 16 |
Wiki::Toolkit::Plugin::RSS::Reader |
|---|
| 17 |
Class::Accessor |
|---|
| 18 |
Config::Tiny |
|---|
| 19 |
Data::Dumper |
|---|
| 20 |
( |
|---|
| 21 |
DBD::Pg |
|---|
| 22 |
-- or -- |
|---|
| 23 |
DBD::mysql |
|---|
| 24 |
-- or -- |
|---|
| 25 |
DBD::SQLite |
|---|
| 26 |
) |
|---|
| 27 |
File::Spec::Functions |
|---|
| 28 |
File::Temp |
|---|
| 29 |
( |
|---|
| 30 |
Geography::NationalGrid::GB |
|---|
| 31 |
-- or -- |
|---|
| 32 |
Geography::NationalGrid::IE |
|---|
| 33 |
-- or -- |
|---|
| 34 |
Geo::Coordinates::UTM |
|---|
| 35 |
) |
|---|
| 36 |
HTML::Entities |
|---|
| 37 |
LWP::Simple |
|---|
| 38 |
MIME::Lite |
|---|
| 39 |
Module::Build (version 0.26 or later) |
|---|
| 40 |
Parse::RecDescent |
|---|
| 41 |
Plucene |
|---|
| 42 |
POSIX |
|---|
| 43 |
Template |
|---|
| 44 |
Time::Piece |
|---|
| 45 |
URI::Escape |
|---|
| 46 |
XML::RSS |
|---|
| 47 |
|
|---|
| 48 |
Optional prerequisites (OpenGuides will work without these, but not |
|---|
| 49 |
all functionality will be available) |
|---|
| 50 |
Wiki::Toolkit::Plugin::Ping |
|---|
| 51 |
Geo::HelmertTransform |
|---|