From cb924b3ee6dd2b8f93a434a0805565c7180d9f10 Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 12 Dec 2024 20:01:00 -0500 Subject: [PATCH] comment out Smart::Comments --- myapp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myapp.pl b/myapp.pl index ec3a3af..da7ad53 100755 --- a/myapp.pl +++ b/myapp.pl @@ -19,7 +19,7 @@ use Mojo::JSON qw(decode_json); use Mojo::UserAgent; use Mojo::IRC; use Carp qw(croak); -use Smart::Comments; +#use Smart::Comments; use MIME::Base64 qw(encode_base64); ## no critic (prototype)