mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 11:59:43 +01:00
Update docs -- added MODULES file for easy installation of Perl modules
This commit is contained in:
parent
b9433127d1
commit
0b728c9d37
@ -13,7 +13,7 @@ use warnings;
|
|||||||
# These are set automatically by the build/commit script
|
# These are set automatically by the build/commit script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 607,
|
BUILD_REVISION => 608,
|
||||||
BUILD_DATE => "2014-05-30",
|
BUILD_DATE => "2014-05-30",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
22
doc/MODULES
Normal file
22
doc/MODULES
Normal 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
|
21
doc/README
21
doc/README
@ -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
|
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
|
http://perl.jonallen.info/writing/articles/install-perl-modules-without-root
|
||||||
|
|
||||||
AppConfig::Std
|
The list of modules to install can be found in the modules file located in the same
|
||||||
Data::Dumper
|
directory as this README file. You can install the modules with the following command:
|
||||||
Getopt::Std
|
|
||||||
HTML::Entities
|
$ cpan $(cat MODULES)
|
||||||
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
|
|
||||||
--------------------------
|
--------------------------
|
||||||
Some quick-and-dirty info on using stdin (pbot shell after running pbot.sh):
|
Some quick-and-dirty info on using stdin (pbot shell after running pbot.sh):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user