About 6,644 results found. (Query 0.02100 seconds)
No information is available for this page.
No information is available for this page.
No information is available for this page.
No information is available for this page.
use JSON::MaybeXS; @@ -29,9 +32,6 @@ use JSON::MaybeXS; # would be my preference over LWP::UserAgent due to the latter's size. use LWP::UserAgent; -# Create temporary directories. -use Path::Tiny; - sub make_api_url { my ($username, $repository) = @_; @@ -110,7 +110,7 @@ $remote_version gt $local_version my $release_url = make_release_url 'vector-im', 'element-web', "$remote_version"; -my $tmpdir = Path::Tiny->tempdir; +my $tmpdir = File::Temp->newdir;...
No information is available for this page.
No information is available for this page.