Hyungsuk Hong
/
Hubot-0.2.4
/
README.md
p5-hubot
Perl 5
AnyEvent
based hubot reimplementation.

Installation
-
CPAN
$ cpanm Hubot
$ hubot --help
-
github
$ git clone git://github.com/aanoaa/p5-hubot.git
$ cd p5-hubot/
$ grep -Prho '^use +[^(?:Hubot)]([^ ;]+)' lib/ | perl -e 'while(<>) { $h{(split / /)[1]}++ } print keys %h' | cpanm
$ perl -Ilib bin/hubot
Configuration
Checkout each documentation what you will use for.
and describe each script name to hubot-scripts.json
Deploy onto heroku
https://github.com/aanoaa/heroku-buildpack-perl