make it clear that we are not supposed to have optional deps
[dbsrgits/DBIx-Class.git] / Makefile.PL
2009-09-11 Matt S Trout make it clear that we are not supposed to have optional...
2009-09-06 Peter Rabbitson Test cleanup:
2009-09-04 Peter Rabbitson Even better sqla
2009-09-04 Peter Rabbitson Rewrite selector using sqla
2009-09-04 Peter Rabbitson Require sqla with bool support
2009-09-02 Peter Rabbitson Centralize handling of minimum sqlt version to DBIx...
2009-09-01 Peter Rabbitson Quote deps, avoid floating problems
2009-08-30 Peter Rabbitson Minor cleanup and test enhancement
2009-08-24 Rafael Kitover bump CAG dep
2009-08-18 Peter Rabbitson Release 0.08109 v0.08109
2009-08-07 Peter Rabbitson per mst: no optional deps
2009-08-07 Peter Rabbitson Streamline makefile dep handling
2009-08-05 John Napiorkowski added replication as an optional feature to make instal...
2009-08-05 Peter Rabbitson Bump dependencies:
2009-08-04 Peter Rabbitson Traits not needed by anything currently in dbic
2009-08-04 Peter Rabbitson Separate the diamond MC test
2009-08-03 Peter Rabbitson Merge 'trunk' into 'prefetch_redux'
2009-08-03 Peter Rabbitson Disable Pod::Inherit makefile calls, until we get to...
2009-07-31 Rob Kinyon Added MooseX::Traits to Makefile.PL
2009-07-21 Rafael Kitover update Storage::Replicated prereqs
2009-07-10 Rafael Kitover fix PodInherit call in Makefile.PL
2009-07-05 Peter Rabbitson Put Pod::Inherit stuff back after proper copy
2009-07-05 Peter Rabbitson Temporarily backout Pod::Inherit changes
2009-07-05 Peter Rabbitson Couple of makefile fixes:
2009-07-05 Jess Robinson Added Pod::Inherit use to Makefile.PL at author-time...
2009-07-03 Peter Rabbitson Ask for newer DBD::Pg in author mode, suggest the newer...
2009-06-30 Peter Rabbitson Cleanup dependency handling a bit
2009-06-27 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-27 Peter Rabbitson Bump author SQLT dependency for early developer testing
2009-06-13 Rafael Kitover fixup _setup_connect_do, other minor cleanups
2009-06-13 Rafael Kitover finished up on_connect_call stuff
2009-06-11 Peter Rabbitson IC::DT changes:
2009-06-11 Peter Rabbitson explicitly remove manifest on author mode make
2009-06-09 Peter Rabbitson Require a recent bugfixed Devel::Cycle
2009-06-03 Peter Rabbitson Require a recent version of Date::Simple during CDBI...
2009-06-01 Peter Rabbitson Merge 'order_by_refactor' into 'trunk'
2009-05-31 Peter Rabbitson Last set of Makefile.PL optimizations
2009-05-31 Peter Rabbitson There is a saner way to write out resources
2009-05-31 Peter Rabbitson Throw away the makefile SQLite test - it served its...
2009-05-31 Peter Rabbitson M::I 0.89 finally resolves all provlems with auto_install
2009-05-30 Peter Rabbitson Greatly simplify _order_by override to fallback on...
2009-05-26 Ash Berlin Fix 'timestamp with time zone' columns for IC::DT inflation
2009-05-23 Rafael Kitover revert last Sybase changes
2009-05-23 Rafael Kitover Sybase bindvar and IC::DT support
2009-05-19 Peter Rabbitson Adjust dependencies - most of them pull in bugfixes
2009-05-18 Peter Rabbitson Require bugfixed sqla
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...
next