mb.pl
----

The core of milkbone.  mb.pl coordinates all other modules and contains the code for the MBMain function, which
governs milkbone's basic flow of execution.  All Net::OSCAR events are handled in mb.pl and dispatched thence to the 
appropriate module.

Milkbone.pm
----

Milkbone.pm contains common Milkbone routines, including:

    1.  slurp and pour - for whole-file input and output
    2.  hook - for calling user-installed hooks (as part of the plugin system)
    3.  begin_log and end_log - for logging errors to errlog.txt
    4.  path - for using Windows paths on UNIX and vice-versa

Milkbone\OS.pm
----

MIlkbone::OS encapsulates OS-specific calls to allow easier porting.