From: Peter Rabbitson Date: Wed, 20 Feb 2013 09:57:03 +0000 (+0100) Subject: Add optdep on CPAN::Uploader to get an effortless `make upload` X-Git-Tag: v0.08208~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=ee6e8c79bfa5b113aa94c850405b37b677410ef8 Add optdep on CPAN::Uploader to get an effortless `make upload` --- diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index a96c189..faba747 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -106,6 +106,12 @@ my $rdbms_firebird_odbc = { }; my $reqs = { + dist_upload => { + req => { + 'CPAN::Uploader' => '0.103001', + }, + }, + dist_podinherit => { req => { 'Pod::Inherit' => '0.90',