Skip to content

Commit

Permalink
Sisimai::Lhost->warn method will be removed at v4.25.5 #333
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Nov 20, 2019
1 parent d1f32aa commit 0903083
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Sisimai/Lhost.pm
Expand Up @@ -82,7 +82,7 @@ sub make {
sub warn {
# Print warnings about an obsoleted method
# This method will be removed at the future release of Sisimai
# @until v4.25.6
# @until v4.25.5
my $class = shift;
my $useit = shift || '';
my $label = ' ***warning:';
Expand All @@ -99,7 +99,6 @@ sub warn {
warn $messageset;
}


1;
__END__
Expand Down

0 comments on commit 0903083

Please sign in to comment.