Add missing attributes to Admin.pm (referenced in dbicadmin's POD)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Admin.pm
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