Skip to content

Commit

Permalink
Since v5.0.0 #407
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Aug 24, 2020
1 parent c074e64 commit c7982df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Sisimai/RFC2047.pm
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ sub levelout {
# @param [String] argv0 The value of Content-Type header
# @param [String] argv1 A pointer to multipart/* message blocks
# @return [Array] List of each part of multipart/*
# @since v5.0.0
my $class = shift;
my $argv0 = shift || return [];
my $argv1 = shift || return [];
Expand Down

0 comments on commit c7982df

Please sign in to comment.