r11352 - in /trunk/libnet-domain-tld-perl: Changes MANIFEST META.yml Makefile.PL debian/changelog debian/control 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:01:55 UTC 2007


Author: gregoa-guest
Date: Mon Dec 17 21:01:55 2007
New Revision: 11352

URL: http://svn.debian.org/wsvn/?sc=1&rev=11352
Log:
* New upstream release.
* Set Standards-Version to 3.7.3 (no changes needed).

Added:
    trunk/libnet-domain-tld-perl/t/pod.t
      - copied unchanged from r11351, branches/upstream/libnet-domain-tld-perl/current/t/pod.t
Modified:
    trunk/libnet-domain-tld-perl/Changes
    trunk/libnet-domain-tld-perl/MANIFEST
    trunk/libnet-domain-tld-perl/META.yml
    trunk/libnet-domain-tld-perl/Makefile.PL
    trunk/libnet-domain-tld-perl/debian/changelog
    trunk/libnet-domain-tld-perl/debian/control
    trunk/libnet-domain-tld-perl/lib/Net/Domain/TLD.pm

Modified: trunk/libnet-domain-tld-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libnet-domain-tld-perl/Changes?rev=11352&op=diff
==============================================================================
--- trunk/libnet-domain-tld-perl/Changes (original)
+++ trunk/libnet-domain-tld-perl/Changes Mon Dec 17 21:01:55 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: trunk/libnet-domain-tld-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libnet-domain-tld-perl/MANIFEST?rev=11352&op=diff
==============================================================================
--- trunk/libnet-domain-tld-perl/MANIFEST (original)
+++ trunk/libnet-domain-tld-perl/MANIFEST Mon Dec 17 21:01:55 2007
@@ -6,3 +6,4 @@
 META.yml
 README
 t/01_ini.t
+t/pod.t

Modified: trunk/libnet-domain-tld-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libnet-domain-tld-perl/META.yml?rev=11352&op=diff
==============================================================================
--- trunk/libnet-domain-tld-perl/META.yml (original)
+++ trunk/libnet-domain-tld-perl/META.yml Mon Dec 17 21:01:55 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: trunk/libnet-domain-tld-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libnet-domain-tld-perl/Makefile.PL?rev=11352&op=diff
==============================================================================
--- trunk/libnet-domain-tld-perl/Makefile.PL (original)
+++ trunk/libnet-domain-tld-perl/Makefile.PL Mon Dec 17 21:01:55 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: trunk/libnet-domain-tld-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-domain-tld-perl/debian/changelog?rev=11352&op=diff
==============================================================================
--- trunk/libnet-domain-tld-perl/debian/changelog (original)
+++ trunk/libnet-domain-tld-perl/debian/changelog Mon Dec 17 21:01:55 2007
@@ -1,9 +1,10 @@
-libnet-domain-tld-perl (1.65-3) UNRELEASED; urgency=low
+libnet-domain-tld-perl (1.67-1) UNRELEASED; urgency=low
 
+  * New upstream release.
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
-  * Set Standards-Version to 3.7.2 (no changes needed).
+  * Set Standards-Version to 3.7.3 (no changes needed).
   * debian/rules:
     - don't install empty /usr/lib/perl5 directory
     - remove compiler flags, we don't compile anything

Modified: trunk/libnet-domain-tld-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-domain-tld-perl/debian/control?rev=11352&op=diff
==============================================================================
--- trunk/libnet-domain-tld-perl/debian/control (original)
+++ trunk/libnet-domain-tld-perl/debian/control Mon Dec 17 21:01:55 2007
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Marc Brockschmidt <marc at dch-faq.de>, Joachim Breitner <nomeata at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Net-Domain-TLD/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-domain-tld-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-domain-tld-perl/

Modified: trunk/libnet-domain-tld-perl/lib/Net/Domain/TLD.pm
URL: http://svn.debian.org/wsvn/trunk/libnet-domain-tld-perl/lib/Net/Domain/TLD.pm?rev=11352&op=diff
==============================================================================
--- trunk/libnet-domain-tld-perl/lib/Net/Domain/TLD.pm (original)
+++ trunk/libnet-domain-tld-perl/lib/Net/Domain/TLD.pm Mon Dec 17 21:01:55 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 {




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