aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjake <jake@jakes-mail.top>2022-07-06 02:02:03 -0400
committerjake <jake@jakes-mail.top>2022-07-06 02:02:03 -0400
commit09eaab657dc29ed6484a87f95ac427f8ba964c12 (patch)
tree3fa5623ed7673e7a5a7ef14b79d579b5e79c3852
parent0e829d4ea6c81567fc8daed35ae05d522a866a54 (diff)
-rwxr-xr-xgmi.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmi.pl b/gmi.pl
index a1f8656..edddda0 100755
--- a/gmi.pl
+++ b/gmi.pl
@@ -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