Update Firebird ODBC driver download URL
[dbsrgits/DBIx-Class-Schema-Loader.git] / Makefile.PL
2018-02-23 Ed J port to Distar
2017-11-21 Dagfinn Ilmari Man... Fix fix reference cycle in test col_accessor_map callback
2017-11-16 Dagfinn Ilmari Man... Make sure '.' is last in @INC, not first
2017-04-10 Dagfinn Ilmari Man... Fix running Makefile.PL without '.' in @INC
2016-06-19 Justin Hunter fix typo of "Module::Install" in Makefile.PL
2016-06-18 Dagfinn Ilmari Man... Add AuthorTests to list of required M:I Plugins
2016-02-25 Dagfinn Ilmari Man... Disallow creating dist with extra author mode deps
2015-06-25 Dagfinn Ilmari Man... Add author test for whitespace errors and make whitespa...
2015-06-25 Dagfinn Ilmari Man... Improve POD test and make it author-only
2015-06-25 Dagfinn Ilmari Man... Import the latest ::Optional::Dependencies from DBIC
2015-04-01 Dagfinn Ilmari Man... Use {List,Sub}::Util instead of List::MoreUtils and...
2014-07-29 Dagfinn Ilmari Man... Fix many_to_many bridges going back to the same table
2014-07-29 Dagfinn Ilmari Man... Use Test::Differences to check lack of file rewrite
2013-11-15 David Steinbrunner update repository url
2012-11-15 Peter Rabbitson Reorganize and freshen up deps
2012-10-02 Rafael Kitover update deps on ::Phrase and ::Tagger
2012-09-09 Rafael Kitover add a loud warning to Makefile.PL about rel attrs
2012-08-30 Rafael Kitover bump Lingua::EN::Tagger dep to 0.20
2012-04-08 Rafael Kitover bump up Class::Inspector dep for blead (RT#74236)
2012-04-04 Rafael Kitover register sources on schema class, never instance
2011-12-09 Rafael Kitover many_to_many rel bridge generation for link tables
2011-10-29 Rafael Kitover better CamelCASE support for naming=v8
2011-10-25 Rafael Kitover bump String::ToIdentifier::EN dep to 0.05
2011-10-25 Rafael Kitover implement schema_base_class for dynamic schemas
2011-10-19 Rafael Kitover fix some issues with multi-db_schema support
2011-09-28 Rafael Kitover remove dependency on File::Slurp
2011-09-07 Peter Rabbitson Fix the failing pg tests (unicode wasn't slurped)
2011-07-23 Rafael Kitover make $schema->loader a public method
2011-05-25 Rafael Kitover handle duplicate relationship names (RT#64041)
2011-04-13 Rafael Kitover remove Class::Load dependency
2011-02-25 Rafael Kitover bump up Class::C3::Componentised dep 0.07009
2011-02-02 Rafael Kitover bump DBIC dep to 0.08127
2011-01-26 Rafael Kitover update Changes, namespace::clean dep
2011-01-21 Rafael Kitover use Class::Load
2010-12-21 Rafael Kitover bump CAG dep
2010-09-11 Peter Rabbitson Fix stupid attempt to set a r/o accessor
2010-09-08 Peter Rabbitson auto_provides is too noisy and doesn't add much value...
2010-09-08 Peter Rabbitson Add --skip_author_deps Makefile switch akin to DBIC
2010-09-08 Peter Rabbitson Remove useless dependency
2010-09-06 Peter Rabbitson Add extra warning guard and object creation tests to...
2010-09-01 Peter Rabbitson Use MRO::Compat instead of forcing Class::C3
2010-09-01 Peter Rabbitson Fixup Makefile.PL to not croak on pristine dev-systems
2010-07-24 Rafael Kitover remove dep on Data::Dumper::Concise
2010-07-23 Rafael Kitover use Optional::Dependencies stole from DBIx::Class for...
2010-07-19 Rafael Kitover make Moose class detection safer
2010-07-07 Rafael Kitover replace namespace::autoclean with namespace::clean...
2010-05-11 Rafael Kitover handle digits when splitting by case transition
2010-03-16 Rafael Kitover better inflection using Lingua::EN::Inflect::Phrase
2010-03-09 Rafael Kitover remove optional deps
2010-03-09 Rafael Kitover multi-dsn support for common tests
2010-02-28 Rafael Kitover oracle and sybase support no longer experimental
2010-02-25 Rafael Kitover bump DBD::SQLite dep
2010-02-23 Rafael Kitover column_info POD generation improvements
2010-02-15 Rafael Kitover support for SQL Anywhere
2010-02-01 Dagfinn Ilmari Man... Update repository location
2010-01-22 Rafael Kitover fixes for Win32
2010-01-02 Rafael Kitover better "size" column_info for postgres, still unlikely...
2010-01-01 Robert Buels added tests for overwrite_modifications option
2009-12-30 Rafael Kitover remove dep on CAF, add dep on CAG
2009-12-30 Rafael Kitover use simple group accessors for Loader::Base, remove...
2009-12-30 Rafael Kitover bump File::Path dep, fixup redefined warning handler
2009-12-24 Rafael Kitover Merge 'current' into 'back-compat'
2009-11-30 Rafael Kitover tests pass again
2009-11-30 Rafael Kitover fix MySQL rel introspection with on_connect_call =...
2009-11-29 Rafael Kitover Merge 'current' into 'back-compat'
2009-11-29 Rafael Kitover fix table count test in common tests, inc version for...
2009-11-28 Rafael Kitover backcompat mode now runs more than once
2009-10-31 Rafael Kitover add resources to Makefile.PL
2009-08-29 Rafael Kitover update M::I version in Makefile.PL
2009-08-29 Rafael Kitover add sybase and mssql as features to Makefile.PL
2009-08-28 Rafael Kitover Merge 'current' into 'mssql_tweaks'
2009-08-23 Rafael Kitover put extra mssql tests in the proper format
2009-08-12 Rafael Kitover fix CURRENT_TIMESTAMP default for MySQL
2009-04-21 Dagfinn Ilmari Man... Use Class::C3::Componentised->load_optional_class
2009-04-19 Dagfinn Ilmari Man... Replace UNIVERSAL::require with Class::C3::Componentised
2008-05-26 Dagfinn Ilmari Man... Throw out the in-memory class generation, just dump...
2008-05-24 Dagfinn Ilmari Man... Add "dbicdump" script for easy commandline dumping
2008-04-13 Dagfinn Ilmari Man... - Fix base class ordering in dumped classes
2008-04-13 Dagfinn Ilmari Man... Bump Module::Install requirement to make sure we have...
2007-06-08 Brandon Black update versions for 0.04000 release, added some better... 0.04000
2007-05-22 Brandon Black convert to M::I, release 0.03999_02 0.03999_02
2006-05-22 Brandon Black Merging branches/DBIx-Class-Schema-Loader-refactor...
2006-01-31 Brandon Black switched to Build.PL, updated deps, updated docs
2006-01-24 Brandon Black various identifier cleanups, to help prevent clashing...
2006-01-21 Brandon Black existing Loader patchwork for Schema support, module...
2006-01-21 Brandon Black copied Loader into a subdir by accident, moving it...