r11350 - in /branches/upstream/libnet-domain-tld-perl/current: Changes MANIFEST META.yml Makefile.PL lib/Net/Domain/TLD.pm t/pod.t

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Dec 17 21:00:30 UTC 2007


Author: gregoa-guest
Date: Mon Dec 17 21:00:29 2007
New Revision: 11350

URL: http://svn.debian.org/wsvn/?sc=1&rev=11350
Log:
[svn-upgrade] Integrating new upstream version, libnet-domain-tld-perl (1.67)

Added:
    branches/upstream/libnet-domain-tld-perl/current/t/pod.t
Modified:
    branches/upstream/libnet-domain-tld-perl/current/Changes
    branches/upstream/libnet-domain-tld-perl/current/MANIFEST
    branches/upstream/libnet-domain-tld-perl/current/META.yml
    branches/upstream/libnet-domain-tld-perl/current/Makefile.PL
    branches/upstream/libnet-domain-tld-perl/current/lib/Net/Domain/TLD.pm

Modified: branches/upstream/libnet-domain-tld-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libnet-domain-tld-perl/current/Changes?rev=11350&op=diff
==============================================================================
--- branches/upstream/libnet-domain-tld-perl/current/Changes (original)
+++ branches/upstream/libnet-domain-tld-perl/current/Changes Mon Dec 17 21:00:29 2007
@@ -16,3 +16,10 @@
 	- minor documentation fix
 1.65  Wed Jan 25 18:00:00 2006
 	- minor documentation fix
+1.66  Wed Oct 10 23:00:00 2007 by Alexandr Ciornii
+	- Added .tel
+	- pod.t
+	- version 5.6 required explicitly
+	- license in Makefile.PL
+1.67  Mon Dec 10 10:00:00 2007 by Jonas Liljegren
+        - Added .ax, .bl, .me, .mf, .rs

Modified: branches/upstream/libnet-domain-tld-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/branches/upstream/libnet-domain-tld-perl/current/MANIFEST?rev=11350&op=diff
==============================================================================
--- branches/upstream/libnet-domain-tld-perl/current/MANIFEST (original)
+++ branches/upstream/libnet-domain-tld-perl/current/MANIFEST Mon Dec 17 21:00:29 2007
@@ -6,3 +6,4 @@
 META.yml
 README
 t/01_ini.t
+t/pod.t

Modified: branches/upstream/libnet-domain-tld-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libnet-domain-tld-perl/current/META.yml?rev=11350&op=diff
==============================================================================
--- branches/upstream/libnet-domain-tld-perl/current/META.yml (original)
+++ branches/upstream/libnet-domain-tld-perl/current/META.yml Mon Dec 17 21:00:29 2007
@@ -1,12 +1,13 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Net-Domain-TLD
-version:      1.65
+version:      1.67
 version_from: lib/Net/Domain/TLD.pm
 installdirs:  site
 requires:
     Carp:                          0
     Storable:                      0
+    Test::More:                    0
 
 distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+generated_by: ExtUtils::MakeMaker version 6.30_01

Modified: branches/upstream/libnet-domain-tld-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libnet-domain-tld-perl/current/Makefile.PL?rev=11350&op=diff
==============================================================================
--- branches/upstream/libnet-domain-tld-perl/current/Makefile.PL (original)
+++ branches/upstream/libnet-domain-tld-perl/current/Makefile.PL Mon Dec 17 21:00:29 2007
@@ -1,3 +1,4 @@
+use 5.006;
 use ExtUtils::MakeMaker;
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
@@ -8,6 +9,9 @@
     ABSTRACT     => 'Net::Domain::TLD - Work with TLD names',
     PREREQ_PM   => {
 	'Carp'	=> '0', 
-	'Storable' => '0'
-    }
+	'Storable' => '0',
+	'Test::More' => 0,
+    },
+    ($ExtUtils::MakeMaker::VERSION ge '6.30_00'? 
+     ('LICENSE'		=> 'perl', ) : ()),
 );

Modified: branches/upstream/libnet-domain-tld-perl/current/lib/Net/Domain/TLD.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libnet-domain-tld-perl/current/lib/Net/Domain/TLD.pm?rev=11350&op=diff
==============================================================================
--- branches/upstream/libnet-domain-tld-perl/current/lib/Net/Domain/TLD.pm (original)
+++ branches/upstream/libnet-domain-tld-perl/current/lib/Net/Domain/TLD.pm Mon Dec 17 21:00:29 2007
@@ -1,9 +1,10 @@
 package Net::Domain::TLD;
+use strict;
 use base qw(Exporter);
+use 5.006;
 our @EXPORT_OK = qw(tlds tld_exists);
-our $VERSION = '1.65';
-
-use strict;
+our $VERSION = '1.67';
+
 use warnings;
 use Carp;
 use Storable qw ( dclone );
@@ -47,7 +48,8 @@
 		museum => q{Museums},
 		name => q{For registration by individuals},
 		pro => q{Accountants, lawyers, and physicians},
-		travel => q{Travel industry}
+		travel => q{Travel industry},
+		tel => q{?}
 	},
 	gtld_open => {
 		com => q{Commercial organization},
@@ -77,6 +79,7 @@
 		at => q{Austria},
 		au => q{Australia},
 		aw => q{Aruba},
+	        ax => q(Aland Islands),
 		az => q{Azerbaijan},
 		ba => q{Bosnia and Herzegovina},
 		bb => q{Barbados},
@@ -87,6 +90,7 @@
 		bh => q{Bahrain},
 		bi => q{Burundi},
 		bj => q{Benin},
+	        bl => q(Saint Barthelemy),
 		bm => q{Bermuda},
 		bn => q{Brunei Darussalam},
 		bo => q{Bolivia},
@@ -199,6 +203,8 @@
 		ma => q{Morocco},
 		mc => q{Monaco},
 		md => q{Moldova, Republic of},
+	        me => q(Montenegro),
+	        mf => q{Saint Martin (French part)},
 		mg => q{Madagascar},
 		mh => q{Marshall Islands},
 		mk => q{Macedonia, Former Yugoslav Republic},
@@ -247,6 +253,7 @@
 		qa => q{Qatar},
 		re => q{Reunion Island},
 		ro => q{Romania},
+	        rs => q(Serbia),
 		ru => q{Russian Federation},
 		rw => q{Rwanda},
 		sa => q{Saudi Arabia},
@@ -368,7 +375,7 @@
 
 	die "no such domain" unless tld_exists($tld); #call without tld type 
 	die "no such domain" unless tld_exists($tld, 'new_open'); #call with tld type
-		
+
 =cut
 
 sub tld_exists {

Added: branches/upstream/libnet-domain-tld-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/branches/upstream/libnet-domain-tld-perl/current/t/pod.t?rev=11350&op=file
==============================================================================
--- branches/upstream/libnet-domain-tld-perl/current/t/pod.t (added)
+++ branches/upstream/libnet-domain-tld-perl/current/t/pod.t Mon Dec 17 21:00:29 2007
@@ -1,0 +1,6 @@
+#!perl -T
+
+use Test::More;
+eval "use Test::Pod 1.14";
+plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
+all_pod_files_ok();




More information about the Pkg-perl-cvs-commits mailing list