r37068 - in /branches/upstream/libmime-encwords-perl/current: Changes EncWords.pm META.yml t/pod.t

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Mon Jun 1 01:58:32 UTC 2009


Author: nhandler-guest
Date: Mon Jun  1 01:58:28 2009
New Revision: 37068

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37068
Log:
[svn-upgrade] Integrating new upstream version, libmime-encwords-perl (1.011_02)

Modified:
    branches/upstream/libmime-encwords-perl/current/Changes
    branches/upstream/libmime-encwords-perl/current/EncWords.pm
    branches/upstream/libmime-encwords-perl/current/META.yml
    branches/upstream/libmime-encwords-perl/current/t/pod.t

Modified: branches/upstream/libmime-encwords-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-encwords-perl/current/Changes?rev=37068&op=diff
==============================================================================
--- branches/upstream/libmime-encwords-perl/current/Changes (original)
+++ branches/upstream/libmime-encwords-perl/current/Changes Mon Jun  1 01:58:28 2009
@@ -1,8 +1,3 @@
-2009-05-17	Hatuka*nezumi - IKEDA Soji	<hatuka at nezumi.nu>
-
-	* Release 1.011 - no new features.
-	* Fix: Perl <= 5.6.x - skip tests with older POD::Simple.
-
 2009-05-11	Hatuka*nezumi - IKEDA Soji	<hatuka at nezumi.nu>
 
 	* Release 1.011_01 - no new features.

Modified: branches/upstream/libmime-encwords-perl/current/EncWords.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-encwords-perl/current/EncWords.pm?rev=37068&op=diff
==============================================================================
--- branches/upstream/libmime-encwords-perl/current/EncWords.pm (original)
+++ branches/upstream/libmime-encwords-perl/current/EncWords.pm Mon Jun  1 01:58:28 2009
@@ -121,7 +121,7 @@
 #------------------------------
 
 ### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = '1.011';
+$VERSION = '1.011_02';
 
 ### Public Configuration Attributes
 $Config = {

Modified: branches/upstream/libmime-encwords-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-encwords-perl/current/META.yml?rev=37068&op=diff
==============================================================================
--- branches/upstream/libmime-encwords-perl/current/META.yml (original)
+++ branches/upstream/libmime-encwords-perl/current/META.yml Mon Jun  1 01:58:28 2009
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name:         MIME-EncWords
 abstract:     deal with RFC 2047 encoded words (improved)
-version:      1.011
+version:      1.011_02
 author:
   - Hatuka*nezumi - IKEDA Soji <hatuka at nezumi.nu>
 license:      perl
@@ -9,14 +9,14 @@
 requires:
     Encode:                        1.98
     MIME::Base64:                  2.13
-    MIME::Charset:                 1.007
+    MIME::Charset:                 1.007_02
     perl:                          5.005
 build_requires:
     Test::More:                    0
 provides:
     MIME::EncWords:
         file:                      EncWords.pm
-        version:                   1.011
+        version:                   1.011_02
 resources:
     repository: http://hatuka.nezumi.nu/repos/MIME-EncWords/
 meta-spec:

Modified: branches/upstream/libmime-encwords-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-encwords-perl/current/t/pod.t?rev=37068&op=diff
==============================================================================
--- branches/upstream/libmime-encwords-perl/current/t/pod.t (original)
+++ branches/upstream/libmime-encwords-perl/current/t/pod.t Mon Jun  1 01:58:28 2009
@@ -1,13 +1,6 @@
 use strict;
 use Test::More;
-eval "use Pod::Simple 2.06";
-if ($@) {
-    plan skip_all => "Pod::Simple 2.05 or later required for testing POD";
-} else {
-    eval "use Test::Pod 1.00";
-    if ($@) {
-        plan skip_all => "Test::Pod 1.00 or later required for testing POD";
-    }
-}
+eval "use Test::Pod 1.00";
+plan skip_all => "Test::Pod 1.00 or later required for testing POD" if $@;
 all_pod_files_ok();
 




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