Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

use strict;
our %Lexicon = (
label_foo => 'Foo',
label_bar => 'Bar',
);
1;