-Fixed bug in Config.pm where paths to config file weren't building correctly. -fixed bug in Recordset where insertdefaults weren't handling sql queries consistent with the rest of the API -Reworked ErrorHandler so that it doesn't print to the screen. Now it pushes the errors onto an array for later retrieval. Also it prints errors to STDERR. New flag added to Lazy itself to prevent this printing behavor if desired. -Fixed Session so that the expired method actually calculates if the session is expired based on timestamp rather than relying on db flag which isn't always set.