Hello community,

here is the log from the commit of package perl-MIME-EncWords for 
openSUSE:Factory checked in at 2013-11-12 15:10:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MIME-EncWords (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MIME-EncWords.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MIME-EncWords"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MIME-EncWords/perl-MIME-EncWords.changes    
2013-08-27 20:58:30.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MIME-EncWords.new/perl-MIME-EncWords.changes   
    2013-11-12 15:10:48.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Nov 11 18:27:19 UTC 2013 - opens...@cboltz.de
+
+- update to 1.014.2:
+  * No new features.
+  * Reformat Changes file: CPAN RT#88096.
+  * minor manpage updates
+
+-------------------------------------------------------------------

Old:
----
  MIME-EncWords-1.014.1.tar.gz

New:
----
  MIME-EncWords-1.014.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-MIME-EncWords.spec ++++++
--- /var/tmp/diff_new_pack.aD3qzl/_old  2013-11-12 15:10:48.000000000 +0100
+++ /var/tmp/diff_new_pack.aD3qzl/_new  2013-11-12 15:10:48.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-MIME-EncWords
-Version:        1.014.1
+Version:        1.014.2
 Release:        0
 %define cpan_name MIME-EncWords
 Summary:        deal with RFC 2047 encoded words (improved)

++++++ MIME-EncWords-1.014.1.tar.gz -> MIME-EncWords-1.014.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-EncWords-1.014.1/Changes 
new/MIME-EncWords-1.014.2/Changes
--- old/MIME-EncWords-1.014.1/Changes   2013-08-25 04:40:29.000000000 +0200
+++ new/MIME-EncWords-1.014.2/Changes   2013-08-26 17:55:32.000000000 +0200
@@ -1,226 +1,213 @@
-2013-08-25     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
+Revision history for Perl module MIME::EncWords
 
-       * Release 1.014.1.
-       * No new features.
-       * Move Japanese documentations under POD2::JA.
-
-2013-04-27     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.014.
-       * No changes.
-
-2013-04-14     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.013_02.
-       * Fix: CPAN RT#84295: MaxLineLen fixes to the value set at the first
-         time.
-       * Imp: encode_mimewords() supports UTF-16, UTF-32 and their flavors.
-         They will be encoded as UTF-8.
-       * Requires MIME-Charset >= 1.010.
-
-2012-10-01     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Relese 1.012.6.
-       * No changes.
-
-2012-09-05     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.012_5.
-       * Minor Fix: After ASCII words extending over multiple lines,
-         line length was estimated shorter.  CPAN RT #79399.
-       * Doc: corrected typo.
-
-2011-10-26     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.012.4.
-       * Chg: encode_mimewords(): 'B' was advantageous over 'Q' by 4/3 byte
-         on average...
-       * Updated address of FSF.
-
-2011-06-05     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.012.3.
-       * Fix: encode_mimewords(): inproper handling of Encoding => 'S'.
-       * Imp: decode_mimewords(): Broken "Q" encoding also warned: "=" not
-         leading two hexdigits (raw " " and "\t" are allowed).
-       * Imp: encode_mimewords(): negative MaxLineLen allows unlimited length
-         of line.
-       * Encode::MIME::EncWords: Rewritten. 0.03.
-         - Any newlines not forming folding white space are preserved.
-           cf. CPAN RT #68582 for standard encodings.
-         - Error handling.
-       * Doc: typos etc.
-
-2011-06-01     Hatuka*nezumi - IKEDA Soji       <hat...@nezumi.nu>
-
-       * Release 1.012.2.
-       * Chg: encode_mimewords(): By 'A' or 'S' encodings, 'Q' will be used
-         more often: When number of bytes to be encoded exceeds 6th of
-         entire bytes, words may be encoded by 'B'.  In other words,
-         ``S encoding'' is to choose shorter one of 'B' or 'Q' according to
-         length of maximally-encoded result.
-       * Fix: encode_mimewords(): Pure ASCII words containing unsafe sequence
-         ignored Encoding option; encoded by header_encoding() of its charset.
-       * Updated Encode::MIME::EncWords.
-       * Added test #03 & #04.  Added UTF-8 cases to #02.
-
-2011-05-29     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.012.1.
-       * Unicode/multibyte support on Perl 5.7.3 (experimental).
-       * New: Encode::MIME::EncWords [alpha release] - Encode module for
-         "MIME-EncWords", "MIME-EncWords-B", "MIME-EncWords-Q" and
-         "MIME-EncWords-ISO_2022_JP".
-       * Requires MIME::Charset >= 1.008.2.
-
-2010-06-17     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.012.
-       * encode_mimewords(): New option Minimal => 'DISPNAME' to help
-         encoding RFC5322 name-addr.
-
-2009-06-16     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.011.1 - no new features.
-       * Fix: Perl <= 5.6.x - skip tests with older POD::Simple.
-       * MIME::Charset >= 1.007.1 is required.
-
-2009-05-17     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.011 - not really released.
-
-2009-05-11     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.011_01 - no new features.
-       * Supports Perl 5.8.0.
-       * MIME::Charset >= 1.007 is required.
-
-2008-04-19     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.010.101 - tidinesses only; no new features.
-       * CPAN RT #34909, #35070 (depends on #35120):
-         Perl >= 5.8.1 requires MIME::Charset >= 1.006.2.
-       * Perl 5.11.0: Suppress ``Use of uninitialized value
-         within @_ in lc'' warnings.
-       * Perl <= 5.6.2: Suppress ``Useless use of a constant in
-         void context'' warnings.
-       * Correct META.yml & MANIFEST.
-
-2008-04-12     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.010.
-       * encode_mimeword(): Restrict characters in encoded-words
-         according to RFC 2047 section 5 (3).
-         Note: length(encode_mimeword()) may not be equal to
-         encoded_header_len() of MIME::Charset 1.004 or earlier.
-       * Bug Fix: Texts with ``US-ASCII transformation'' charsets,
-         HZ-GB-2312 (RFC 1842) and UTF-7 (RFC 2152), were treated
-         as US-ASCII.
-       * Fix: encoded-words exceeding line length can be generated.
-       * encode_mimewords(): Improved encoding of unsafe ASCII
-         sequences (words exceeding line length or including ``=?'').
-       * encode_mimeword(): can take charset object argument.
-         In this case RAW can be Unicode string.
-       * Modified / added tests for multibyte / singlebyte / unsafe
-         ASCII.
-
-2008-03-30     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.009.
-       * Bug Fix: Perl <=5.6.x: encode_mimewords(): ASCII words
-         are encoded.
-       * Bug Fix: Perl <=5.005: our is ``deprecated''.
-
-2008-03-21     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.007.
-       * encode_mimewords(): New option 'Folding' defaults to
-         be "\n" which may break conformance to RFC 2822 / MIME.
-       * Improve handling of linear-white-spaces: preserve
-         multiple whitespace sequences.
-       * Fix: decode_mimewords(): excessive spaces are inserted
-         on pre-Encode environments (e.g. 5.6.x).
-       * Fix: decode_mimewords(): no 'Charset' option must be
-         no conversion to keep compatible with MIME::Words.
-       * Remove multibyte tests on pre-Encode environments
-         where it cannot be supported exactly.
-       * Restructured processing of option parameters.
-       * Added tests for decoding multibyte and encoding singlebyte.
-
-2008-03-16     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.005.
-       * Fix: Injected bug on _UNICODE_ conversion.
-       * Fix: decode_mimewords(): line folding of encoded text
-         is preserved in the result.
-
-2008-03-16     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.004 - withdrawn.
-       * By this release we require OO interface of MIME::Charset
-         1.001 or later.
-       * Fix: encode_mimewords(): Newlines were encoded when
-         original text includes them.
-       * New feature: MIME/EncWords/Defaults.pm: If it exists,
-         built-in defaults for option parameters of methods can be
-         overridden.
-       * encode_mimewords(): Built-in default for "Encoding"
-         option has been changed from "Q" to "A".
-       * encode_mimewords(): New option "MaxLineLen" which defaults
-         to be 76, and "Mapping" which defaults to be "EXTENDED".
-       * decode_mimewords(): New option "Mapping" which defaults
-         to be "EXTENDED".
-       * Added tests for multibyte.
-       * Clean-up PODs and codes.
-
-2008-03-14     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.003.
-       * encode_mimewords(): Fix: Minimal option won't affect when Encoding
-         options is not "A".
-       * decode_mimewords(): Support RFC 2231 section 5 extension.
-
-2008-03-08     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 1.000.
-       * decode_mimewords(): New option 'Detect7bit', enabled by default.
-       * encode_mimewords(): New option 'Replacement.
-
-2006-11-16     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 0.040.
-       * encode_mimewords(): New option 'Minimal' to control
-         minimal encoding behavior.
-         NOTE: Default behavior was changed from "NO" to "YES".
-
-2006-10-22     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 0.032.
-       * More documentation changes.
-
-2006-10-20     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 0.03.1 (not really released).
-       * Documentation changes only: Note on modifications, clarifications
-         about compatibility with MIME::Words.
-
-2006-10-17     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 0.03.
-       * decode_mimewords: allow Unicode input.
-       * decode_mimewords: don't collapse spaces between '?='...'=?'.
-       * Bug fix: cannot encode null string.
-       * Handle wide characters exactly.
-       * Change die to croak.
-
-2006-10-13     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
-
-       * Release 0.02.
-       * decode_mimewords: Fix bug about default charset.
-       * Supports Perl 5.005 or later.
-         Unicode/multibyte handling will be enabled on Perl 5.8.1 or later.
-       * Added test cases for encode_mimewords (only for singlebyte).
+1.014.2 2013-08-26  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
 
-2006-10-11     Hatuka*nezumi - IKEDA Soji      <hat...@nezumi.nu>
+    * No new features.
+    * Reformat Changes file: CPAN RT#88096.
 
-       * Release 0.01; Initial CPAN upload.
+1.014.1 2013-08-25  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * No new features.
+    * Move Japanese documentations under POD2::JA.
+
+1.014 2013-04-27  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * No changes.
+
+1.013_02 2013-04-14  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * Fix: CPAN RT#84295: MaxLineLen fixes to the value set at the first
+      time.
+    * Imp: encode_mimewords() supports UTF-16, UTF-32 and their flavors.
+      They will be encoded as UTF-8.
+    * Requires MIME-Charset >= 1.010.
+
+1.012.6 2012-10-01  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * No changes.
+
+1.012_5 2012-09-05  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * Minor Fix: After ASCII words extending over multiple lines,
+      line length was estimated shorter.  CPAN RT #79399.
+    * Doc: corrected typo.
+
+1.012.4 2011-10-26  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * Chg: encode_mimewords(): 'B' was advantageous over 'Q' by 4/3 byte
+      on average...
+    * Updated address of FSF.
+
+1.012.3 2011-06-05  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * Fix: encode_mimewords(): inproper handling of Encoding => 'S'.
+    * Imp: decode_mimewords(): Broken "Q" encoding also warned: "=" not
+      leading two hexdigits (raw " " and "\t" are allowed).
+    * Imp: encode_mimewords(): negative MaxLineLen allows unlimited length
+      of line.
+    * Encode::MIME::EncWords: Rewritten. 0.03.
+      - Any newlines not forming folding white space are preserved.
+        cf. CPAN RT #68582 for standard encodings.
+      - Error handling.
+    * Doc: typos etc.
+
+1.012.2 2011-06-01  Hatuka*nezumi - IKEDA Soji   <hat...@nezumi.nu>
+
+    * Chg: encode_mimewords(): By 'A' or 'S' encodings, 'Q' will be used
+      more often: When number of bytes to be encoded exceeds 6th of
+      entire bytes, words may be encoded by 'B'.  In other words,
+      ``S encoding'' is to choose shorter one of 'B' or 'Q' according to
+      length of maximally-encoded result.
+    * Fix: encode_mimewords(): Pure ASCII words containing unsafe sequence
+      ignored Encoding option; encoded by header_encoding() of its charset.
+    * Updated Encode::MIME::EncWords.
+    * Added test #03 & #04.  Added UTF-8 cases to #02.
+
+1.012.1 2011-05-29  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * Unicode/multibyte support on Perl 5.7.3 (experimental).
+    * New: Encode::MIME::EncWords [alpha release] - Encode module for
+      "MIME-EncWords", "MIME-EncWords-B", "MIME-EncWords-Q" and
+      "MIME-EncWords-ISO_2022_JP".
+    * Requires MIME::Charset >= 1.008.2.
+
+1.012 2010-06-17  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * encode_mimewords(): New option Minimal => 'DISPNAME' to help
+      encoding RFC5322 name-addr.
+
+1.011.1 2009-06-16  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * no new features.
+    * Fix: Perl <= 5.6.x - skip tests with older POD::Simple.
+    * MIME::Charset >= 1.007.1 is required.
+
+1.011 2009-05-17  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * not really released.
+
+1.011_01 2009-05-11  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * no new features.
+    * Supports Perl 5.8.0.
+    * MIME::Charset >= 1.007 is required.
+
+1.010.101 2008-04-19  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * tidinesses only; no new features.
+    * CPAN RT #34909, #35070 (depends on #35120):
+      Perl >= 5.8.1 requires MIME::Charset >= 1.006.2.
+    * Perl 5.11.0: Suppress ``Use of uninitialized value
+      within @_ in lc'' warnings.
+    * Perl <= 5.6.2: Suppress ``Useless use of a constant in
+      void context'' warnings.
+    * Correct META.yml & MANIFEST.
+
+1.010 2008-04-12  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * encode_mimeword(): Restrict characters in encoded-words
+      according to RFC 2047 section 5 (3).
+      Note: length(encode_mimeword()) may not be equal to
+      encoded_header_len() of MIME::Charset 1.004 or earlier.
+    * Bug Fix: Texts with ``US-ASCII transformation'' charsets,
+      HZ-GB-2312 (RFC 1842) and UTF-7 (RFC 2152), were treated
+      as US-ASCII.
+    * Fix: encoded-words exceeding line length can be generated.
+    * encode_mimewords(): Improved encoding of unsafe ASCII
+      sequences (words exceeding line length or including ``=?'').
+    * encode_mimeword(): can take charset object argument.
+      In this case RAW can be Unicode string.
+    * Modified / added tests for multibyte / singlebyte / unsafe
+      ASCII.
+
+1.009 2008-03-30  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * Bug Fix: Perl <=5.6.x: encode_mimewords(): ASCII words
+      are encoded.
+    * Bug Fix: Perl <=5.005: our is ``deprecated''.
+
+1.007 2008-03-21  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * encode_mimewords(): New option 'Folding' defaults to
+      be "\n" which may break conformance to RFC 2822 / MIME.
+    * Improve handling of linear-white-spaces: preserve
+      multiple whitespace sequences.
+    * Fix: decode_mimewords(): excessive spaces are inserted
+      on pre-Encode environments (e.g. 5.6.x).
+    * Fix: decode_mimewords(): no 'Charset' option must be
+      no conversion to keep compatible with MIME::Words.
+    * Remove multibyte tests on pre-Encode environments
+      where it cannot be supported exactly.
+    * Restructured processing of option parameters.
+    * Added tests for decoding multibyte and encoding singlebyte.
+
+1.005 2008-03-16  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * Fix: Injected bug on _UNICODE_ conversion.
+    * Fix: decode_mimewords(): line folding of encoded text
+      is preserved in the result.
+
+1.004 2008-03-16  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * withdrawn.
+    * By this release we require OO interface of MIME::Charset
+      1.001 or later.
+    * Fix: encode_mimewords(): Newlines were encoded when
+      original text includes them.
+    * New feature: MIME/EncWords/Defaults.pm: If it exists,
+      built-in defaults for option parameters of methods can be
+      overridden.
+    * encode_mimewords(): Built-in default for "Encoding"
+      option has been changed from "Q" to "A".
+    * encode_mimewords(): New option "MaxLineLen" which defaults
+      to be 76, and "Mapping" which defaults to be "EXTENDED".
+    * decode_mimewords(): New option "Mapping" which defaults
+      to be "EXTENDED".
+    * Added tests for multibyte.
+    * Clean-up PODs and codes.
+
+1.003 2008-03-14  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * encode_mimewords(): Fix: Minimal option won't affect when Encoding
+      options is not "A".
+    * decode_mimewords(): Support RFC 2231 section 5 extension.
+
+1.000 2008-03-08  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * decode_mimewords(): New option 'Detect7bit', enabled by default.
+    * encode_mimewords(): New option 'Replacement.
+
+0.040 2006-11-16  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * encode_mimewords(): New option 'Minimal' to control
+      minimal encoding behavior.
+      NOTE: Default behavior was changed from "NO" to "YES".
+
+0.032 2006-10-22  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * More documentation changes.
+
+0.03.1 2006-10-20  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * not really released
+    * Documentation changes only: Note on modifications, clarifications
+      about compatibility with MIME::Words.
+
+0.03 2006-10-17  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * decode_mimewords: allow Unicode input.
+    * decode_mimewords: don't collapse spaces between '?='...'=?'.
+    * Bug fix: cannot encode null string.
+    * Handle wide characters exactly.
+    * Change die to croak.
+
+0.02 2006-10-13  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * decode_mimewords: Fix bug about default charset.
+    * Supports Perl 5.005 or later.
+      Unicode/multibyte handling will be enabled on Perl 5.8.1 or later.
+    * Added test cases for encode_mimewords (only for singlebyte).
+
+0.01 2006-10-11  Hatuka*nezumi - IKEDA Soji  <hat...@nezumi.nu>
+
+    * Initial CPAN upload.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-EncWords-1.014.1/META.yml 
new/MIME-EncWords-1.014.2/META.yml
--- old/MIME-EncWords-1.014.1/META.yml  2013-08-25 04:40:29.000000000 +0200
+++ new/MIME-EncWords-1.014.2/META.yml  2013-08-26 17:55:32.000000000 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name:         MIME-EncWords
 abstract:     deal with RFC 2047 encoded words (improved)
-version:      1.014.1
+version:      1.014.2
 author:
   - Hatuka*nezumi - IKEDA Soji <hat...@nezumi.nu>
 license:      perl
@@ -16,7 +16,7 @@
 provides:
     MIME::EncWords:
         file:                      lib/MIME/EncWords.pm
-        version:                   1.014.1
+        version:                   1.014.2
     Encode::MIME::EncWords:
         file:                      lib/Encode/MIME/EncWords.pm
         version:                   0.03
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-EncWords-1.014.1/lib/MIME/EncWords.pm 
new/MIME-EncWords-1.014.2/lib/MIME/EncWords.pm
--- old/MIME-EncWords-1.014.1/lib/MIME/EncWords.pm      2013-08-25 
04:40:29.000000000 +0200
+++ new/MIME-EncWords-1.014.2/lib/MIME/EncWords.pm      2013-08-26 
17:55:32.000000000 +0200
@@ -131,7 +131,7 @@
 #------------------------------
 
 ### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = '1.014.1';
+$VERSION = '1.014.2';
 
 ### Public Configuration Attributes
 $Config = {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MIME-EncWords-1.014.1/lib/POD2/JA/Encode/MIME/EncWords.pod 
new/MIME-EncWords-1.014.2/lib/POD2/JA/Encode/MIME/EncWords.pod
--- old/MIME-EncWords-1.014.1/lib/POD2/JA/Encode/MIME/EncWords.pod      
2013-08-25 04:40:29.000000000 +0200
+++ new/MIME-EncWords-1.014.2/lib/POD2/JA/Encode/MIME/EncWords.pod      
2013-08-26 17:55:32.000000000 +0200
@@ -90,7 +90,7 @@
 
 =back
 
-オプションの詳細については L<MIME::EncWords|POD2::JA::MIME::EncWords> を参照。
+オプションの詳細については L<MIME::EncWords~[ja]> を参照。
 
 =back
 
@@ -139,7 +139,7 @@
 
 =head1 SEE ALSO
 
-L<Encode>, L<Encode::MIME::Header>, L<MIME::EncWords|POD2::JA::MIME::EncWords>.
+L<Encode>, L<Encode::MIME::Header>, L<MIME::EncWords~[ja]>.
 
 RFC 2047 I<MIME (Multipurpose Internet Mail Extensions) Part Three:
 Message Header Extensions for Non-ASCII Text>.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-EncWords-1.014.1/lib/POD2/JA/MIME/EncWords.pod 
new/MIME-EncWords-1.014.2/lib/POD2/JA/MIME/EncWords.pod
--- old/MIME-EncWords-1.014.1/lib/POD2/JA/MIME/EncWords.pod     2013-08-25 
04:40:29.000000000 +0200
+++ new/MIME-EncWords-1.014.2/lib/POD2/JA/MIME/EncWords.pod     2013-08-26 
17:55:32.000000000 +0200
@@ -246,7 +246,7 @@
 B<**>
 「特殊」な値も指定できる。C<"a"> は推奨されるエンコーディングを自動選択する
 (キャラクタセットに別のものが推奨されるときはキャラクタセット変換も行う。
-L<MIME::Charset|POD2::JA::MIME::Charset> 参照)。
+L<MIME::Charset~[ja]> 参照)。
 C<"s"> は C<"q"> と C<"b"> のうち短くなるほうを選ぶ。
 B<Note>:
 B<*>
@@ -318,7 +318,7 @@
 =item Replacement
 B<**>
 
-L<POD2::JA::MIME::Charset/エラー処理> 参照。
+L<MIME::Charset~[ja]/エラー処理> 参照。
 
 =back
 
@@ -345,7 +345,7 @@
 
 =head1 SEE ALSO
 
-L<MIME::Charset|POD2::JA::MIME::Charset>,
+L<MIME::Charset~[ja]>,
 L<MIME::Tools>
 
 =head1 AUTHORS

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to