From: Peter Rabbitson Date: Thu, 3 Sep 2009 17:54:50 +0000 (+0000) Subject: Merge 'trunk' into 'sybase' X-Git-Tag: v0.08112~14^2~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=19f59b4fd16da149a649da5d7cfa5861ea9db35a Merge 'trunk' into 'sybase' r7449@Thesaurus (orig r7446): caelum | 2009-08-31 04:36:08 +0200 support coderef connect_infos for repicated storage r7450@Thesaurus (orig r7447): caelum | 2009-08-31 04:58:43 +0200 make replicant dsn detection a bit nicer r7451@Thesaurus (orig r7448): caelum | 2009-08-31 17:30:37 +0200 fix case where repelicant coderef dsn does not connect r7452@Thesaurus (orig r7449): arcanez | 2009-08-31 23:13:50 +0200 remove . from end of =head links r7455@Thesaurus (orig r7452): ribasushi | 2009-09-01 10:38:37 +0200 Quote deps, avoid floating problems r7456@Thesaurus (orig r7453): ribasushi | 2009-09-01 11:10:11 +0200 Fix misleading FAQ entry r7464@Thesaurus (orig r7461): ribasushi | 2009-09-01 16:51:58 +0200 Fix insert_bulk with rebless r7465@Thesaurus (orig r7462): ribasushi | 2009-09-01 16:52:39 +0200 Comment r7466@Thesaurus (orig r7463): matthewt | 2009-09-01 17:17:08 +0200 clearer copyright r7467@Thesaurus (orig r7464): matthewt | 2009-09-01 17:18:31 +0200 split copyright and license r7469@Thesaurus (orig r7466): frew | 2009-09-01 20:27:36 +0200 pod describing strife with MSSQL r7483@Thesaurus (orig r7480): ribasushi | 2009-09-02 11:07:04 +0200 Streamline pg test-schemas cleanup r7484@Thesaurus (orig r7481): ribasushi | 2009-09-02 11:20:25 +0200 Centralize handling of minimum sqlt version to DBIx::Class Bump version to the latest unborked sqlt (still just a recommend) r7485@Thesaurus (orig r7482): ribasushi | 2009-09-02 11:31:50 +0200 Some cleanup... don't remember where it came from r7486@Thesaurus (orig r7483): ribasushi | 2009-09-02 12:19:11 +0200 First part of mysql insanity r7487@Thesaurus (orig r7484): ribasushi | 2009-09-02 12:25:35 +0200 Invoke default_join_type only on undefined types r7488@Thesaurus (orig r7485): ribasushi | 2009-09-02 12:42:39 +0200 No fancy methods for the default_jointype, as we don't have proper sqlahacks inheritance and they are... well hacks r7489@Thesaurus (orig r7486): ribasushi | 2009-09-02 13:00:07 +0200 Mysql v3 support (ick) r7494@Thesaurus (orig r7491): rbuels | 2009-09-02 20:33:47 +0200 POD patch, corrected erroneous usage of dbh_do in Storage::DBI synopsis r7500@Thesaurus (orig r7497): ribasushi | 2009-09-03 11:11:29 +0200 POD lists the storable hooks, but does no load them r7501@Thesaurus (orig r7498): ribasushi | 2009-09-03 11:11:50 +0200 Storable sanification r7502@Thesaurus (orig r7499): ribasushi | 2009-09-03 11:24:17 +0200 Storable is now in Core r7503@Thesaurus (orig r7500): ribasushi | 2009-09-03 11:36:58 +0200 Make sure mysql is fixed r7506@Thesaurus (orig r7503): ribasushi | 2009-09-03 17:16:17 +0200 Add podcoverage skip r7507@Thesaurus (orig r7504): ribasushi | 2009-09-03 17:23:19 +0200 Consolidate _verify_pid calls --- 19f59b4fd16da149a649da5d7cfa5861ea9db35a diff --cc Makefile.PL index b6d7cf6,8151718..7d45a68 --- a/Makefile.PL +++ b/Makefile.PL @@@ -98,15 -101,9 +101,15 @@@ my %force_requires_if_author = $ENV{DBICTEST_ORACLE_DSN} ? ( - 'DateTime::Format::Oracle' => 0, + 'DateTime::Format::Oracle' => '0', ) : () , + + $ENV{DBICTEST_SYBASE_DSN} + ? ( + 'DateTime::Format::Sybase' => 0, + ) : () + , );