- Apply blead patch from Michael Stevens RT #65038
- Skip some tests if we are not on a terminal
- Apply blead patch from Peter Acklam
- Address: #45264 Patch for Term::UI; when get_reply
is called without a default, term::ui would emit a
warning.
- Option parsing wasn't tolerant for cases where the
string only contained options. This is now fixed.
- Option parsing went wrong with 'foo-bar' arguments,
where it'd strip off -bar as an option. Fixed with
look-aheads.
- Clean up test files to work nicer with perl core