Subject: | Doc fixs |
Hi
Great module.
And, a couple of suggestions:
(1) The synopsis says:
open (my $out, "output.csv");
and should say:
open (my $out, '>', 'output.csv');
(2) The latest changes file has no date for V 0.22.
This matters since I have code (Module::Metadata::Changes) which parses such files.
TIA.