diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index cb1ac9d0..8c08756b 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -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", }; diff --git a/doc/MODULES b/doc/MODULES new file mode 100644 index 00000000..70cedb4a --- /dev/null +++ b/doc/MODULES @@ -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 diff --git a/doc/README b/doc/README index 48e3faab..eca77c17 100644 --- a/doc/README +++ b/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 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):