Skip to content

Commit

Permalink
the +44 1403 20 block seems to no longer be in service so N::P::UK do…
Browse files Browse the repository at this point in the history
…esn't like it
  • Loading branch information
DrHyde committed Feb 23, 2016
1 parent 6c344cf commit 701badf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ TODO
t/10_country-test-at.t
t/55_number-phone-country-multiple.t
t/10_country-test-br.t
t/43-raw_number.t
lib/Number/Phone/StubCountry/AC.pm
lib/Number/Phone/StubCountry/AD.pm
lib/Number/Phone/StubCountry/AE.pm
Expand Down Expand Up @@ -318,4 +319,3 @@ lib/Number/Phone/StubCountry/YT.pm
lib/Number/Phone/StubCountry/ZA.pm
lib/Number/Phone/StubCountry/ZM.pm
lib/Number/Phone/StubCountry/ZW.pm
t/43-raw_number.t
6 changes: 3 additions & 3 deletions t/60_dial_to.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ foreach my $test (
# see http://consumers.ofcom.org.uk/dial-the-code/
{ from => '+44 1424 220000', to => '+44 1424 220001', expect => '01424220001', desc => 'UK local call' },
{ from => '+44 1424 220000', to => '+44 1424 990001', expect => undef, desc => 'UK call to reserved (ie unused) number' },
{ from => '+44 1403 200000', to => '+44 1403 030001', expect => '01403030001', desc => 'UK local call to National Dialling Only number' },
{ from => '+44 1403 200000', to => '+44 1424 220000', expect => '01424220000', desc => 'UK call to another area' },
{ from => '+44 1403 210000', to => '+44 1403 030001', expect => '01403030001', desc => 'UK local call to National Dialling Only number' },
{ from => '+44 1403 210000', to => '+44 1424 220000', expect => '01424220000', desc => 'UK call to another area' },
{ from => '+44 7979 866975', to => '+44 7979 866976', expect => '07979866976', desc => 'UK mobile to mobile' },
{ from => '+44 800 001 4000', to => '+44 845 505 0000', expect => '08455050000', desc => 'UK 0800 to 0845' },
{ from => '+44 800 001 4000', to => '+44 800 001 4001', expect => '08000014001', desc => 'UK 0800 to 0800' },
Expand All @@ -28,7 +28,7 @@ foreach my $test (
# don't know how to dial this because of silly overlays in some places
{ from => '+1 202 224 6361', to => '+1 202 224 4944', expect => undef, desc => 'US domestic call' },
{ from => '+44 1424 220000', to => '+1 202 224 6361', expect => '0012022246361', desc => 'UK call to another country' },
{ from => '+1 202 224 6361', to => '+44 1403 200000', expect => '011441403200000', desc => 'US call to another country' },
{ from => '+1 202 224 6361', to => '+44 1403 210000', expect => '011441403210000', desc => 'US call to another country' },
) {
test_dial_to(%{$test});
}
Expand Down

0 comments on commit 701badf

Please sign in to comment.