NAME
App::Wubot::Wubotrc - read ~/.wubotrc
VERSION
version 0.5.0
SYNOPSIS
use App::Wubot::Wubotrc;
my $wubotrc = App::Wubot::Wubotrc->new();
my $wubot_home = $wubotrc->get_config( 'wubot_home' );
DESCRIPTION
Read your ~/.wubotrc and determine paths for wubot resources.
If you have no ~/.wubotrc, then a default one will automatically be created for you.