From 0e0e894eda98b0a7f224204caf0416bf11dc071d Mon Sep 17 00:00:00 2001 From: Anonymous Date: Wed, 10 May 2017 17:19:00 +0100 Subject: [PATCH] no longer needed --- auth.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/auth.pl b/auth.pl index aa9ac7d..2619128 100644 --- a/auth.pl +++ b/auth.pl @@ -3,7 +3,6 @@ use 5.010; use strict; use warnings; use Mastodon::Client; -use YAML::Tiny; use IO::Prompt; use JSON::Tiny qw/encode_json/;