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

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Jun 15 13:04:04 UTC 2006


Author: gregoa-guest
Date: Thu Jun 15 13:03:51 2006
New Revision: 2968

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

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

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=2968&op=diff
==============================================================================
--- packages/libemail-valid-perl/branches/upstream/current/Changes (original)
+++ packages/libemail-valid-perl/branches/upstream/current/Changes Thu Jun 15 13:03:51 2006
@@ -1,4 +1,7 @@
 Revision history for Perl extension Email::Valid.
+
+0.172   Sat Jun 10 2006
+        add pod tests
 
 0.171   Sat Jun 10 2006
         fixed a problem with the test plan

Modified: packages/libemail-valid-perl/branches/upstream/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-valid-perl/branches/upstream/current/MANIFEST?rev=2968&op=diff
==============================================================================
--- packages/libemail-valid-perl/branches/upstream/current/MANIFEST (original)
+++ packages/libemail-valid-perl/branches/upstream/current/MANIFEST Thu Jun 15 13:03:51 2006
@@ -4,4 +4,6 @@
 MANIFEST
 Makefile.PL
 t/valid.t
+t/pod.t
+t/pod-coverage.t
 META.yml                                 Module meta-data (added by MakeMaker)

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=2968&op=diff
==============================================================================
--- packages/libemail-valid-perl/branches/upstream/current/META.yml (original)
+++ packages/libemail-valid-perl/branches/upstream/current/META.yml Thu Jun 15 13:03:51 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.171
+version:      0.172
 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=2968&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 Thu Jun 15 13:03:51 2006
@@ -9,7 +9,7 @@
 use Mail::Address;
 use File::Spec;
 
-$VERSION = '0.171';
+$VERSION = '0.172';
 
 %AUTOLOAD = (
   fqdn     => 1,
@@ -484,6 +484,11 @@
 value) by manipulating the global Net::DNS::Resolver instance stored in
 $Email::Valid::Resolver.     
 
+=item tld ( <ADDRESS> )
+
+This method determines whether the domain part of an address is in a recognized
+top-level domain.
+
 =item rfc822 ( <ADDRESS> )
 
 This method determines whether an address conforms to the RFC822

Added: packages/libemail-valid-perl/branches/upstream/current/t/pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-valid-perl/branches/upstream/current/t/pod-coverage.t?rev=2968&op=file
==============================================================================
--- packages/libemail-valid-perl/branches/upstream/current/t/pod-coverage.t (added)
+++ packages/libemail-valid-perl/branches/upstream/current/t/pod-coverage.t Thu Jun 15 13:03:51 2006
@@ -1,0 +1,7 @@
+#!perl -T
+
+use Test::More;
+eval "use Test::Pod::Coverage 1.08";
+plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" if $@;
+
+all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::CountParents' });

Added: packages/libemail-valid-perl/branches/upstream/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-valid-perl/branches/upstream/current/t/pod.t?rev=2968&op=file
==============================================================================
--- packages/libemail-valid-perl/branches/upstream/current/t/pod.t (added)
+++ packages/libemail-valid-perl/branches/upstream/current/t/pod.t Thu Jun 15 13:03:51 2006
@@ -1,0 +1,6 @@
+use Test::More;
+
+eval "use Test::Pod 1.00";
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+
+all_pod_files_ok();




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