Changes for version 0.5.5
- Added subroutine matching type. A CODE ref can be used to match the input. Called with the input as the first argument and a reference to the entry value as the second element
- Fixed bug where default matcher could not be updated with hash or array via the add method. An exuberant croak test/call prevented the adding of an entry when the matcher was 'undef'. An undef matcher actually represents the default matcher (match any). Prior to this fix only explicit set_default method would update default matcher.
- Fixed documentation around required elements when adding via array ref should take 3 elements. Was listed as 6
- Reduced scope creation for more performance improvements
Modules
Cached general purpose dispatch and routing table