Skip to content

Commit

Permalink
Add 5+4 format, eg 016977 2222
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Jul 2, 2010
1 parent 97c3de3 commit dd9e3e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-data.realwork
Expand Up @@ -236,13 +236,14 @@ foreach my $datum (@telco_length_data) {
} elsif($format eq 'Mixed 4+5 & 4+6') {
$format = '4+5 mixed';
} elsif(
$format ne '2+8' &&
$format ne '2+8' &&
$format ne '3+7' &&
$format ne '4+4' &&
$format ne '4+6' &&
$format ne '4+5' &&
$format ne '5+4' &&
$format ne '5+5' &&
$format ne '2+8' &&
$format ne '2+8' &&
$format ne 'Mixed 4+5 & 4+6'
) {
warn "Unknown format: $format (r: $retard; t: $telco)\n";
Expand Down
Binary file modified lib/Number/Phone/UK/Data.pm
Binary file not shown.

0 comments on commit dd9e3e0

Please sign in to comment.