Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Admin.pm
2016-09-30 Peter Rabbitson Audit and minimize use of last major indirect method...
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-03-01 Peter Rabbitson Several cosmetic fixups, making next commit easier...
2016-02-03 Peter Rabbitson Remove Config::Any from the core dep set
2015-08-12 Peter Rabbitson This is no longer necessary after 4068e05f
2015-05-03 Peter Rabbitson This is no longer necessary after 4068e05f
2014-10-21 Peter Rabbitson Switch all double-optdeps calls to a single invocation...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-07-21 Peter Rabbitson Add internal assertion guard for some indirect calls...
2014-07-01 Peter Rabbitson namespace::autoclean is a really stupid idea - purge...
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()
2012-03-12 Eden Cardim making config flags actually recognize config files
2011-04-14 Justin Hunter fix some spelling mistakes
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-01-27 Ronald J Kimball Fix broken sections links in POD
2010-12-23 Gordon Irving Add missing attributes to Admin.pm (referenced in dbica...
2010-06-02 Arthur Axel "fREW... perl modules shouldnt munge @INC; thats the job of...
2010-06-01 Arthur Axel "fREW... do not lazily set up include dirs and do not localize
2010-05-31 Peter Rabbitson typos
2010-05-31 Peter Rabbitson Fix RT#57732
2010-05-31 Peter Rabbitson Cleanup debug output
2010-05-31 Peter Rabbitson Remove leftovers
2010-05-31 Peter Rabbitson Merge 'trunk' into 'dbicadmin-non-versioned'
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-14 Eden Cardim added debug option
2010-05-07 Eden Cardim I option functional and passing tests
2010-05-07 Eden Cardim dbicadmin can now install non-versioned schemas
2010-02-14 Peter Rabbitson This is Moose, so use CMOP
2010-02-14 Peter Rabbitson Some formatting
2010-02-14 Peter Rabbitson Cleanup dependencies / Admin inheritance
2010-02-13 Peter Rabbitson Switch Admin/dbicadmin to Opt::Deps
2010-02-13 Peter Rabbitson We use Try::Tiny in a single spot, not grounds for...
2010-01-26 Rafael Kitover prefer JSON::DWIW for barekey support
2010-01-21 Rafael Kitover minor documentation updates
2010-01-20 Gordon Irving remove un-needed coerce from schema_class of type Str
2010-01-20 Gordon Irving add private types to coerce
2010-01-20 Rafael Kitover minor fixups
2010-01-17 Gordon Irving remove comment headers
2010-01-17 Gordon Irving change warns/dies -> carp/throw_exception
2010-01-17 Peter Rabbitson More tets cleanup
2010-01-17 Peter Rabbitson Fix POD (spacing matters)
2010-01-17 Peter Rabbitson Real detabify
2010-01-15 Gordon Irving change white space to not be tabs
2009-12-15 Gordon Irving add namespace::autoclean to DBIx::Class::Admin
2009-12-15 Gordon Irving dep check to end of module
2009-12-12 Gordon Irving add compatability for --op for dbicadmin, revert test...
2009-12-12 Gordon Irving some changes to make DBIx::Class::Admin more compatible...
2009-12-12 Gordon Irving add some pod to DBIx::Class::Admin
2009-12-12 Gordon Irving update DBIx::Class::Admin data manip functions to pass...
2009-12-12 Gordon Irving add quite attribute to DBIx::Class admin
2009-12-02 Gordon Irving all ddl tests now pass
2009-12-02 Gordon Irving get deployment tests to pass
2009-11-30 Gordon Irving add DBIx::Class::Admin