Add optdep on CPAN::Uploader to get an effortless `make upload`
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Optional / Dependencies.pm
index a96c189..faba747 100644 (file)
@@ -106,6 +106,12 @@ my $rdbms_firebird_odbc = {
 };
 
 my $reqs = {
+  dist_upload => {
+    req => {
+      'CPAN::Uploader' => '0.103001',
+    },
+  },
+
   dist_podinherit => {
     req => {
       'Pod::Inherit' => '0.90',