From 98ca1394842879651d05d896194b2f69715b0382 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Fri, 30 Oct 2020 00:52:24 -0700 Subject: [PATCH] missing test files --- cpanfile | 1 + 1 file changed, 1 insertion(+) diff --git a/cpanfile b/cpanfile index e5af0c2..bb9deed 100644 --- a/cpanfile +++ b/cpanfile @@ -79,3 +79,4 @@ requires "WWW::Mechanize"; requires "WWW::Shorten"; requires "WWW::Shorten::TinyURL"; requires "XML::RSS::Parser"; +requires "Test::Differences";