The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.41 -- Made some changes to the wizard() and get_keys() functions.
        Extended them with the possibility to ask a number of screens.
        This makes it possible to use a selection of all possible
        screens from the wizard.

0.33 -- Enhanced documentation of wizard() function.
     -- Little bug fix. wizard() function now also returns "next", if
        the last prompt of the wizard() has option NOFINISH set.

0.32 -- Converted all files to UNIX format.

0.31 -- Forgot to include the dependencies in Makefile.PL, added them.

0.30 -- Structured the tests in test.pl
     -- Debugged Wizard.pm according to test results.
     -- Extended Makefile.PL to have dependencies.
     -- Added ChangeLog
     -- Added MANIFEST

0.20 -- Initial upload