Skip to content

Commit

Permalink
Issue #1471: explicitly import 'encode_base64()'
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jan 23, 2022
1 parent 05203c5 commit 6bd101f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use strict;
use warnings;

# core modules
use MIME::Base64;
use MIME::Base64 qw(encode_base64);
use Encode qw(encode);

# CPAN modules
Expand Down Expand Up @@ -289,7 +289,6 @@ sub PrepareRequest {
StopCommunication => 1,
};
}

}

# handle the regular updating and creation
Expand Down

0 comments on commit 6bd101f

Please sign in to comment.