On page 1 of the install guide, under the dependencies section, the following required module is listed:
Log::Log4Perl
This will fail for anyone that tries to install it on the cpan command line, since the module is actually called:
Log::Log4perl
Notice the capitalization difference.
This is obviously minor, but should be fixed at some point.