Subject: | Typos in documentation |
Two typos in the documentation:
(1) In the SYNOPSIS example, you have:
$options = ( ... );
This should be %options, given the subsequent line in the SYNOPSIS:
my $modules = find_sources( %options );
(2) In the section on the Output parameter, it says "the output maths are not created", but I think
that should be 'paths' rather than 'maths' :-)