From: Matt S Trout Date: Mon, 15 May 2006 04:19:23 +0000 (+0000) Subject: dumped options from Build.PL X-Git-Tag: v0.07002~75^2~191 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6aaa8ea246081079ea355c5f4c997eacf3bc1424;p=dbsrgits%2FDBIx-Class.git dumped options from Build.PL --- diff --git a/Build.PL b/Build.PL index 364a8d2..2ab62b9 100644 --- a/Build.PL +++ b/Build.PL @@ -15,15 +15,12 @@ my %arguments = ( 'Class::Data::Accessor' => 0.01, 'Carp::Clan' => 0, 'DBI' => 1.40, + 'Module::Find' => 0, + 'Class::Inspector' => 0, }, build_requires => { 'DBD::SQLite' => 1.11, }, - recommends => { - 'Data::UUID' => 0, - 'Module::Find' => 0, - 'Class::Inspector' => 0, - }, create_makefile_pl => 'passthrough', create_readme => 1, test_files => [ glob('t/*.t'), glob('t/*/*.t') ], diff --git a/Changes b/Changes index 6b40d18..ffc03a2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class + - removed Data::UUID from deps, made other optionals required - modified SQLT parser to skip dupe table names - added remove_column(s) to ResultSource/ResultSourceProxy - added add_column alias to ResultSourceProxy