summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-04-16 02:30:50 -0400
committerJesse Luehrs <doy@tozt.net>2018-04-16 02:30:55 -0400
commita9bbd66f5c91ab03915195e7c5a4b28576a663fc (patch)
tree23be1d417faa93824a83f2dd439c9eb0d36f1675 /bin
parent308191e23df1b55515df0d1e6b359535a201022e (diff)
downloadconf-a9bbd66f5c91ab03915195e7c5a4b28576a663fc.tar.gz
conf-a9bbd66f5c91ab03915195e7c5a4b28576a663fc.zip
simplify
Diffstat (limited to 'bin')
-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 $/; <> });