perl / Git / LoadCPAN / Mail / Address.pmon commit fetch: replace string-list used as a look-up table with a hashmap (e198b3a)
   1package Git::LoadCPAN::Mail::Address;
   2use 5.008;
   3use strict;
   4use warnings;
   5use Git::LoadCPAN (
   6        module => 'Mail::Address',
   7        import => 0,
   8);
   9
  101;