Subject: | Off-by-one error when calculating key binding |
It seems that the line 941 is missing a "+1". It should probably look like this:
my $keycap = lc(substr($button_text, $underline+1, 1));
Otherwise the t/90-add_fields.t test just fails:
bad event type or keysym "&" at /usr/perl5.20.0/lib/site_perl/5.20.0/amd64-freebsd/Tk/Derived.pm line 469.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 2.
t/90-add_fields.t ............
Dubious, test returned 2 (wstat 512, 0x200)
I wonder if you see the same test errors. Do you run "make disttest" before running "make dist"?