The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Dispatch::Fu. 

0.8  Wed Aug 23 10:05:09 2023
     - TRIAL
     - released initial version of Dispatch::Fu on to the
     unsuspecting echo chambers of the Perl-verse

0.9  Wed Aug 23 11:05:09 2023
     - TRIAL
     - added POD

0.10 Wed Aug 23 12:05:09 2023
     - intended to be a TRIAL, but got released without
     - tweaked POD

0.11 Wed Aug 23 13:05:09 2023
     - tweaked POD

0.91 Wed Aug 23 14:05:09 2023
     - fixing version number for proper CPAN indexing
     - no functional changes

0.92 Wed Aug 23 15:05:09 2023
     - fixing version number for proper CPAN indexing
     - no functional changes

0.93 Wed Aug 23 16:05:09 2023
     - POD updates
     - no functional changes

0.94 Wed Aug 23 17:05:09 2023
     - POD updates
     - no functional changes

0.95 Wed Aug 23 18:05:09 2023
     - POD updates
     - no functional changes

0.96 Wed Aug 23 19:05:09 2023
     - POD updates
     - no functional changes

0.97 Sat Sep 16 20:05:09 2023
     - added "cases" keyword that can be used inside of
       the "dispatch" BLOCK to get a list of cases added
       by the C<on> keyword. When used outside of the a
       "dispatch" block, it returns undef.
     - "cases" introspection allows for much more idiomatic
       recipes inside of the "dispatch" BLOCK.

0.98 Sat Sep 27 20:05:09 2023
     - added xdefault handling the situation where
       the case name is the same as the string value,
       which is the simlest case possible and what people
       use straight HASH ref dispatching for; see the
       tests and POD examples

0.99 Sat Sep 30 20:05:09 2023
     - fixed xdefault to allow for the first parameter to
       to be C<undef>

1.00 Mon Dec 11 20:05:09 2023
     - fixed a bug revealed when running C<dispatch> in a loop
       on 5.36.0 ( 4.19.0-25-amd64 #1 SMP Debian 4.19.289-1
       (2023-07-24)) during testing of code presented in a Perl
       Advent article; thanks Olaf!