1.00	18-Apr-2003	Dick Munroe (munroe@csworks.com)
	Rewrite and "full" implementation of LBR utility routines.
	Libraries may now be created, modules inserted, fetched, and
	stored, multiple indeces supported, etc.

1.01	10-May-2003	Dick Munroe (munroe@csworks.com)
	Add a factory class method.

1.02	11-May-2003	Dick Munroe (munroe@csworks.com)
	At the request of Brad Hughes, allow get_module to return
	a scalar.
	Also allow add_module for libraries containing text (text,
	macro, help) to be passed a single string.

1.03	12-May-2003	Dick Munroe (munroe@csworks.com)
	VMS::Librarian::Text had a bug in replace_module.  It called
	VMS::Librarian::add_module.  Also made the same change as
	in add_module to use strings as data.
	Fix a minor bug in VMS::Librarian::Macro.
	Add VMS::Librarian::Help.
	Fix debug flag incosistencies in VMS::Librarian.
	Update SYNOPSIS section of documentation.
	Add documentation for VMS::Librarian::Text

1.06	13-May-2003	Dick Munroe (munroe@csworks.com)
	Add write_module member functions.
	Add read_module member functions.

1.07	14-May-2003	Dick Munroe (munroe@csworks.com)
	Use croak instead of die.
