Fix building on perls with no . in @INC
[dbsrgits/DBIx-Class.git] / xt / extra / internals /
2016-09-26 Peter Rabbitson Extract couple more stateless functions from DBIHacks...
2016-09-15 Peter Rabbitson (travis) Make sure everything works even when we are SAD
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-08-21 Peter Rabbitson Add an explicit deduplication of identical condition...
2016-08-21 Peter Rabbitson Fix SQLA condition normalizer sometimes stripping ...
2016-08-21 Peter Rabbitson Extract two stateless DBIHacks routines into a utility...
2016-07-26 Peter Rabbitson Introducing DBIx::Class::Schema::SanityChecker
2016-07-25 Peter Rabbitson Keep track of result source instance ancestry
2016-07-16 Peter Rabbitson Restore TODO checking for Taint + pkg_gen inconsitencies
2016-07-16 Peter Rabbitson Work around the FIXME in the previous commit
2016-07-14 Peter Rabbitson Get rid of Package::Stash \o/
2016-07-14 Peter Rabbitson Add a get_subname to _Util
2016-07-03 Peter Rabbitson Expand describe_class_methods testing yet again
2016-07-03 Peter Rabbitson Use a single cache struct for entirety of describe_clas...
2016-06-30 Peter Rabbitson Add hash-based ISA lookup to RV of describe_class_methods
2016-06-30 Peter Rabbitson Expand signature of describe_class_methods for forward...
2016-06-23 Peter Rabbitson Add true/false non-singleton boolean objects
2016-06-23 Peter Rabbitson Extra test of UNIVERSAL handling in describe_class_methods
2016-06-14 Peter Rabbitson Allow alternative mro-type specification on method...
2016-06-14 Peter Rabbitson Account for 'poor man role application' method plumbing...
2016-06-14 Peter Rabbitson Properly handle UNIVERSAL ancestry in describe_class_me...
2016-06-14 Peter Rabbitson Fix describe_class_methods on non-mergeable DFS mro
2016-06-07 Peter Rabbitson Introduce the describe_class_methods() utility function
2016-05-30 Peter Rabbitson Introduce DBIC-specific method attribute support
2016-05-30 Peter Rabbitson Proper attribute support under ithreads (fix 7bd921c0)
2016-05-26 Peter Rabbitson Expand/fortify the handling of attributes
2016-05-24 Peter Rabbitson Add preliminary non-core attribute support
2016-05-24 Peter Rabbitson Force no_defer on DBIC-internal quote_sub() invocations
2016-05-24 Peter Rabbitson Add permanent plumbing for _TempExtlib (d0435d75)
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-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-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2016-02-03 Peter Rabbitson Streamline BYTEA (binary) Pg optdeps using the new...
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-12 Peter Rabbitson Fix brainfart from cb551b07 - 'if' is still a module...
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-02-28 Peter Rabbitson Move a number of tests to xt, restructure extra lists