replaced Log::Dispatch::File::Rolling with Log::Dispatch::File for deployment since LDF::Rolling creates redundant file and doesn't handle file permissions properly, and file rotation handled by cron anyway; added today() to Local::Utils
removed debugging info from stdout; tidy up; began refactoring DB::query() for QueryLogger, but have problem with fastcgi process finding location of app logs dir
set mysql_auto_reconnect => 0 in _mysql_connection_params args to try and deal with mysql server gone away msg with Reporter, in combination with Reporter::DB::check_db_connection()
new classes Local::Date for delta_business_days calculations using Date::Calendar, and Local::Types using Type::Library to define 'isa' types for Moo classes
adapted Local::DB to cache DBIx::Simple object for sharing between eg RequestForm app & its test scripts; Local:: sub-classes of DBIx::Lite to provide DBIx::Simple methods (hashes, arrays, map, etc); test script for Local::DBIx::Lite (broken - needs fixing)