Compare commits

...

10 Commits

Author SHA256 Message Date
01d965f453 Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=41
2024-08-25 18:18:38 +00:00
5760568f7c Accepting request 1097568 from devel:languages:perl:autoupdate
- updated to 3.9002
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.9002    2023-06-14
  - Data updates only

OBS-URL: https://build.opensuse.org/request/show/1097568
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=40
2023-07-11 13:11:57 +00:00
cd73c4e62b Accepting request 1070497 from devel:languages:perl:autoupdate
- updated to 3.9001
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.9001    2023-03-07
  - Bug fix: if libphonenumber doesn't define any formatters for a country,
    such as for Bonaire (BQ), do the best we can and return +CC NNNNN
    instead of nothing. This was a regression in 3.9000, see
    https://github.com/DrHyde/perl-modules-Number-Phone/issues/122
  3.9000    2023-03-05
  - Add validation using libphonenumber's data for non-geographic country
    codes like +800 (International free phone) and +870 (Inmarsat). See
    https://github.com/DrHyde/perl-modules-Number-Phone/issues/17
  - Bug fix: NANP toll-free numbers corrected. 833 area code now supported,
    and regex fixed to only match when the B and C digits are the same, so
    800 is toll-free, 888 is toll-free, but 808 is not. See
    https://github.com/DrHyde/perl-modules-Number-Phone/issues/110
  - Bug fix: NANP 1-600 area code is non-geographic. See
    https://github.com/DrHyde/perl-modules-Number-Phone/issues/113
  - Workaround: OFCOM have the wrong number length for the +44 800 716 range,
    we now have an egregious hack to work around that. See
    https://github.com/DrHyde/perl-modules-Number-Phone/issues/112
  - No longer auto-tested on 5.10 because a 'make test'-time dependency (Test::Deep)
    no longer supports that.
  - Data updates
  3.8007    2022-12-02
  - Data updates

OBS-URL: https://build.opensuse.org/request/show/1070497
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=39
2023-03-10 10:44:53 +00:00
Stephan Kulow
df22de34d9 Accepting request 1001431 from devel:languages:perl:autoupdate
- updated to 3.8006
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.8006    2022-09-03
  - Data updates
  - No longer auto-tested on 5.8 because a 'make dist'-time dependency (XML::XPath)
    no longer supports that.

OBS-URL: https://build.opensuse.org/request/show/1001431
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=38
2022-09-08 19:46:38 +00:00
8c42474416 Accepting request 982402 from devel:languages:perl:autoupdate
- updated to 3.8005
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.8005    2022-06-01
  - Data updates only

OBS-URL: https://build.opensuse.org/request/show/982402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=37
2022-06-16 14:12:54 +00:00
cc10256903 Accepting request 970520 from devel:languages:perl:autoupdate
- updated to 3.8004
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.8004    2022-03-07
  - Fix test failure that only occurred if Number::Phone::JP was installed
    (it doesn't have exactly the data we expect from ...::StubCountry::JP)
  - Data updates from OFCOM
  3.8003    2022-03-05
  - New Canadian area codes
  - +882 34 recognised as Antarctica, via Global Networks Switzerland

OBS-URL: https://build.opensuse.org/request/show/970520
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=36
2022-04-25 09:15:47 +00:00
Stephan Kulow
8a5d6a3dd6 Accepting request 939154 from devel:languages:perl:autoupdate
- updated to 3.8002
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.8002    2021-12-06
  - Fix Makefile.PL to not consume arguments that my code doesn't know about but
    which are relevant to EU::MM (https://github.com/DrHyde/perl-modules-Number-Phone/pull/106)
  - Explicitly open databases read-only so it works on a RO filesystem
    (https://github.com/DrHyde/perl-modules-Number-Phone/issues/107)
  - Data updates

OBS-URL: https://build.opensuse.org/request/show/939154
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=35
2021-12-13 10:42:00 +00:00
7875b290b9 Accepting request 921752 from devel:languages:perl:autoupdate
- updated to 3.8001
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.8001    2021-09-21
  - Tweak build to use more compatible options to tar(1) so some really old tars
    can read the archive correctly
  3.8000    2021-09-19
  - Bugfix for numbers in local format which may be ambiguous for UK Crown Dependencies
    when using Number::Phone::Lib
  - Bugfix for when you ask for an object representing a number in one country
    but provide a number for a different country. This mostly affects countries
    that contain other jurisdictions squatting on parts of their number plan,
    such as the Vatican in the Italian plan, and the Crown Dependencies in the UK
    plan. It is now an error to ask for an object representing a number in a
    'sub-country' which isn't valid in that sub-country (eg asking for a Jersey
    object but passing a Guernsey number); but if you ask for an object representing
    the 'super-country' but pass a 'sub-country' number you'll still get an object
    representing the sub-country. ie, say "gimme a GB object for this 'ere Guernsey number"
    and you'll get a Guernsey object.
  - Data updates

OBS-URL: https://build.opensuse.org/request/show/921752
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=34
2021-09-27 15:58:42 +00:00
8fe9f631aa Accepting request 897098 from devel:languages:perl:autoupdate
- updated to 3.7003
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.7003    2021-06-02
  - Data updates;
  - Add deprecation warning for platforms with 32 bit int (support will
    go away some time after 2023-06-01 with no further warning)

OBS-URL: https://build.opensuse.org/request/show/897098
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=33
2021-06-15 09:10:30 +00:00
da9c2f0663 Accepting request 878214 from devel:languages:perl:autoupdate
- updated to 3.7002
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG

OBS-URL: https://build.opensuse.org/request/show/878214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=32
2021-03-11 14:38:40 +00:00
4 changed files with 457 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:974147d7ad353eaf795fa51cd261ea9cf1cd19669beb1f8b19a8cdfe38867c9b
size 26379864

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddbc0fdb5ca1a45cfb7cbf3c51d689b3b3a59f2edcbb2c1b7958c04d0cd521b7
size 27959459

View File

@@ -1,3 +1,136 @@
-------------------------------------------------------------------
Thu Jun 15 03:09:57 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.9002
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.9002 2023-06-14
- Data updates only
-------------------------------------------------------------------
Wed Mar 8 03:10:13 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.9001
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.9001 2023-03-07
- Bug fix: if libphonenumber doesn't define any formatters for a country,
such as for Bonaire (BQ), do the best we can and return +CC NNNNN
instead of nothing. This was a regression in 3.9000, see
https://github.com/DrHyde/perl-modules-Number-Phone/issues/122
3.9000 2023-03-05
- Add validation using libphonenumber's data for non-geographic country
codes like +800 (International free phone) and +870 (Inmarsat). See
https://github.com/DrHyde/perl-modules-Number-Phone/issues/17
- Bug fix: NANP toll-free numbers corrected. 833 area code now supported,
and regex fixed to only match when the B and C digits are the same, so
800 is toll-free, 888 is toll-free, but 808 is not. See
https://github.com/DrHyde/perl-modules-Number-Phone/issues/110
- Bug fix: NANP 1-600 area code is non-geographic. See
https://github.com/DrHyde/perl-modules-Number-Phone/issues/113
- Workaround: OFCOM have the wrong number length for the +44 800 716 range,
we now have an egregious hack to work around that. See
https://github.com/DrHyde/perl-modules-Number-Phone/issues/112
- No longer auto-tested on 5.10 because a 'make test'-time dependency (Test::Deep)
no longer supports that.
- Data updates
3.8007 2022-12-02
- Data updates
-------------------------------------------------------------------
Sun Sep 4 03:10:02 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.8006
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.8006 2022-09-03
- Data updates
- No longer auto-tested on 5.8 because a 'make dist'-time dependency (XML::XPath)
no longer supports that.
-------------------------------------------------------------------
Thu Jun 2 03:11:58 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.8005
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.8005 2022-06-01
- Data updates only
-------------------------------------------------------------------
Tue Mar 8 03:12:38 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.8004
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.8004 2022-03-07
- Fix test failure that only occurred if Number::Phone::JP was installed
(it doesn't have exactly the data we expect from ...::StubCountry::JP)
- Data updates from OFCOM
3.8003 2022-03-05
- New Canadian area codes
- +882 34 recognised as Antarctica, via Global Networks Switzerland
-------------------------------------------------------------------
Tue Dec 7 03:08:46 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.8002
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.8002 2021-12-06
- Fix Makefile.PL to not consume arguments that my code doesn't know about but
which are relevant to EU::MM (https://github.com/DrHyde/perl-modules-Number-Phone/pull/106)
- Explicitly open databases read-only so it works on a RO filesystem
(https://github.com/DrHyde/perl-modules-Number-Phone/issues/107)
- Data updates
-------------------------------------------------------------------
Wed Sep 22 03:09:23 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.8001
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.8001 2021-09-21
- Tweak build to use more compatible options to tar(1) so some really old tars
can read the archive correctly
3.8000 2021-09-19
- Bugfix for numbers in local format which may be ambiguous for UK Crown Dependencies
when using Number::Phone::Lib
- Bugfix for when you ask for an object representing a number in one country
but provide a number for a different country. This mostly affects countries
that contain other jurisdictions squatting on parts of their number plan,
such as the Vatican in the Italian plan, and the Crown Dependencies in the UK
plan. It is now an error to ask for an object representing a number in a
'sub-country' which isn't valid in that sub-country (eg asking for a Jersey
object but passing a Guernsey number); but if you ask for an object representing
the 'super-country' but pass a 'sub-country' number you'll still get an object
representing the sub-country. ie, say "gimme a GB object for this 'ere Guernsey number"
and you'll get a Guernsey object.
- Data updates
-------------------------------------------------------------------
Thu Jun 3 03:09:01 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.7003
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.7003 2021-06-02
- Data updates;
- Add deprecation warning for platforms with 32 bit int (support will
go away some time after 2023-06-01 with no further warning)
-------------------------------------------------------------------
Wed Mar 10 03:09:54 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.7002
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
-------------------------------------------------------------------
Fri Feb 5 03:11:18 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Number-Phone
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,42 +18,352 @@
%define cpan_name Number-Phone
Name: perl-Number-Phone
Version: 3.7001
Version: 3.900.200
Release: 0
#Upstream: This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. Some files are under the Apache licence, a copy of which can be found in the file Apache-2.0.txt.
Summary: Base class for Number::Phone::* modules
# 3.9002 -> normalize -> 3.900.200
%define cpan_version 3.9002
#Upstream: SUSE-Public-Domain
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Base class for Number::Phone::* modules
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DBM::Deep) >= 2.0008
BuildRequires: perl(Data::Dumper::Concise)
BuildRequires: perl(Devel::CheckOS) >= 1.83
BuildRequires: perl(Devel::Deprecations::Environmental) >= 1.101
BuildRequires: perl(Devel::Hide)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(File::Find::Rule)
BuildRequires: perl(File::ShareDir) >= 1.104
BuildRequires: perl(File::ShareDir::Install) >= 0.11
BuildRequires: perl(Parallel::ForkManager) >= v0.7.6
BuildRequires: perl(Parallel::ForkManager) >= 0.7.6
BuildRequires: perl(Scalar::Util) >= 1.48
BuildRequires: perl(Test::Differences) >= 0.62
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::utf8)
BuildRequires: perl(Test::Warnings) >= 0.031
Requires: perl(DBM::Deep) >= 2.0008
Requires: perl(Data::Dumper::Concise)
Requires: perl(Devel::CheckOS) >= 1.83
Requires: perl(Devel::Deprecations::Environmental) >= 1.101
Requires: perl(File::Find::Rule)
Requires: perl(File::ShareDir) >= 1.104
Requires: perl(Scalar::Util) >= 1.48
Requires: perl(Test::Differences) >= 0.62
Requires: perl(Test::More) >= 0.96
Requires: perl(Test::utf8)
Provides: perl(Number::Phone) = %{version}
Provides: perl(Number::Phone::Country) = 1.970.0
Provides: perl(Number::Phone::Country::Data) = 2.202.306.132.203.460
Provides: perl(Number::Phone::Data)
Provides: perl(Number::Phone::Formatter) = 1.0.0
Provides: perl(Number::Phone::Formatter::National) = 1.0.0
Provides: perl(Number::Phone::Formatter::NationallyPreferredIntl) = 1.0.0
Provides: perl(Number::Phone::Formatter::Raw)
Provides: perl(Number::Phone::Lib) = 1.0.0
Provides: perl(Number::Phone::NANP) = 1.700.100
Provides: perl(Number::Phone::NANP::AG) = 1.100.0
Provides: perl(Number::Phone::NANP::AI) = 1.100.0
Provides: perl(Number::Phone::NANP::AS) = 1.100.0
Provides: perl(Number::Phone::NANP::BB) = 1.100.0
Provides: perl(Number::Phone::NANP::BM) = 1.100.0
Provides: perl(Number::Phone::NANP::BS) = 1.100.0
Provides: perl(Number::Phone::NANP::CA) = 1.100.100
Provides: perl(Number::Phone::NANP::DM) = 1.100.0
Provides: perl(Number::Phone::NANP::DO) = 1.100.0
Provides: perl(Number::Phone::NANP::Data) = 1.202.306.141.743.60
Provides: perl(Number::Phone::NANP::GD) = 1.100.0
Provides: perl(Number::Phone::NANP::GU) = 1.100.0
Provides: perl(Number::Phone::NANP::JM) = 1.100.0
Provides: perl(Number::Phone::NANP::KN) = 1.100.0
Provides: perl(Number::Phone::NANP::KY) = 1.100.0
Provides: perl(Number::Phone::NANP::LC) = 1.100.0
Provides: perl(Number::Phone::NANP::MP) = 1.100.0
Provides: perl(Number::Phone::NANP::MS) = 1.100.0
Provides: perl(Number::Phone::NANP::PR) = 1.100.0
Provides: perl(Number::Phone::NANP::SX) = 1.0.0
Provides: perl(Number::Phone::NANP::TC) = 1.100.0
Provides: perl(Number::Phone::NANP::TT) = 1.100.0
Provides: perl(Number::Phone::NANP::US) = 1.100.100
Provides: perl(Number::Phone::NANP::VC) = 1.100.0
Provides: perl(Number::Phone::NANP::VG) = 1.100.0
Provides: perl(Number::Phone::NANP::VI) = 1.100.0
Provides: perl(Number::Phone::StubCountry) = 1.500.100
Provides: perl(Number::Phone::StubCountry::AC) = 1.202.306.141.744.0
Provides: perl(Number::Phone::StubCountry::AD) = 1.202.306.141.744.0
Provides: perl(Number::Phone::StubCountry::AE) = 1.202.306.141.744.0
Provides: perl(Number::Phone::StubCountry::AF) = 1.202.306.141.744.0
Provides: perl(Number::Phone::StubCountry::AG) = 1.202.306.141.744.0
Provides: perl(Number::Phone::StubCountry::AI) = 1.202.306.141.744.0
Provides: perl(Number::Phone::StubCountry::AL) = 1.202.306.141.744.0
Provides: perl(Number::Phone::StubCountry::AM) = 1.202.306.141.744.0
Provides: perl(Number::Phone::StubCountry::AO) = 1.202.306.141.744.0
Provides: perl(Number::Phone::StubCountry::AR) = 1.202.306.141.744.0
Provides: perl(Number::Phone::StubCountry::AS) = 1.202.306.141.744.0
Provides: perl(Number::Phone::StubCountry::AT) = 1.202.306.141.744.0
Provides: perl(Number::Phone::StubCountry::AU) = 1.202.306.141.744.0
Provides: perl(Number::Phone::StubCountry::AW) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::AX) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::AZ) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BA) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BB) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BD) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BE) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BF) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BG) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BH) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BI) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BJ) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BL) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BM) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BN) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BO) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BQ) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BR) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BS) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BT) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BW) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BY) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::BZ) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::CA) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::CC) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::CD) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::CF) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::CG) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::CH) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::CI) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::CK) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::CL) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::CM) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::CN) = 1.202.306.141.744.10
Provides: perl(Number::Phone::StubCountry::CO) = 1.202.306.141.744.20
Provides: perl(Number::Phone::StubCountry::CR) = 1.202.306.141.744.20
Provides: perl(Number::Phone::StubCountry::CU) = 1.202.306.141.744.20
Provides: perl(Number::Phone::StubCountry::CV) = 1.202.306.141.744.20
Provides: perl(Number::Phone::StubCountry::CW) = 1.202.306.141.744.20
Provides: perl(Number::Phone::StubCountry::CX) = 1.202.306.141.744.20
Provides: perl(Number::Phone::StubCountry::CY) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::CZ) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::DE) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::DJ) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::DK) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::DM) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::DO) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::DZ) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::EC) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::EE) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::EG) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::EH) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::ER) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::ES) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::ET) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::FI) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::FJ) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::FK) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::FM) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::FO) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::FR) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GA) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GB) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GD) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GE) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GF) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GG) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GH) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GI) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GL) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GM) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GMSS) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::GMSS::Globalstar)
Provides: perl(Number::Phone::StubCountry::GMSS::ICO)
Provides: perl(Number::Phone::StubCountry::GMSS::Iridium)
Provides: perl(Number::Phone::StubCountry::GN) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GP) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GQ) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GR) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GT) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GU) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GW) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::GY) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::HK) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::HN) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::HR) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::HT) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::HU) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::ID) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::IE) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::IL) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::IM) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::IN) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::IO) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::IQ) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::IR) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::IS) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::IT) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::Inmarsat) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::InternationalFreephone) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::InternationalNetworks882) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::InternationalNetworks882::Telespazio)
Provides: perl(Number::Phone::StubCountry::InternationalNetworks882::Thuraya)
Provides: perl(Number::Phone::StubCountry::InternationalNetworks883) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::InternationalNetworks883::MTTGlobalNetworks)
Provides: perl(Number::Phone::StubCountry::InternationalNetworks883::Mobistar)
Provides: perl(Number::Phone::StubCountry::InternationalPremiumRate) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::JE) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::JM) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::JO) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::JP) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::KE) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::KG) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::KH) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::KI) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::KM) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::KN) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::KP) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::KR) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::KW) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::KY) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::KZ) = 1.202.306.141.744.30
Provides: perl(Number::Phone::StubCountry::LA) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::LB) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::LC) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::LI) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::LK) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::LR) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::LS) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::LT) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::LU) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::LV) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::LY) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MA) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MC) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MD) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::ME) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MF) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MG) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MH) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MK) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::ML) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MM) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MN) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MO) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MP) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MQ) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MR) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MS) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MT) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MU) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MV) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MW) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MX) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MY) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::MZ) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::NA) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::NC) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::NE) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::NF) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::NG) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::NI) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::NL) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::NO) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::NP) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::NR) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::NU) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::NZ) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::OM) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::PA) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::PE) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::PF) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::PG) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::PH) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::PK) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::PL) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::PM) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::PR) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::PS) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::PT) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::PW) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::PY) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::QA) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::RE) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::RO) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::RS) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::RU) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::RW) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SA) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SB) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SC) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SD) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SE) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SG) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SH) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SI) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SJ) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SK) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SL) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SM) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SN) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SO) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SR) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SS) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::ST) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SV) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SX) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SY) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SZ) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::SharedCostServices) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::TA) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TC) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TD) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TG) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TH) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TJ) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TK) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TL) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TM) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TN) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TO) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TR) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TT) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TV) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TW) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TZ) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::TelecomsForDisasterRelief) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::UA) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::UG) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::US) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::UY) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::UZ) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::UniversalPersonalTelecoms) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::VA) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::VC) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::VE) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::VG) = 1.202.306.141.744.40
Provides: perl(Number::Phone::StubCountry::VI) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::VN) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::VU) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::WF) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::WS) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::XK) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::YE) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::YT) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::ZA) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::ZM) = 1.202.306.141.744.50
Provides: perl(Number::Phone::StubCountry::ZW) = 1.202.306.141.744.50
Provides: perl(Number::Phone::UK) = 1.710.0
Provides: perl(Number::Phone::UK::Data) = 2.0.100
Provides: perl(Number::Phone::UK::Exchanges) = 1.200.608.231.213.340
Provides: perl(Number::Phone::UK::GG) = 1.100.0
Provides: perl(Number::Phone::UK::IM) = 1.0.0
Provides: perl(Number::Phone::UK::JE) = 1.100.0
%undefine __perllib_provides
%{perl_requires}
%description
base class for Number::Phone::* modules
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor