summaryrefslogtreecommitdiffstats
path: root/bin/find-urls
diff options
context:
space:
mode:
Diffstat (limited to 'bin/find-urls')
-rwxr-xr-xbin/find-urls8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/find-urls b/bin/find-urls
deleted file mode 100755
index e41363a..0000000
--- a/bin/find-urls
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-use 5.014;
-
-use URL::Search 'extract_urls';
-
-say for extract_urls(do { local $/; <> });