0.60pl9

	o Added 'length' key into the hash returned by func( '_ListFields' )

	o Altered mSQL.pm to allow hostname:port style connection strings. This
	  directly sets MSQL_TCP_PORT. If port isn't specified it unsets
	  MSQL_TCP_PORT and you're in the lap of the gods.......

0.60pl8

	o Added error string and number to 'func' methods

	o Completed implementation of 'ListFields' invoked through the
	  'func' method

	o Added implementation of 'CreateDB' and 'DropDB' through the
	  'func' method

	o Added a method 'NumRows' against $sth to show the number of
	  rows returned by a statement.

0.60pl7

	o Fixed $DBI::errnum/$DBI::errstr problems, ie, it wasn't being 
	  returned back into the invoking program.

	  ( Thanks to Sven Verdoolaege for the patches )

	o Fixed DROP, DELETE &c blah. Missing '= 1' variable set.

	  ( Thanks again to SV )

	o Added ListDBs and ListTables to the driver via the
	  'func' method. ListFields is still under implementation. ( By the
	  next full version )

	o Rewrote the test script to execise the whole driver. ( Should keep
	  Andreas happy! 8-) ). The test still needs to exercise multiple
	  simultaneous database connections and cursors, but we'll wworry about
	  that in the next release.

	o Tidied up stray declarations in the includes, so we have warning-free
	  compiles ( hopefully! )

	o Tidied up Makefile.PL to remove all the Oracle-isms from the code.

	o Fixed \$sth->readblob method to return undef.

	o Removed old Msqlperl tests to stop confusing people......
