comment out Smart::Comments

This commit is contained in:
jake 2024-12-12 20:01:00 -05:00
parent c803012d4a
commit cb924b3ee6

View file

@ -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)