Subject: | $VERSION wrongly set in Unicode::CharName |
Line 47 in Unicode/CharName.pm says:
$VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
where the regex clearly does not pick anything, and therefore $VERSION is set to "0.00".
This causes cpanp (and possibly other tools as well) to insist that the Unicode::CharName module is outdated, as CPAN has a release with an higher $VERSION value (currently 1.07), though older.
Metacpan also reports "Module version: 0.00", as you can see here:
https://metacpan.org/pod/release/GAAS/Unicode-String-2.10/lib/Unicode/CharName.pm
Thank you for your great work!
-Emanuele Zeppieri