r37070 - in /trunk/libmime-encwords-perl: Changes EncWords.pm META.yml debian/changelog debian/control t/pod.t

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Mon Jun 1 02:33:27 UTC 2009


Author: nhandler-guest
Date: Mon Jun  1 02:33:15 2009
New Revision: 37070

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37070
Log:
NO UPLOAD IS NEEDED FOR 1.011_02 DEVEL RELEASE
* New upstream release
* debian/control:
  - Add myself to list of uploaders

Modified:
    trunk/libmime-encwords-perl/Changes
    trunk/libmime-encwords-perl/EncWords.pm
    trunk/libmime-encwords-perl/META.yml
    trunk/libmime-encwords-perl/debian/changelog
    trunk/libmime-encwords-perl/debian/control
    trunk/libmime-encwords-perl/t/pod.t

Modified: trunk/libmime-encwords-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/Changes?rev=37070&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/Changes (original)
+++ trunk/libmime-encwords-perl/Changes Mon Jun  1 02:33:15 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: trunk/libmime-encwords-perl/EncWords.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/EncWords.pm?rev=37070&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/EncWords.pm (original)
+++ trunk/libmime-encwords-perl/EncWords.pm Mon Jun  1 02:33:15 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: trunk/libmime-encwords-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/META.yml?rev=37070&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/META.yml (original)
+++ trunk/libmime-encwords-perl/META.yml Mon Jun  1 02:33:15 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: trunk/libmime-encwords-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/debian/changelog?rev=37070&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/debian/changelog (original)
+++ trunk/libmime-encwords-perl/debian/changelog Mon Jun  1 02:33:15 2009
@@ -1,3 +1,13 @@
+libmime-encwords-perl (1.011_02-1) UNRELEASED; urgency=low
+
+  NO UPLOAD IS NEEDED FOR 1.011_02 DEVEL RELEASE
+
+  * New upstream release
+  * debian/control:
+    - Add myself to list of uploaders
+
+ -- Nathan Handler <nhandler at ubuntu.com>  Mon, 01 Jun 2009 02:00:24 +0000
+
 libmime-encwords-perl (1.011-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libmime-encwords-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/debian/control?rev=37070&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/debian/control (original)
+++ trunk/libmime-encwords-perl/debian/control Mon Jun  1 02:33:15 2009
@@ -10,7 +10,8 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmime-encwords-perl/
 Uploaders: Micah Anderson <micah at debian.org>,
  gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>,
- Rene Mayorga <rmayorga at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
+ Rene Mayorga <rmayorga at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>,
+ Nathan Handler <nhandler at ubuntu.com>
 
 Package: libmime-encwords-perl
 Architecture: all

Modified: trunk/libmime-encwords-perl/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/t/pod.t?rev=37070&op=diff
==============================================================================
--- trunk/libmime-encwords-perl/t/pod.t (original)
+++ trunk/libmime-encwords-perl/t/pod.t Mon Jun  1 02:33:15 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