diff --git a/nozaki.pl b/nozaki.pl index d153d92..2a605ea 100755 --- a/nozaki.pl +++ b/nozaki.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl -use 5.018; +use 5.030; use strict; use threads; use warnings; @@ -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, );