Skip to content

Commit

Permalink
update version of perl and nozaki
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Apr 20, 2023
1 parent 3bd19e7 commit b6cf49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nozaki.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl

use 5.018;
use 5.030;
use strict;
use threads;
use warnings;
Expand All @@ -20,7 +20,7 @@ sub main {
method => "GET,POST,PUT,DELETE,HEAD,OPTIONS,PATCH,PUSH",
headers => {},
timeout => 10,
agent => "Nozaki / 0.2.8",
agent => "Nozaki / 0.2.9",
tasks => 10,
delay => 0,
);
Expand Down

0 comments on commit b6cf49b

Please sign in to comment.