The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

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