Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / Statistics.pm
2015-09-23 Dagfinn Ilmari Man... Simplify debugfh rebuilding after clearing
2015-03-02 Peter Rabbitson At last a safer Moo (lots of kludges undone)
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-24 Peter Rabbitson The revert 8494142c incorrectly killed 4d93345c, reinst...
2014-09-24 Peter Rabbitson Viciously deal with more strictures fallout
2014-09-19 Peter Rabbitson Revert e9f71ab2 - it ends up breaking a declared API
2014-09-05 Peter Rabbitson Make sure IO::Handle is loaded - missing stubs on older...
2014-07-21 Peter Rabbitson Standardize the Moo import block, move quote_sub/qsub...
2014-07-08 Peter Rabbitson Switch DBIC::Storage::Statistics to Moo (for trial...
2014-07-07 Peter Rabbitson IFF debug goes to STDERR by default - silence possible...
2014-07-07 Peter Rabbitson Stop permanently enabling autoflush on the debug filehandle
2014-05-27 Peter Rabbitson Reaching for IO::File here makes no sense
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2011-06-17 Peter Rabbitson Open the logfile in append mode
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2010-11-27 Arthur Axel 'fREW... refactor DBIx::Class::Storage::Statistics::debugfh...
2009-09-18 Peter Rabbitson Clear up some legacy cruft and straighten inheritance
2009-07-17 Dan Dascalescu Minor POD grammar: it's -> its where appropriate
2009-06-06 Peter Rabbitson TODOified reentrancy counter - this shall be used to...
2009-05-08 Rafael Kitover support ::DBI::Replicated opts in connect_info
2009-05-04 Rafael Kitover ::Replicated - test hashref for connect_replicants...
2008-03-24 Anders Nor Berle Fix typo.
2008-03-23 Cory G Watson Merge 0.09's savepoint branch
2007-11-15 Ash Berlin Fix is_foreign_key_constraint - thanks Jon Schutz
2007-08-07 Cory G Watson Refactor Statistics to clean up printing of debug info...
2006-11-18 Ash Berlin Removed Class::Data::Accessor and DBIx::Class::Accessor...
2006-09-12 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-09-08 Cory G Watson More degphatification.
2006-09-08 Cory G Watson De 'gphatify' Statistics.pm per mst's request *grin*
2006-08-08 Brandon L. Black misc warnings/croak/Carp::Clan fixups
2006-07-28 Daniel Westermann... Remove anonymous blesses to avoid major speed hit on...
2006-07-19 Matt S Trout and once more, with feeling
2006-07-19 Matt S Trout Callback now gets args
2006-07-06 Matt S Trout env var
2006-06-27 Cory G Watson Fix BEGIN WORK/COMMIT/ROLLBACK debug statements lost...
2006-05-15 Cory G Watson Add profiling support