Start known issues changelog section - place it on top for clarity
[dbsrgits/DBIx-Class.git] / xt / extra /
2016-05-15 Peter Rabbitson Streamline ::ResultSource::* inheritance, similar to...
2016-05-04 Peter Rabbitson Pull apart a test section (no functional changes)
2016-04-25 Peter Rabbitson Fix last remaining tests with -T under < 5.10
2016-04-20 Peter Rabbitson After 5e0eea35 we can actually test for cleaned namespa...
2016-04-20 Peter Rabbitson Remove Class::Data::Inheritable and use CAG 'inherited...
2016-04-20 Peter Rabbitson Start setting the 'c3' mro unambiguously everywhere
2016-04-13 Peter Rabbitson Fix thinko from 10dd5c05 - make sure we actually sleep
2016-04-12 Peter Rabbitson Lose another dependency: Class::Inspector
2016-04-12 Peter Rabbitson (travis) Add a CLEANTEST run of RURBAN's cperl in the...
2016-03-10 Peter Rabbitson Move expensive test to xt/, add malloc-canary preventin...
2016-03-04 Peter Rabbitson More robust behavior of ANFANG.pm, also guard against...
2016-03-01 Peter Rabbitson Several cosmetic fixups, making next commit easier...
2016-03-01 Peter Rabbitson Untangle strictly-DBICTest constant from the main const...
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2016-02-29 Peter Rabbitson Move find_co_root into DBICTest::Util
2016-02-03 Peter Rabbitson Streamline BYTEA (binary) Pg optdeps using the new...
2015-11-03 Peter Rabbitson Really make sure xt/ tests run on non-plain installs...
2015-11-03 Peter Rabbitson Adjust view-dependency tests to work on newer libsqlite
2015-11-03 Peter Rabbitson Fix failures and protect the suite from spurious VERSIO...
2015-11-02 Peter Rabbitson Fix fail with DBICTEST_DEBUG_CONCURRENCY_LOCKS set...
2015-10-15 Peter Rabbitson Stop using bare $] throughout - protects the codebase...
2015-09-07 Peter Rabbitson Silence warning introduced in sloppy workaround e9505615
2015-09-07 Peter Rabbitson Work around EUMM 7.06 creating an empty blib/ dir,...
2015-08-12 Peter Rabbitson Add an explicit DateTime::TimeZone::OlsonDB optdep
2015-08-12 Peter Rabbitson (optdeps) Rename an inconsistent 'icdt' marker to ...
2015-08-12 Peter Rabbitson (optdeps) Fix incorrect optdep output introduced in...
2015-05-22 Peter Rabbitson (optdeps) Rename an inconsistent 'icdt' marker to ...
2015-04-05 Peter Rabbitson Add an explicit DateTime::TimeZone::OlsonDB optdep
2015-04-02 Peter Rabbitson Fix incorrect optdep output introduced in 34d2deae...
2015-03-18 Henry Van Styn Fix uninitialized warnings on empty hashes passed to...
2015-03-18 Henry Van Styn Fix uninitialized warnings on empty hashes passed to...
2015-03-18 Peter Rabbitson Run the entire test suite under replicated SQLite on...
2015-03-18 Peter Rabbitson Run the entire test suite under replicated SQLite on...
2015-03-12 Peter Rabbitson Fix brainfart from cb551b07 - 'if' is still a module...
2015-03-12 Peter Rabbitson Forgotten test adjustment in bd510251
2015-03-12 Peter Rabbitson Fix brainfart from cb551b07 - 'if' is still a module...
2015-03-08 Peter Rabbitson Rewire OptDeps to not attempt any module loads under...
2015-03-02 Peter Rabbitson At last a safer Moo (lots of kludges undone)
2015-02-28 Peter Rabbitson Move a number of tests to xt, restructure extra lists