Also add vim swapfiles to gatherdir ignore
@@ -15,6 +15,8 @@ homepage = https://github.com/teodesian/TestRail-Perl
[GatherDir]
include_dotfiles = 1
+exclude_match = .*\.swp
+exclude_match = .*\.swo
[PruneCruft]
except = \.travis.yml
@@ -33,7 +33,7 @@ use Scalar::Util qw{reftype looks_like_number};
use Clone 'clone';
use Try::Tiny;
-use JSON::MaybeXS ();
+use JSON::MaybeXS 1.001000 ();
use HTTP::Request;
use LWP::UserAgent;
use Data::Validate::URI qw{is_uri};