summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2022-01-17 11:36:45 -0800
committerRuss Allbery <rra@cpan.org>2022-01-17 11:36:45 -0800
commite6296f537b3dc6527735d1067ff8e19cdc7b9130 (patch)
tree50f0b885e0a3dfd6572bc5136de23db198ccb5db
parent0e24930c21fe8374b8d4de5a3a349eaa4314532e (diff)
Remove unnecessary Perl6::Slurp import
-rw-r--r--lib/App/DocKnot/Spin/RSS.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/App/DocKnot/Spin/RSS.pm b/lib/App/DocKnot/Spin/RSS.pm
index 398c2bf..2fe01f3 100644
--- a/lib/App/DocKnot/Spin/RSS.pm
+++ b/lib/App/DocKnot/Spin/RSS.pm
@@ -22,7 +22,6 @@ use Carp qw(croak);
use Date::Language ();
use Date::Parse qw(str2time);
use Path::Tiny qw(path);
-use Perl6::Slurp qw(slurp);
use POSIX qw(strftime);
##############################################################################