Subject: | Typo in docs |
In the EXPORT section, the docs say "Module::Build" instead of "Path::Class".
If you would like to prevent their export, you may explicitly
pass an empty list to perl's use, i.e. use Module::Build ().
which should read
If you would like to prevent their export, you may explicitly
pass an empty list to perl's use, i.e. use Path::Class ().