0.46 -- Removed a bug. When the user inputs a password, after the
user leaves the field, the password isn't starred out.
-- A validator function has been added to validate a field().
-- A readonly option has been added to a screen.
0.45 -- Removed a bug. When the wizard was called with specific screens,
all variables were cleared. This has been corrected.
-- Removed function get_screen() (this has become an internal
function).
-- Added a function set() to set keywords of a screen, or to set
values of prompts.
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