[ Documentation ]
- Minor pod fixed and improvements.
- Update copyright dates to 2025.
[ Other ]
- Added: New Type::Params feature allow_dash automatically supports
-foo
as an alias forfoo
.
- Added: New Type::Params feature list_to_named automatically extracts
named parameters from a list of positional arguments.
- Added: Type::Params optionally exports two shortcut keywords:
signature_for_func
andsignature_for_method
. The exact behaviour of
these may change in the future.