Harmonize time zone spelling in InflateColumn::DateTime
[dbsrgits/DBIx-Class.git] / Makefile.PL
2016-04-29 Peter Rabbitson Bump Sub::Uplevel dep - too much breaks on <= 0.18
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2016-04-12 Peter Rabbitson Lose another dependency: Class::Inspector
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-03-02 Peter Rabbitson Get rid of Path::Class ( that *does* feel good )
2016-03-01 Peter Rabbitson Several cosmetic fixups, making next commit easier...
2016-03-01 Peter Rabbitson Revert ab340f7f - it no longer makes sense given the...
2016-02-03 Peter Rabbitson Remove Config::Any from the core dep set
2015-11-03 Peter Rabbitson Really make sure xt/ tests run on non-plain installs...
2015-08-12 Peter Rabbitson Make sure plain install with DBICTEST_VIA_REPLICATED...
2015-04-04 Peter Rabbitson Make sure plain install with DBICTEST_VIA_REPLICATED...
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
2015-02-10 Peter Rabbitson Move the SQLite test dependency specification to optdeps
2015-01-25 Peter Rabbitson Minor streamline of optdeps usage (no functional changes)
2014-10-25 Peter Rabbitson Make sure the fix for RT#99503 (SQLA a5f91febe) keeps...
2014-10-24 Peter Rabbitson Bump Moo dependency
2014-10-05 Peter Rabbitson Bump deps to pull in bugfixes
2014-09-25 Peter Rabbitson SQLA 1.79 shipped - revert tempextlib hack from d0435d75
2014-09-24 Peter Rabbitson After 5268b1da populate remained the sole user of Data...
2014-09-24 Peter Rabbitson Deal with authorship properly, in a future-sustainable...
2014-09-23 Peter Rabbitson Reorganize dist-time meta handling (no semantic changes)
2014-07-24 Peter Rabbitson Bundle trial SQLA for the trial of DBIC (reuse dq techn...
2014-07-24 Peter Rabbitson Correct test of ${^WARNING_BITS} - as haarg++ noted...
2014-07-19 Peter Rabbitson is_X_value functions introduced in 3705e3b28 migrated...
2014-07-01 Peter Rabbitson Add an explicit webchat link, change IRC to x_IRC
2014-05-28 Peter Rabbitson Retire DBIC::DebugObj, replace with $dbictest_schema...
2014-01-24 Peter Rabbitson Shuffle author-side M::I stuff out of the way
2014-01-24 Peter Rabbitson Logically separate statements mangled in 3054407e9
2014-01-24 Peter Rabbitson Explicitly declare static config
2014-01-24 Peter Rabbitson SQLite is not a build_requires dep anymore (trap-the...
2014-01-24 Peter Rabbitson Remove silly double-entry from test_requires
2014-01-22 Peter Rabbitson Massive incompatible change of ::BlockRunner internals
2014-01-19 Peter Rabbitson Fix ridiculous regex anchor mistake from 66137dffe
2013-12-27 Peter Rabbitson Require latest SQLA (some deprecations, lots of parser...
2013-12-13 Peter Rabbitson Pass the correct NAME attribute to our dummy EUMM invoc...
2013-10-08 Peter Rabbitson Add explicit notes wrt DBI/DBD::SQLite dep versions
2013-09-17 Peter Rabbitson These workarounds are thankfully no longer needed
2013-09-17 Peter Rabbitson This was fixed in March 2013
2013-04-24 Peter Rabbitson Require bugfixed (and a tad faster) CAG
2013-02-20 Peter Rabbitson Modify the null-branch pruning introduced in ce556881...
2013-02-07 Peter Rabbitson Temporary workaround for Path::Class not being installa...
2013-01-25 Peter Rabbitson Stop `perl Makefile.PL` from recursing into distdirs...
2013-01-21 Peter Rabbitson Fix self-referential resultset update/delete on MySQL...
2013-01-21 Peter Rabbitson Reign in (a little bit) the sprawling CRLF insanity...
2013-01-12 Peter Rabbitson Ensure the testddl is regenerated at Makefile and distd...
2012-12-19 Peter Rabbitson Rewrite all Makefile oneliners in terms of EU::MM:...
2012-12-18 Peter Rabbitson Explicitly specify Scalar::Util dep, and work around...
2012-12-14 Peter Rabbitson Make pod generation more palatable to the existing...
2012-12-11 Peter Rabbitson Some dependency bumps
2012-12-10 Peter Rabbitson Move generated POD to its own dir
2012-12-10 Peter Rabbitson Use legacy File::Path API - avoid a dependency (see...
2012-12-10 Peter Rabbitson Forgotten no-longer-needed dependency after d6b39e46
2012-11-18 Peter Rabbitson Back out frivolous loading of threads.pm
2012-11-14 Peter Rabbitson Reorganize metadata, add github addresses
2012-11-08 Peter Rabbitson Bump CAG to a bugfixed version
2012-11-05 Peter Rabbitson Ask for newer CAG which asks for bugfixed CXSA
2012-07-10 Arthur Axel 'fREW... no longer dep on dev rel since this is not a dev rel
2012-06-15 Peter Rabbitson Add authority for new moules
2012-05-30 Arthur Axel 'fREW... release 0.08197_01
2012-04-27 Peter Rabbitson Adjust tests for new Moo
2012-04-27 Peter Rabbitson Use the now pure-perlized Devel::GlobalDestroy module
2012-04-16 Peter Rabbitson Add strictures to the Makefile.PL inc-snippets
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2012-04-09 Peter Rabbitson Bump Moo deps
2012-04-09 Peter Rabbitson Enhance 19b088d1 to add SQLT dep regardless of Makefile...
2012-03-22 Peter Rabbitson Require bugfixed Module::Install
2012-03-16 Peter Rabbitson Fix the pure-perl in_global_destruction() emulation...
2012-03-12 Rafael Kitover add SQLT dep if DBICTEST_SQLT_DEPLOY env is set
2012-03-12 Peter Rabbitson Rewrite txn_do and dbh_do to use a (hidden for now...
2012-02-04 Peter Rabbitson Normalize -'s and _'s in maint names and Makefile options
2012-01-30 Peter Rabbitson Only invoke the author Makefile.PL includes if we are...
2012-01-29 Peter Rabbitson Forgotten diag and some clarifications of fc4b0448
2012-01-29 Peter Rabbitson Factor out the Makefile.PL into easily digestable snippets
2011-11-24 Peter Rabbitson Fix incorrect Test::Builder dep (RT#72282)
2011-10-25 Peter Rabbitson Remove the transparrent hook lazy-pager-count experiment
2011-07-17 Peter Rabbitson Reshuffle Makefile.PL a bit and add parallel-testing...
2011-07-15 Peter Rabbitson Rip out forgotten dep
2011-07-14 Alexander Hartmaier replaced Test::Deep::NoTest with Data::Compare to not...
2011-06-05 Peter Rabbitson fix doubling of find_related condition
2011-04-21 Peter Rabbitson Drop DBI requirement down to 1.57
2011-03-30 Peter Rabbitson Several 5.8.old fixes
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2011-02-25 Peter Rabbitson Cleanup C3 handling, require updated Class::C3::Compone...
2011-02-03 Rafael Kitover add quote_names connect_info option
2011-01-26 Peter Rabbitson Correct Makefile.PL authortests borkage
2011-01-14 Peter Rabbitson New namespace::clean to resolve the Package::Stash...
2010-12-28 Peter Rabbitson Stop running on smokers with a screwed up Package:...
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-12-15 Alexander Hartmaier support INSERT ... RETURNING in Oracle 8i and later
2010-12-02 Peter Rabbitson Order core dependencies, bump CAG to the rewritten...
2010-11-18 Peter Rabbitson Always run the META.yml check
2010-11-10 Arthur Axel 'fREW... Don't quote NULL for debug output
2010-10-23 Peter Rabbitson -ident implementation
2010-10-12 Peter Rabbitson Require unborked CAG
2010-10-10 Peter Rabbitson Entire test suite passes under DBIC_TRACE=1
2010-10-04 Peter Rabbitson Make Data::Page total count evaluation lazy
next