Changes

Jump to navigation Jump to search
no edit summary
Line 40: Line 40:     
$mongodb = "obf";
 
$mongodb = "obf";
 +
</pre>
 +
 +
=== Required Perl modules ===
 +
 +
The following Perl modules need to be installed (some of them might be included with Perl).
 +
 +
To install a module, you can sometimes use packages.
 +
 +
e.g. on Debian / Ubuntu :  apt-get install libdatetime-perl
 +
 +
Or you can use cpan:
 +
 +
cpan install DateTime
 +
 +
 +
<pre>
 +
Cache::Memcached::Fast
 +
Crypt::PasswdMD5
 +
DateTime
 +
DateTime::Format::Mail
 +
Digest::MD5
 +
Digest::SHA1
 +
Encode::Punycode
 +
File::Copy
 +
File::Path
 +
Geo::IP
 +
Getopt::Long
 +
GraphViz2
 +
Hash::Util
 +
HTML::Defang
 +
HTML::Entities
 +
Image::Magick
 +
Image::OCR::Tesseract
 +
IPC::Open3
 +
JSON
 +
LWP::Authen::Digest
 
</pre>
 
</pre>
  

Navigation menu