[BUGFIXES]
- Correct ->VERSION check for Object::Pad or Future::AsyncAwait
cross-module tests (RT149700)
- Don't upset gcc's -Wformat by passing an unbounded STRLEN into
%.*s format (RT133035)
- Avoid colons in filename of t/71extended+Object-Pad.t because
Windows doesn't like them (RT149712)
- Ensure that mixed positional + named params in signatures work
properly (thanks alh)
- Ensure name shadowing of param names prints the right diagnostic
warning (thanks alh)