Bring back _TempExtlib (d0435d75), this time for Sub::Quote
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Optional / Dependencies.pm
2016-05-24 Peter Rabbitson Bring back _TempExtlib (d0435d75), this time for Sub...
2016-04-20 Peter Rabbitson Remove Class::Data::Inheritable and use CAG 'inherited...
2016-03-23 Peter Rabbitson Expand ASSERT_NO_SPURIOUS_EXCEPTION_ACTION to set a...
2016-03-02 Peter Rabbitson Get rid of Path::Class ( that *does* feel good )
2016-02-29 Peter Rabbitson (optdep) last-from-block is a compile-time warning...
2016-02-03 Peter Rabbitson Fix test failure with DBD::mysql < 4.023 introduced...
2016-02-03 Peter Rabbitson Streamline BYTEA (binary) Pg optdeps using the new...
2016-02-03 Peter Rabbitson Remove Config::Any from the core dep set
2015-08-12 Peter Rabbitson (travis) Multiple fixups to the CI lifted from blead:
2015-08-12 Peter Rabbitson Add an explicit DateTime::TimeZone::OlsonDB optdep
2015-08-12 Peter Rabbitson (optdeps) Explicitly force group names to lower-case...
2015-08-12 Peter Rabbitson (optdeps) Rename an inconsistent 'icdt' marker to ...
2015-08-12 Peter Rabbitson (optdeps) Skip-spec brainfart in offline mysql/pg test...
2015-08-12 Peter Rabbitson (optdeps) Fix incorrect optdep output introduced in...
2015-05-22 Peter Rabbitson (optdeps) Explicitly force group names to lower-case...
2015-05-22 Peter Rabbitson (optdeps) Rename an inconsistent 'icdt' marker to ...
2015-05-22 Peter Rabbitson (optdeps) Skip-spec brainfart in offline mysql/pg test...
2015-04-05 Peter Rabbitson Add an explicit DateTime::TimeZone::OlsonDB optdep
2015-04-03 Peter Rabbitson (travis) Enhance post-success to run a full CPAN instal...
2015-04-02 Peter Rabbitson Fix incorrect optdep output introduced in 34d2deae...
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-15 Peter Rabbitson Revert c8dc7d33 - entirely superseded by 83eef5621
2015-02-10 Peter Rabbitson Switch CDBICompat and its tests to OptDeps
2015-02-10 Peter Rabbitson Introduce ad hoc requirements and add skip_without...
2015-02-10 Peter Rabbitson Finally implement compound OptDep group augmentation
2015-02-10 Peter Rabbitson Rewrite internals of the optdep include mechanism ...
2015-02-10 Peter Rabbitson Introduce (empty for now) intermediate optdep groups...
2015-02-10 Peter Rabbitson Relax the optdep naming criteria, introduce _-prefixed...
2015-02-10 Peter Rabbitson Move the SQLite test dependency specification to optdeps
2015-02-10 Peter Rabbitson Stabilize and further test complex optdep include scena...
2015-02-10 Peter Rabbitson Clarify optdep API signatures to be explicitly single...
2015-02-10 Peter Rabbitson Fix overspecified msaccess test optdep (should not...
2015-02-10 Peter Rabbitson Add import-time-skip support to OptDeps, switch most...
2015-01-25 Peter Rabbitson Add import-time action stub to OptDeps, switch distbuil...
2015-01-25 Peter Rabbitson Introduce basic optdeps group inclusion mechanism,...
2015-01-25 Peter Rabbitson Make OptDeps aware of envvars as first-class requiremen...
2015-01-25 Peter Rabbitson Deprecate req_errorlist_for, proxy to to modreq_errorli...
2015-01-25 Peter Rabbitson Rewrite optdeps to accept a list of groups
2015-01-25 Peter Rabbitson OptDeps doc-mangling, no functional changes
2015-01-24 Peter Rabbitson Neither of these can fail now that we dep on 5.8.1...
2015-01-03 Peter Rabbitson Emit Optional::Dependencies error messages in a way...
2015-01-03 Peter Rabbitson Reshuffle optdeps code making next commits more readabl...
2014-10-24 Peter Rabbitson These are already pre-required by the OptDeps check
2014-10-21 Peter Rabbitson Switch optdeps to a croak import
2014-09-30 Dagfinn Ilmari Man... Use Optional::Dependencies for CDBICompat and its tests
2014-09-24 Peter Rabbitson New Pod::Inherit does not need Pod::Tree
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-09-08 Peter Rabbitson Stop using Sys::SigAction in pg tests
2014-07-29 Peter Rabbitson The fix in f9b5239ac was both shortsighted and insufficient
2014-07-01 Peter Rabbitson namespace::autoclean is a really stupid idea - purge...
2014-01-19 Peter Rabbitson Switch to a global symtable "classdata" visitor
2013-12-07 Peter Rabbitson Better specification of the JSON::* optdeps
2013-10-31 Peter Rabbitson Test more JSON::Any backends, and reorder the selection...
2013-10-02 Dagfinn Ilmari Man... Stop using the deprecated Class::MOP::load_class()
2013-08-08 David Steinbrunner typo fixes
2013-04-24 Peter Rabbitson Bump minimum Test::Pod Dependency
2013-03-02 Christian Walde Require latest EU::MM at dist-building time to avoid...
2013-03-02 Peter Rabbitson Do not auto-install dist-building dependencies in autho...
2013-02-28 Peter Rabbitson Fulltests deps clarification
2013-02-27 Peter Rabbitson Test::Strict is smarter now
2013-02-20 Peter Rabbitson Add optdep on CPAN::Uploader to get an effortless ...
2013-02-20 Peter Rabbitson Add optdep on CPAN::Uploader to get an effortless ...
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2013-01-21 Peter Rabbitson Reign in (a little bit) the sprawling CRLF insanity...
2013-01-12 Peter Rabbitson SQLT got a lot better lately - bump min version
2012-12-15 Peter Rabbitson New Pod::Inherit now works on 5.8 (still needs Pod...
2012-12-15 Peter Rabbitson Add JSON::DWIW to authordeps, so more tests run
2012-12-11 Peter Rabbitson Temporarily stop requiring podinherit on < 5.10.1,...
2012-12-11 Brendan Byrd Various other POD fixes
2012-12-11 Brendan Byrd Utilize Pod::Inherit to add an INHERITED METHODS sectio...
2012-12-10 Peter Rabbitson Move generated POD to its own dir
2012-08-25 Dagfinn Ilmari Man... Fix filename interpolation in DBIC::Optional::Dependecies
2012-07-10 Rafael Kitover mark some tests in admin/10script.t on Win32 TODO
2012-04-20 Peter Rabbitson Fix test failure on MSWin32
2012-04-09 Peter Rabbitson Reorganize CDBICompat tests - centralize prereq checks...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-11-25 Peter Rabbitson Drop Math::BigInt optdep: no fixes concerning us were...
2011-07-04 Rafael Kitover check database driver dependencies for tests
2011-06-08 Rafael Kitover don't add Sys::SigAction to author deps on Win32
2011-06-05 Peter Rabbitson Extra cleanup of leftovers from 70171cd7
2011-04-01 Rafael Kitover Comprehensive MSAccess support over both DBD::ODBC...
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2011-03-08 Peter Rabbitson Make sure the component_class autoloader works across...
2011-03-08 Rafael Kitover fixup Firebird ODBC driver for DBD::ODBC 1.29
2011-02-21 Rafael Kitover Multiple code/test/doc improvements for MSSQL over...
2010-12-28 Peter Rabbitson Fix Class::Accessor::Grouped and Hash::Merge dependencies
2010-12-23 Alexander Hartmaier added RDBMS optional dependency groups for use by DBIC...
2010-12-23 Peter Rabbitson Switch the shortener (used only by oracle) reqs to...
2010-11-10 Peter Rabbitson Overhaul serialization test, add optional Memcached...
2010-10-27 Peter Rabbitson Fail gracefully on Config::Any PROFILE-loading errors
2010-10-26 Peter Rabbitson Extra authordeps
2010-10-04 Peter Rabbitson Minor cleanup of memory cycle tracing and IC::DT inflat...
2010-09-21 Peter Rabbitson Fix RT61503 (bump DateTime::Format::Pg dep)
2010-09-01 Peter Rabbitson Don't try to load DBIx::Class during the Makefile.PL...
2010-08-31 Peter Rabbitson Massive cleanup of DateTime test dependencies, other...
2010-08-30 Peter Rabbitson Minor cleanup of ::Optional::Dependencies innards
next