NAME
Module::Install::PRIVATE::Bot::BB2 - M::I
utility routines for Bot::BB2
METHODS
to_bb2_in_blib
Copies the contents of a specified directory to a given directory under Bot/BB2 in blib/. The latter will exist in the perl module directory once installed.
example:
# copy plugins/* to blib/lib/BB2/Bot/Plugins/
to_bb2_in_blib plugins => Plugin;
AUTHOR
Ævar Arnfjörð Bjarmason <avar@cpan.org>