r3566 - in /packages/libemail-abstract-perl/branches/upstream/current: Changes MANIFEST META.yml lib/Email/Abstract.pm t/pod-coverage.t t/pod.t

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Sep 2 16:58:02 UTC 2006


Author: gregoa-guest
Date: Sat Sep  2 16:58:01 2006
New Revision: 3566

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3566
Log:
Load /tmp/tmp.Zfzen13438/libemail-abstract-perl-2.131 into
packages/libemail-abstract-perl/branches/upstream/current.

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

Modified: packages/libemail-abstract-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-abstract-perl/branches/upstream/current/Changes?rev=3566&op=diff
==============================================================================
--- packages/libemail-abstract-perl/branches/upstream/current/Changes (original)
+++ packages/libemail-abstract-perl/branches/upstream/current/Changes Sat Sep  2 16:58:01 2006
@@ -1,6 +1,10 @@
 Revision history for Perl extension Email::Abstract.
 
-2.12     2006-07-24
+2.131    2006-08-22
+
+  - pod tests
+
+2.13     2006-07-24
 
   - test for and permit passing Email::Abstract objects to Email::Abstract
     class methods

Modified: packages/libemail-abstract-perl/branches/upstream/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-abstract-perl/branches/upstream/current/MANIFEST?rev=3566&op=diff
==============================================================================
--- packages/libemail-abstract-perl/branches/upstream/current/MANIFEST (original)
+++ packages/libemail-abstract-perl/branches/upstream/current/MANIFEST Sat Sep  2 16:58:01 2006
@@ -11,5 +11,7 @@
 t/abs-object.t
 t/classy.t
 t/lib/Test/EmailAbstract.pm
+t/pod.t
+t/pod-coverage.t
 t/subclass.t
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: packages/libemail-abstract-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-abstract-perl/branches/upstream/current/META.yml?rev=3566&op=diff
==============================================================================
--- packages/libemail-abstract-perl/branches/upstream/current/META.yml (original)
+++ packages/libemail-abstract-perl/branches/upstream/current/META.yml Sat Sep  2 16:58:01 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-Abstract
-version:      2.13
+version:      2.131
 version_from: lib/Email/Abstract.pm
 installdirs:  site
 requires:

Modified: packages/libemail-abstract-perl/branches/upstream/current/lib/Email/Abstract.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-abstract-perl/branches/upstream/current/lib/Email/Abstract.pm?rev=3566&op=diff
==============================================================================
--- packages/libemail-abstract-perl/branches/upstream/current/lib/Email/Abstract.pm (original)
+++ packages/libemail-abstract-perl/branches/upstream/current/lib/Email/Abstract.pm Sat Sep  2 16:58:01 2006
@@ -4,7 +4,7 @@
 use 5.006;
 use strict;
 use warnings;
-our $VERSION = '2.13';
+our $VERSION = '2.131';
 use Module::Pluggable search_path => [ __PACKAGE__ ], require => 1;
 
 my @plugins = __PACKAGE__->plugins(); # Requires them.

Added: packages/libemail-abstract-perl/branches/upstream/current/t/pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-abstract-perl/branches/upstream/current/t/pod-coverage.t?rev=3566&op=file
==============================================================================
--- packages/libemail-abstract-perl/branches/upstream/current/t/pod-coverage.t (added)
+++ packages/libemail-abstract-perl/branches/upstream/current/t/pod-coverage.t Sat Sep  2 16:58:01 2006
@@ -1,0 +1,13 @@
+#!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',
+  trustme        => [
+    qw(as_string construct get_body get_header set_body set_header target)
+  ],
+});

Added: packages/libemail-abstract-perl/branches/upstream/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-abstract-perl/branches/upstream/current/t/pod.t?rev=3566&op=file
==============================================================================
--- packages/libemail-abstract-perl/branches/upstream/current/t/pod.t (added)
+++ packages/libemail-abstract-perl/branches/upstream/current/t/pod.t Sat Sep  2 16:58:01 2006
@@ -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