From 6ab6a0a1857e9ae487642f5aad0c948e12d167c5 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 13 Nov 2018 21:06:49 +0100 Subject: T1006: remove the check-ipv4-ipv6.pl script that is not used anywhere. --- scripts/check-ipv4-ipv6.pl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 scripts/check-ipv4-ipv6.pl (limited to 'scripts') diff --git a/scripts/check-ipv4-ipv6.pl b/scripts/check-ipv4-ipv6.pl deleted file mode 100755 index 0816ebee..00000000 --- a/scripts/check-ipv4-ipv6.pl +++ /dev/null @@ -1,12 +0,0 @@ -#! /usr/bin/perl - -# Trivial script to check for valid IPv4 or IPv6 address - -use strict; -use NetAddr::IP; - -foreach my $addr (@ARGV) { - die "$addr: not valid a valid IPv4 or IPv6 address\n" - unless new NetAddr::IP $addr; -} - -- cgit v1.2.3