r3062 - in /packages/libemail-valid-perl/branches/upstream/current: Changes META.yml lib/Email/Valid.pm t/valid.t

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Jun 17 12:32:00 UTC 2006


Author: gregoa-guest
Date: Sat Jun 17 12:32:00 2006
New Revision: 3062

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3062
Log:
Load /tmp/tmp.oYdSBG3101/libemail-valid-perl-0.173 into
packages/libemail-valid-perl/branches/upstream/current.

Modified:
    packages/libemail-valid-perl/branches/upstream/current/Changes
    packages/libemail-valid-perl/branches/upstream/current/META.yml
    packages/libemail-valid-perl/branches/upstream/current/lib/Email/Valid.pm
    packages/libemail-valid-perl/branches/upstream/current/t/valid.t

Modified: packages/libemail-valid-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-valid-perl/branches/upstream/current/Changes?rev=3062&op=diff
==============================================================================
--- packages/libemail-valid-perl/branches/upstream/current/Changes (original)
+++ packages/libemail-valid-perl/branches/upstream/current/Changes Sat Jun 17 12:32:00 2006
@@ -1,4 +1,7 @@
 Revision history for Perl extension Email::Valid.
+
+0.173   Fri Jun 17 2006
+        update test to require same min. version of TLD.pm as code
 
 0.172   Sat Jun 10 2006
         add pod tests

Modified: packages/libemail-valid-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-valid-perl/branches/upstream/current/META.yml?rev=3062&op=diff
==============================================================================
--- packages/libemail-valid-perl/branches/upstream/current/META.yml (original)
+++ packages/libemail-valid-perl/branches/upstream/current/META.yml Sat Jun 17 12:32:00 2006
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Email-Valid
-version:      0.172
+version:      0.173
 version_from: lib/Email/Valid.pm
 installdirs:  site
 requires:

Modified: packages/libemail-valid-perl/branches/upstream/current/lib/Email/Valid.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-valid-perl/branches/upstream/current/lib/Email/Valid.pm?rev=3062&op=diff
==============================================================================
--- packages/libemail-valid-perl/branches/upstream/current/lib/Email/Valid.pm (original)
+++ packages/libemail-valid-perl/branches/upstream/current/lib/Email/Valid.pm Sat Jun 17 12:32:00 2006
@@ -9,7 +9,7 @@
 use Mail::Address;
 use File::Spec;
 
-$VERSION = '0.172';
+$VERSION = '0.173';
 
 %AUTOLOAD = (
   fqdn     => 1,

Modified: packages/libemail-valid-perl/branches/upstream/current/t/valid.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-valid-perl/branches/upstream/current/t/valid.t?rev=3062&op=diff
==============================================================================
--- packages/libemail-valid-perl/branches/upstream/current/t/valid.t (original)
+++ packages/libemail-valid-perl/branches/upstream/current/t/valid.t Sat Jun 17 12:32:00 2006
@@ -75,8 +75,8 @@
 }
 
 SKIP: {
-  skip "tests require Net::Domain::TLD", 3
-    unless eval { require Net::Domain::TLD; 1; };
+  skip "tests require Net::Domain::TLD 1.65", 3
+    unless (eval {require Net::Domain::TLD;Net::Domain::TLD->VERSION(1.65);1});
 
   my $v = Email::Valid->new;
 




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