Skip to content

Commit

Permalink
"input" => "json" parameter of Sisimai->make is marked as obsoleted #333
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Nov 18, 2019
1 parent 25dc742 commit 8f01cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Sisimai.pm
Expand Up @@ -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;

Expand Down

0 comments on commit 8f01cb1

Please sign in to comment.