From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

our $VERSION = '0.10';
has OnKillFocus => (
is => 'ro',
isa => 'Str',
);
has OnSetFocus => (
is => 'ro',
isa => 'Str',
);
1;