diff options
author | jake <jake@jakes-mail.top> | 2022-07-06 02:02:03 -0400 |
---|---|---|
committer | jake <jake@jakes-mail.top> | 2022-07-06 02:02:03 -0400 |
commit | 09eaab657dc29ed6484a87f95ac427f8ba964c12 (patch) | |
tree | 3fa5623ed7673e7a5a7ef14b79d579b5e79c3852 /gmi.pl | |
parent | 0e829d4ea6c81567fc8daed35ae05d522a866a54 (diff) |
Diffstat (limited to 'gmi.pl')
-rwxr-xr-x | gmi.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ use Term::ANSIColor; # Core use Path::Naive qw(normalize_path); # CPAN use Text::ParseWords; # Core use Term::ReadLine; # CPAN -#use Smart::Comments; # CPAN +use Smart::Comments; # CPAN use URI::Encode qw(uri_encode); # CPAN use IO::Socket::SSL::Utils; # CPAN use File::Slurper qw(read_dir read_text); # CPAN |