Update docs -- added MODULES file for easy installation of Perl modules

This commit is contained in:
Pragmatic Software 2014-05-31 01:11:04 +00:00
parent b9433127d1
commit 0b728c9d37
3 changed files with 27 additions and 18 deletions

View File

@ -13,7 +13,7 @@ use warnings;
# These are set automatically by the build/commit script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 607,
BUILD_REVISION => 608,
BUILD_DATE => "2014-05-30",
};

22
doc/MODULES Normal file
View File

@ -0,0 +1,22 @@
AppConfig::Std
Data::Dumper
DBD::SQLite
Getopt::Std
HTML::Entities
HTML::FormatText
HTML::Parse
IPC::Shareable
IPC::Open2
LWP::Simple
LWP::UserAgent
LWP::UserAgent::WithCache
Net::Dict
SOAP::Lite
Text::Autoformat
Text::Balanced
Text::Levenshtein
Text::WordDiff
re::engine::RE2
URI::Escape
WWW::Wikipedia
XML::RSS

View File

@ -18,23 +18,10 @@ associated with a registered NickServ account, if you want channel auto-join to
Then you'll need to get several modules from CPAN. If you do not have root access, see
http://perl.jonallen.info/writing/articles/install-perl-modules-without-root
AppConfig::Std
Data::Dumper
Getopt::Std
HTML::Entities
HTML::FormatText
HTML::Parse
IPC::Open2
LWP::Simple
LWP::UserAgent
LWP::UserAgent::WithCache
Net::Dict
SOAP::Lite
Text::Autoformat
Text::Balanced
URI::Escape
WWW::Wikipedia
XML::RSS
The list of modules to install can be found in the modules file located in the same
directory as this README file. You can install the modules with the following command:
$ cpan $(cat MODULES)
--------------------------
Some quick-and-dirty info on using stdin (pbot shell after running pbot.sh):