SYNOPSIS
Some commands;
$ INSTALL_BASE=~/opt/slovo && rm -rf $INSTALL_BASE && make distclean; \
perl Makefile.PL INSTALL_BASE=$INSTALL_BASE && make && make test && make install \
&& $INSTALL_BASE/bin/slovo
$ daemon -l http://*:8080 & sleep 1 exo-open http://localhost:8080
# even directly in vim
!perl Makefile.PL
# when you want to add ne files to the ditribution
make manifest
make perltidy
make readme