Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
8edb11c8b6 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddbc0fdb5ca1a45cfb7cbf3c51d689b3b3a59f2edcbb2c1b7958c04d0cd521b7
|
||||
size 27959459
|
BIN
Number-Phone-4.0008.tar.gz
(Stored with Git LFS)
Normal file
BIN
Number-Phone-4.0008.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 11:54:33 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 4.0.800 (4.0008)
|
||||
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
|
||||
|
||||
4.0008 2025-09-13
|
||||
- Dominican Republic has toll-free numbers with the D digit 0 or 1
|
||||
- Data updates
|
||||
4.0007 2025-06-05
|
||||
- Data updates
|
||||
4.0006 2025-03-23
|
||||
- Data updates
|
||||
4.0005 2024-12-12
|
||||
- Tweak documentation around deprecated N::P::C::phone2country
|
||||
- Data updates
|
||||
4.0004 2024-09-10
|
||||
- Number::Phone::Country no longer exports 'phone2country', after this
|
||||
being deprecated for 20 years!
|
||||
- the 'noexport' flag on Number::Phone::Country now results in a warning
|
||||
which will become fatal 2 years after this release. At the same time,
|
||||
warnings about unknown flags will also become fatal.
|
||||
- Data updates
|
||||
4.0003 2024-06-07
|
||||
- No longer auto-tested on 5.12 and below because build-time dependencies
|
||||
no longer build reliably
|
||||
- Data updates, including Lithuania changing its trunk prefix, Mexico
|
||||
getting rid of theirs, and Uzbekistan changing both its trunk and
|
||||
international prefixes
|
||||
- Trying to put letters in a phone number now emits warnings, and will
|
||||
become fatal 2 years after this release
|
||||
4.0002 2024-03-08
|
||||
- Added timezones() method
|
||||
- Data updates
|
||||
- Tests are now forgiving of a missing Parallel::ForkManager
|
||||
(which isn't available on some Solaris machines)
|
||||
4.0001 2023-12-10
|
||||
- Clarification in doco re supported perl versions
|
||||
- Data updates
|
||||
4.0000 2023-09-03
|
||||
- Switch to Data::CompactReadonly for UK database. The UK database is now
|
||||
less than 10% of its previous size.
|
||||
- Data updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 03:09:57 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Number-Phone
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name Number-Phone
|
||||
Name: perl-Number-Phone
|
||||
Version: 3.900.200
|
||||
Version: 4.0.800
|
||||
Release: 0
|
||||
# 3.9002 -> normalize -> 3.900.200
|
||||
%define cpan_version 3.9002
|
||||
# 4.0008 -> normalize -> 4.0.800
|
||||
%define cpan_version 4.0008
|
||||
#Upstream: SUSE-Public-Domain
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Base class for Number::Phone::* modules
|
||||
@@ -32,30 +32,30 @@ Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(DBM::Deep) >= 2.0008
|
||||
BuildRequires: perl(Data::CompactReadonly) >= 0.1
|
||||
BuildRequires: perl(Data::Dumper::Concise)
|
||||
BuildRequires: perl(Devel::CheckOS) >= 1.83
|
||||
BuildRequires: perl(Devel::CheckOS) >= 1.830
|
||||
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) >= 0.7.6
|
||||
BuildRequires: perl(File::ShareDir::Install) >= 0.110
|
||||
BuildRequires: perl(Scalar::Util) >= 1.48
|
||||
BuildRequires: perl(Test::Differences) >= 0.62
|
||||
BuildRequires: perl(Test2::V0)
|
||||
BuildRequires: perl(Test::Differences) >= 0.620
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Warnings) >= 0.031
|
||||
Requires: perl(DBM::Deep) >= 2.0008
|
||||
BuildRequires: perl(Test::Warnings) >= 0.31
|
||||
Requires: perl(Data::CompactReadonly) >= 0.1
|
||||
Requires: perl(Data::Dumper::Concise)
|
||||
Requires: perl(Devel::CheckOS) >= 1.83
|
||||
Requires: perl(Devel::CheckOS) >= 1.830
|
||||
Requires: perl(Devel::Deprecations::Environmental) >= 1.101
|
||||
Requires: perl(File::Find::Rule)
|
||||
Requires: perl(File::ShareDir) >= 1.104
|
||||
Requires: perl(Scalar::Util) >= 1.48
|
||||
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::Country) = 2.0.0
|
||||
Provides: perl(Number::Phone::Country::Data) = 2.202.509.131.357.570
|
||||
Provides: perl(Number::Phone::Data)
|
||||
Provides: perl(Number::Phone::Formatter) = 1.0.0
|
||||
Provides: perl(Number::Phone::Formatter::National) = 1.0.0
|
||||
@@ -72,7 +72,7 @@ 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::Data) = 1.202.509.131
|
||||
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
|
||||
@@ -90,270 +90,270 @@ 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::AC) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AD) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AF) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AG) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AI) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AL) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AO) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AS) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AT) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AU) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AW) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AX) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::AZ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BA) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BB) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BD) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BF) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BG) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BH) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BI) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BJ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BL) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BN) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BO) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BQ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BS) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BT) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BW) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BY) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::BZ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CA) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CC) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CD) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CF) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CG) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CH) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CI) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CK) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CL) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CN) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CO) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CU) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CV) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CW) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CX) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CY) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::CZ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::DE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::DJ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::DK) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::DM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::DO) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::DZ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::EC) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::EE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::EG) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::EH) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::ER) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::ES) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::ET) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::FI) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::FJ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::FK) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::FM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::FO) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::FR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GA) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GB) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GD) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GF) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GG) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GH) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GI) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GL) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GMSS) = 1.202.509.131
|
||||
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::GN) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GP) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GQ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GT) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GU) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GW) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::GY) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::HK) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::HN) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::HR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::HT) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::HU) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::ID) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::IE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::IL) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::IM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::IN) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::IO) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::IQ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::IR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::IS) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::IT) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::Inmarsat) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::InternationalFreephone) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::InternationalNetworks882) = 1.202.509.131
|
||||
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) = 1.202.509.131
|
||||
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::StubCountry::InternationalPremiumRate) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::JE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::JM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::JO) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::JP) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::KE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::KG) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::KH) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::KI) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::KM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::KN) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::KP) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::KR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::KW) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::KY) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::KZ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::LA) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::LB) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::LC) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::LI) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::LK) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::LR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::LS) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::LT) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::LU) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::LV) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::LY) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MA) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MC) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MD) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::ME) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MF) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MG) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MH) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MK) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::ML) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MN) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MO) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MP) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MQ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MS) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MT) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MU) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MV) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MW) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MX) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MY) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::MZ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::NA) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::NC) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::NE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::NF) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::NG) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::NI) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::NL) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::NO) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::NP) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::NR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::NU) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::NZ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::OM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::PA) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::PE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::PF) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::PG) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::PH) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::PK) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::PL) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::PM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::PR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::PS) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::PT) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::PW) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::PY) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::QA) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::RE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::RO) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::RS) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::RU) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::RW) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SA) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SB) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SC) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SD) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SG) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SH) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SI) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SJ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SK) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SL) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SN) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SO) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SS) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::ST) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SV) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SX) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SY) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SZ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::SharedCostServices) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TA) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TC) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TD) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TG) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TH) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TJ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TK) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TL) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TN) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TO) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TR) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TT) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TV) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TW) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TZ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::TelecomsForDisasterRelief) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::UA) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::UG) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::US) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::UY) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::UZ) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::UniversalPersonalTelecoms) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::VA) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::VC) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::VE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::VG) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::VI) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::VN) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::VU) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::WF) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::WS) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::XK) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::YE) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::YT) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::ZA) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::ZM) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::StubCountry::ZW) = 1.202.509.131
|
||||
Provides: perl(Number::Phone::UK) = 1.720.0
|
||||
Provides: perl(Number::Phone::UK::Data) = 2.0.200
|
||||
Provides: perl(Number::Phone::UK::Exchanges) = 1.200.608.231
|
||||
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
|
||||
@@ -364,7 +364,7 @@ Provides: perl(Number::Phone::UK::JE) = 1.100.0
|
||||
base class for Number::Phone::* modules
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user