Get rid of Path::Class ( that *does* feel good )
[dbsrgits/DBIx-Class.git] / t / admin / 02ddl.t
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-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-02-10 Peter Rabbitson Add import-time-skip support to OptDeps, switch most...
2014-05-27 Peter Rabbitson Move the DSN-lock machinery from 8d6b1478d into DBICTes...
2013-10-08 Peter Rabbitson Make $SIG{__WARN__} overrides more Carp::Always friendly
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2011-03-21 Peter Rabbitson Add startup sanity check of the ::DBI::Replicated metho...
2010-05-31 Peter Rabbitson Fix RT#57732
2010-05-07 Peter Rabbitson Trap erroneous warnings
2010-05-07 Eden Cardim added failing test case for non-versioned schema deploy...
2010-02-21 Peter Rabbitson Bah humbug
2010-02-13 Peter Rabbitson Switch tests to Optional::Deps
2010-01-17 Gordon Irving remove comment headers
2010-01-17 Peter Rabbitson More tets cleanup
2010-01-17 Peter Rabbitson More detabification
2010-01-17 Peter Rabbitson Real detabify
2010-01-15 Gordon Irving remove Module::Load from test suite
2010-01-15 Gordon Irving change white space to not be tabs
2009-12-17 Gordon Irving use DBICTest::_database over creating a schema object...
2009-12-15 Gordon Irving update test suite to skip if cannot load DBIx::Class...
2009-12-12 Gordon Irving change passing of preversion to be a parameter
2009-12-12 Gordon Irving add sleep 1 to t/admin/02ddl.t so insert into upgrade...
2009-12-02 Gordon Irving all ddl tests now pass
2009-12-02 Gordon Irving get deployment tests to pass
2009-12-02 Gordon Irving get deployment tests to pass
2009-11-30 Gordon Irving add DBIx::Class::Admin