From 28b545d85881536c046cd73a92faececb504d6fc Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Sun, 11 Apr 2010 16:50:33 +0000 Subject: [PATCH] * Make sure we use Math::BigInt --- awitpt/netip.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/awitpt/netip.pm b/awitpt/netip.pm index a331f50..9dc6955 100644 --- a/awitpt/netip.pm +++ b/awitpt/netip.pm @@ -27,6 +27,7 @@ package awitpt::netip; use strict; use warnings; +use Math::BigInt; # Our current error message my $error = ""; -- GitLab