Skip to content

Commit

Permalink
make re_match_in_7zip_directory public
Browse files Browse the repository at this point in the history
  • Loading branch information
bigio committed Oct 3, 2023
1 parent be150d8 commit e27b37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lib/Mail/MIMEDefang/Utils.pm
Expand Up @@ -34,7 +34,7 @@ our @ISA = qw(Exporter);
our @EXPORT = qw(time_str date_str hour_str
synthesize_received_header copy_or_link
re_match re_match_ext re_match_in_rar_directory re_match_in_zip_directory
md_copy_orig_msg_to_work_dir_as_mbox_file read_results);
re_match_in_7zip_directory md_copy_orig_msg_to_work_dir_as_mbox_file read_results);
our @EXPORT_OK = qw(md_init gen_mx_id);

=item time_str
Expand Down

0 comments on commit e27b37a

Please sign in to comment.