GNOME Bugzilla – Bug 665332
GenPod %basic_types duplicate "char" key
Last modified: 2011-12-09 23:45:43 UTC
In GenPod.pm "our %basic_types" hash, there's two entries for "char" key, char => 'integer', char => 'string', both under "# other C names which may sneak through". I struck this experimenting with some automated detection of duplicate literal hash keys in perlcritic. I suppose the last one is what results, with no ill effect, but it might be worth showing just one to avoid confusion for human readers.
Indeed, looks like an oversight. Now fixed in git. Thanks!