Add optdep on CPAN::Uploader to get an effortless `make upload`
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Optional / Dependencies.pm
index a21e99b..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',
@@ -189,6 +195,12 @@ my $reqs = {
     },
   },
 
+  test_strictures => {
+    req => {
+      'Test::Strict'              => '0.16',
+    },
+  },
+
   test_prettydebug => {
     req => $json_any,
   },