From 28604d34600722ea030241ea8eae05d08ca42dcf Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sat, 21 Mar 2015 12:41:51 +0000 Subject: [PATCH] remove mathom introduced in 5865f17, no longer needed since 05cd615 --- lib/Number/Phone/Country.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Number/Phone/Country.pm b/lib/Number/Phone/Country.pm index a8fd8c1..a78b1ed 100644 --- a/lib/Number/Phone/Country.pm +++ b/lib/Number/Phone/Country.pm @@ -2,7 +2,6 @@ package Number::Phone::Country; use strict; use Number::Phone::Country::Data; -use Number::Phone::NANP::Data; # *_codes are global so we can mock in some tests use vars qw($VERSION %idd_codes %prefix_codes);