minor replication changes - use a real hash merge, clarify master_read_weight, really...
[dbsrgits/DBIx-Class.git] / Makefile.PL
2009-05-15 Rafael Kitover minor replication changes - use a real hash merge,...
2009-05-14 Peter Rabbitson Merge 'storage-tweaks' into 'trunk'
2009-05-11 Peter Rabbitson Change the makefile to test r6202
2009-05-09 Peter Rabbitson Merge 'trunk' into 'storage-tweaks'
2009-05-09 Rafael Kitover ::DBI::Replicated - add master_read_weight to ::Random...
2009-05-07 Peter Rabbitson Bump SQLA dependency so -in/-between workarounds overlo...
2009-05-04 Rafael Kitover ::Replicated - test hashref for connect_replicants...
2009-05-03 Peter Rabbitson Bump SQLA ependencies so parenthesis_significant is...
2009-05-03 Peter Rabbitson Bump SQLA ependencies so parenthesis_significant is...
2009-04-29 Peter Rabbitson Fixes to massive breakage introduced by 5948 ribasushi--
2009-04-27 Peter Rabbitson More AUTHOR dependencies pulled from Replicated.pm
2009-04-27 Peter Rabbitson Whops, we don't exit under win32
2009-04-27 Peter Rabbitson Refactor the (almost obsolete) DBD::SQLite check not...
2009-04-21 Peter Rabbitson More author test-requires
2009-04-21 Peter Rabbitson New SQLite kicks ass - remove some warning silencers...
2009-04-20 Justin Hunter move load_optional_class into Class::C3::Componentised
2009-04-19 Matt S Trout 0.08100 release v0.08100
2009-04-09 Justin Hunter require DBD::SQLite 1.21+
2009-03-28 Peter Rabbitson Bump SQLA and CAG dependencies
2009-03-18 Florian Ragwitz Depend on the latest C3::Componentised so we use mro...
2009-03-18 Florian Ragwitz Use MRO::Compat instead of Class::C3 directly.
2009-03-15 Justin Hunter update Makefile.PL to require latest C3, C3::Componenti...
2009-03-12 Peter Rabbitson Move author warning in front of auto_install
2009-03-12 Matt S Trout warning in author mode to avoid confusing the easily...
2009-03-09 Peter Rabbitson One more cdbi-compat author req
2009-02-27 Peter Rabbitson Throw away namespace::clean dependency
2009-02-27 Peter Rabbitson A couple more makefile prereqs
2009-02-22 Peter Rabbitson More author-requires
2009-02-21 Peter Rabbitson Need latest SQLA for proper order_by in Ordered.pm
2009-02-20 Rafael Kitover make sure to not leave zombie processes from Makefile.PL
2009-02-20 Rafael Kitover comment for SIGBUS
2009-02-20 Rafael Kitover check a couple more signals during sqlite health check
2009-02-20 Rob Kinyon Fixed syntax error
2009-02-20 Matt S Trout Merge 'multi_stuff' into 'trunk'
2009-02-20 Rafael Kitover Merge 'trunk' into 'multi_stuff'
2009-02-20 Rafael Kitover added timeout to sqlite health check because some buggy...
2009-02-20 Matt S Trout add DBIC_MULTICREATE_DEBUG, fix one bug with column...
2009-02-17 Rafael Kitover changed DBD::SQLite from a test_requires to a configure...
2009-02-17 Rafael Kitover changed WriteAll; to WriteAll(); in Makefile.PL because...
2009-02-07 Peter Rabbitson Up trunk dependency versions
2009-01-29 Peter Rabbitson More verbosity as tomboh suggested
2009-01-28 Peter Rabbitson Older versions behave erratically in the new reentrant...
2009-01-28 Peter Rabbitson Special treatment of windows users - you can not segfau...
2009-01-25 Peter Rabbitson First stab at restructuring with tests_recursive()...
2009-01-09 Wallace Reis not necessary
2009-01-08 Wallace Reis failing test for load_namespace
2008-11-28 Norbert Buchmuller * Replaced eq_bind() implementation to use Test::Deep...
2008-11-25 Norbert Buchmuller * Undid bumping of SQL::Abstract version dependency.
2008-11-12 Norbert Buchmuller * Bumped SQL::Abstract version dependency.
2008-10-31 Peter Rabbitson Kill the install process at the MakeMaker stage if...
2008-10-31 Peter Rabbitson 68inflate_has_a.t tests the cdbi-compat shim and thus...
2008-10-24 Michael G Schwern Annoying DBD::SQLite warning is tripping up Test::NoWar...
2008-10-07 Matt S Trout increase Test::Warn dependency
2008-08-14 Tom Hukins Add metadata about the license and repository used...
2008-07-29 Guillermo Roditi use sub::name to fix compat with moose method modifiers
2008-07-23 Matt S Trout more author requirements
2008-06-04 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-03 Ash Berlin Remove Digest::SHA1 dep too
2008-05-09 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-05-08 Brian Cassidy add Test::Exception to deps (RT #34256). move testing...
2008-05-05 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-05-05 Matt S Trout improvements to the META.yml magic
2008-04-30 John Napiorkowski got first pass on the replication and balancer, passing...
2008-04-09 Tom Hukins As of revision 4232, DBIx::Class uses Path::Class....
2008-04-01 Ash Berlin Constraint/index name fix from rdj
2008-03-15 Michael G Schwern Missing requires of Test::NoWarnings
2008-03-15 Michael G Schwern Forgot to require Test::Warn
2008-03-11 Ash Berlin Fix depend on Time::Piece for cdbi
2008-01-16 Michael G Schwern Declare dep on JSON::Any rather than JSON.
2007-10-23 Luke Saunders changed constraint and index generation to be consisten...
2007-10-23 Luke Saunders fixed versioning test and checked db and schema version...
2007-08-21 Matt S Trout force CDBICompat deps for developers, fix tests to...
2007-08-11 Ash Berlin Move to using Class::C3::Componentised
2007-08-08 Matt S Trout bump sqlite dep
2007-08-07 Michael G Schwern With DBD::SQLite 1.12 there's a bus error in 33storage_...
2007-07-16 Matt S Trout 08003 changes
2007-07-04 Luke Saunders fixed attr merging problem
2007-07-04 Matt S Trout remove cwd dep, modify pod
2007-06-20 Matt S Trout ordering change to squash an M::I warning
2007-06-20 Matt S Trout probably fix bulk_create
2007-06-17 Matt S Trout Merge 'DBIx-Class-current' into 'trunk'
2007-06-07 Brandon L. Black 0.07999_05 (2nd 0.08 RC)
2007-05-12 Christopher H. Laco Require CAG 0.05002 to kill Class::Inspector warnings.
2007-05-11 Christopher H. Laco Updated prereq version of CAG to 0.05001
2007-05-10 Christopher H. Laco resultset_class/result_class now (again) auto loads...
2007-03-07 Ash Berlin We need JSON > 1.00 for dbicadmin
2006-11-22 Christopher H. Laco Updated version requirement for Class::Accessor::Groupe...
2006-11-18 Ash Berlin Removed Class::Data::Accessor and DBIx::Class::Accessor...
2006-11-12 Ash Berlin use inc::Module::Install 0.64 (no version previouly)
2006-11-12 Ash Berlin Moved from M::B to M::I
2006-05-28 Daniel Westermann... Changes for 0.06999_01 release
2005-09-23 Andy Grundman Final 0.03001 release v0.03001