Subject: | Syntax error in Module::Build::Cookbook documentation |
I just grabbed Module-Build-0.24 and noticed a small syntax error in the
examples in Module::Build::Cookbook. On line 93 of the file Cookbook.pm there is the following code example:
$b->dispatch(install);
I believe it should be:
$b->dispatch('install'); # Missing end quote
I figured I would report this before it tripped up a new user.
Frank Wiles
frank@wiles.org