Revision history for Perl extension Term::DBPrompt.

0.01  06 Oct 2009
	- original version; created by h2xs 1.23 with options
		-XAn Term::DBPrompt

0.02  11 Oct 2009
      Introduce a new function get_candidates()
      For file input of commands (that's via option -f or via redirected STDIN)
        --> Allow commands to be split over several lines
      rename option '-a' into '-p'
      introduce new option '-s' to suppress messages
      function set_prompt() now takes only one parameter
      function get_cmd_line() now returns two additional elements ($open, $close)

0.03  25 Nov 2009
      break the old Getopt::Std interface, remove Getopt::Std and replace by
        set_opt().
      add a new subroutine init_pipe().
      remove option/functionality "-s" silent
      remove subroutines page_print(), page_say(), page_msg_print(), page_msg_say()
        and replace by a subroutine fh() that returns a filehandle