From 8f01cb12bdc2db6b187aefdffc93ec121cf00dbb Mon Sep 17 00:00:00 2001 From: azumakuniyuki Date: Mon, 18 Nov 2019 20:04:39 +0900 Subject: [PATCH] "input" => "json" parameter of Sisimai->make is marked as obsoleted #333 --- lib/Sisimai.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Sisimai.pm b/lib/Sisimai.pm index 1bbed1296..fb2929ab8 100644 --- a/lib/Sisimai.pm +++ b/lib/Sisimai.pm @@ -71,6 +71,7 @@ sub make { } } elsif( $input eq 'json' ) { # Decoded JSON object: 'input' => 'json' + warn sprintf(" ***warning: 'input' => 'json' is marked as obsoleted"); my $type = ref $argv0; my @list;