Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2016-02-25 22:06:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Pod-Spell (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Pod-Spell"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Pod-Spell/perl-Pod-Spell.changes    
2015-04-15 16:26:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes       
2016-02-26 00:39:33.000000000 +0100
@@ -1,0 +2,24 @@
+Sun Feb 21 10:16:33 UTC 2016 - co...@suse.com
+
+- updated to 1.19
+   see /usr/share/doc/packages/perl-Pod-Spell/Changes
+
+  1.19      2016-02-20
+       - Don't set $Text::Wrap::huge globally, but localize it
+       - Load Pod::Wordlist only if used
+
+-------------------------------------------------------------------
+Sun Feb  7 10:30:29 UTC 2016 - co...@suse.com
+
+- updated to 1.18
+   see /usr/share/doc/packages/perl-Pod-Spell/Changes
+
+  1.18      2016-01-30
+       - New maintainer: Olivier Mengué (DOLMEN)
+         Repo is now hosted at github.com/perl-pod/Pod-Spell
+       - Fix warning in strip_stopwords (GH #23)
+       - re-apply "podspell script: set output encoding from locale CTYPE"
+         (GH #22, #17). The issue in 1.16 was an incorrect dependency
+         on I18N::Langinfo.
+
+-------------------------------------------------------------------

Old:
----
  Pod-Spell-1.17.tar.gz

New:
----
  Pod-Spell-1.19.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Pod-Spell.spec ++++++
--- /var/tmp/diff_new_pack.judZwe/_old  2016-02-26 00:39:34.000000000 +0100
+++ /var/tmp/diff_new_pack.judZwe/_new  2016-02-26 00:39:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Spell
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:           perl-Pod-Spell
-Version:        1.17
+Version:        1.19
 Release:        0
 %define cpan_name Pod-Spell
-Summary:        a formatter for spellchecking Pod
+Summary:        Formatter for Spellchecking Pod
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Pod-Spell/
-Source:         
http://www.cpan.org/authors/id/X/XE/XENO/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/D/DO/DOLMEN/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -35,10 +36,12 @@
 BuildRequires:  perl(Lingua::EN::Inflect)
 BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(parent)
 Requires:       perl(Class::Tiny)
 Requires:       perl(File::ShareDir::ProjectDistDir) >= 1.000
 Requires:       perl(Lingua::EN::Inflect)
 Requires:       perl(Pod::Escapes)
+Requires:       perl(parent)
 %{perl_requires}
 
 %description

++++++ Pod-Spell-1.17.tar.gz -> Pod-Spell-1.19.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/Changes new/Pod-Spell-1.19/Changes
--- old/Pod-Spell-1.17/Changes  2015-03-09 04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/Changes  2016-02-20 11:49:11.000000000 +0100
@@ -1,5 +1,17 @@
 Revision history Pod-Spell
 
+1.19      2016-02-20
+       - Don't set $Text::Wrap::huge globally, but localize it
+       - Load Pod::Wordlist only if used
+
+1.18      2016-01-30
+       - New maintainer: Olivier Mengué (DOLMEN)
+         Repo is now hosted at github.com/perl-pod/Pod-Spell
+       - Fix warning in strip_stopwords (GH #23)
+       - re-apply "podspell script: set output encoding from locale CTYPE"
+         (GH #22, #17). The issue in 1.16 was an incorrect dependency
+         on I18N::Langinfo.
+
 1.17      2015-03-08
        - revert changes in 1.16 they are not compatible with windows GH #18
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/LICENSE new/Pod-Spell-1.19/LICENSE
--- old/Pod-Spell-1.17/LICENSE  2015-03-09 04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/LICENSE  2016-02-20 11:49:11.000000000 +0100
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2015 by Caleb Cushing.
+This software is Copyright (c) 2016 by Olivier Mengué.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/MANIFEST new/Pod-Spell-1.19/MANIFEST
--- old/Pod-Spell-1.17/MANIFEST 2015-03-09 04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/MANIFEST 2016-02-20 11:49:11.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.032.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.043.
 CONTRIBUTING
 Changes
 LICENSE
@@ -22,14 +22,14 @@
 t/utf8.t
 xt/author/critic.t
 xt/author/eol.t
+xt/author/pod-coverage.t
 xt/author/pod-spell.t
+xt/author/pod-syntax.t
+xt/author/test-version.t
 xt/release/cpan-changes.t
 xt/release/dist-manifest.t
 xt/release/meta-json.t
 xt/release/minimum-version.t
-xt/release/pod-coverage.t
 xt/release/pod-linkcheck.t
-xt/release/pod-syntax.t
 xt/release/portability.t
-xt/release/test-version.t
 xt/release/unused-vars.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/META.json new/Pod-Spell-1.19/META.json
--- old/Pod-Spell-1.17/META.json        2015-03-09 04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/META.json        2016-02-20 11:49:11.000000000 +0100
@@ -5,7 +5,7 @@
       "Caleb Cushing <xenoterrac...@gmail.com>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.032, CPAN::Meta::Converter version 
2.143240",
+   "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 
2.150005",
    "license" : [
       "artistic_2"
    ],
@@ -28,13 +28,17 @@
       },
       "develop" : {
          "requires" : {
+            "English" : "0",
             "Pod::Coverage::TrustPod" : "0",
             "Test::CPAN::Changes" : "0.19",
+            "Test::CPAN::Meta::JSON" : "0.16",
             "Test::EOL" : "0",
-            "Test::More" : "0.88",
+            "Test::More" : "0.96",
             "Test::Pod" : "1.41",
             "Test::Pod::Coverage" : "1.08",
+            "Test::Pod::LinkCheck" : "0",
             "Test::Spelling" : "0.12",
+            "Test::Vars" : "0",
             "Test::Version" : "1"
          }
       },
@@ -44,12 +48,13 @@
             "Class::Tiny" : "0",
             "File::ShareDir::ProjectDistDir" : "1.000",
             "Lingua::EN::Inflect" : "0",
+            "POSIX" : "0",
             "Pod::Escapes" : "0",
             "Pod::Parser" : "0",
             "Text::Wrap" : "0",
-            "base" : "0",
             "constant" : "0",
             "locale" : "0",
+            "parent" : "0",
             "perl" : "5.008",
             "strict" : "0",
             "warnings" : "0"
@@ -74,29 +79,27 @@
    "provides" : {
       "Pod::Spell" : {
          "file" : "lib/Pod/Spell.pm",
-         "version" : "1.17"
+         "version" : "1.19"
       },
       "Pod::Wordlist" : {
          "file" : "lib/Pod/Wordlist.pm",
-         "version" : "1.17"
+         "version" : "1.19"
       }
    },
    "release_status" : "stable",
    "resources" : {
-      "bugtracker" : {
-         "web" : "https://github.com/xenoterracide/pod-spell/issues";
-      },
-      "homepage" : "https://metacpan.org/dist/Pod-Spell";,
+      "homepage" : "https://github.com/perl-pod/Pod-Spell";,
       "repository" : {
          "type" : "git",
-         "url" : "git://github.com/xenoterracide/pod-spell.git",
-         "web" : "https://github.com/xenoterracide/pod-spell";
+         "url" : "https://github.com/perl-pod/Pod-Spell.git";,
+         "web" : "https://github.com/perl-pod/Pod-Spell";
       }
    },
-   "version" : "1.17",
+   "version" : "1.19",
    "x_contributors" : [
       "David Golden <dagol...@cpan.org>",
       "Kent Fredric <kentfred...@gmail.com>",
+      "Mohammad S Anwar <mohammad.an...@yahoo.com>",
       "Olivier Mengué <dol...@cpan.org>"
    ]
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/META.yml new/Pod-Spell-1.19/META.yml
--- old/Pod-Spell-1.17/META.yml 2015-03-09 04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/META.yml 2016-02-20 11:49:11.000000000 +0100
@@ -16,7 +16,7 @@
   ExtUtils::MakeMaker: '0'
   File::ShareDir::Install: '0.06'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.032, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'Dist::Zilla version 5.043, CPAN::Meta::Converter version 
2.150005'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,30 +28,31 @@
 provides:
   Pod::Spell:
     file: lib/Pod/Spell.pm
-    version: '1.17'
+    version: '1.19'
   Pod::Wordlist:
     file: lib/Pod/Wordlist.pm
-    version: '1.17'
+    version: '1.19'
 requires:
   Carp: '0'
   Class::Tiny: '0'
   File::ShareDir::ProjectDistDir: '1.000'
   Lingua::EN::Inflect: '0'
+  POSIX: '0'
   Pod::Escapes: '0'
   Pod::Parser: '0'
   Text::Wrap: '0'
-  base: '0'
   constant: '0'
   locale: '0'
+  parent: '0'
   perl: '5.008'
   strict: '0'
   warnings: '0'
 resources:
-  bugtracker: https://github.com/xenoterracide/pod-spell/issues
-  homepage: https://metacpan.org/dist/Pod-Spell
-  repository: git://github.com/xenoterracide/pod-spell.git
-version: '1.17'
+  homepage: https://github.com/perl-pod/Pod-Spell
+  repository: https://github.com/perl-pod/Pod-Spell.git
+version: '1.19'
 x_contributors:
   - 'David Golden <dagol...@cpan.org>'
   - 'Kent Fredric <kentfred...@gmail.com>'
+  - 'Mohammad S Anwar <mohammad.an...@yahoo.com>'
   - 'Olivier Mengué <dol...@cpan.org>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/Makefile.PL 
new/Pod-Spell-1.19/Makefile.PL
--- old/Pod-Spell-1.17/Makefile.PL      2015-03-09 04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/Makefile.PL      2016-02-20 11:49:11.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.032.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.043.
 use strict;
 use warnings;
 
@@ -31,12 +31,13 @@
     "Class::Tiny" => 0,
     "File::ShareDir::ProjectDistDir" => "1.000",
     "Lingua::EN::Inflect" => 0,
+    "POSIX" => 0,
     "Pod::Escapes" => 0,
     "Pod::Parser" => 0,
     "Text::Wrap" => 0,
-    "base" => 0,
     "constant" => 0,
     "locale" => 0,
+    "parent" => 0,
     "strict" => 0,
     "warnings" => 0
   },
@@ -50,7 +51,7 @@
     "Test::More" => 0,
     "utf8" => 0
   },
-  "VERSION" => "1.17",
+  "VERSION" => "1.19",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -61,21 +62,21 @@
   "Carp" => 0,
   "Class::Tiny" => 0,
   "ExtUtils::MakeMaker" => 0,
-  "File::ShareDir::Install" => "0.06",
   "File::ShareDir::ProjectDistDir" => "1.000",
   "File::Spec" => 0,
   "File::Temp" => 0,
   "IO::Handle" => 0,
   "IPC::Open3" => 0,
   "Lingua::EN::Inflect" => 0,
+  "POSIX" => 0,
   "Pod::Escapes" => 0,
   "Pod::Parser" => 0,
   "Test::Deep" => 0,
   "Test::More" => 0,
   "Text::Wrap" => 0,
-  "base" => 0,
   "constant" => 0,
   "locale" => 0,
+  "parent" => 0,
   "strict" => 0,
   "utf8" => 0,
   "warnings" => 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/README new/Pod-Spell-1.19/README
--- old/Pod-Spell-1.17/README   2015-03-09 04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/README   2016-02-20 11:49:11.000000000 +0100
@@ -4,7 +4,7 @@
 
 VERSION
 
-    version 1.17
+    version 1.19
 
 SYNOPSIS
 
@@ -173,20 +173,14 @@
 
     perlpod, perlpodspec
 
-BUGS
-
-    Please report any bugs or feature requests on the bugtracker website
-    https://github.com/xenoterracide/pod-spell/issues
-
-    When submitting a bug or request, please include a test-file or a patch
-    to an existing test-file that illustrates the bug or desired feature.
-
 CONTRIBUTORS
 
       * David Golden <dagol...@cpan.org>
 
       * Kent Fredric <kentfred...@gmail.com>
 
+      * Mohammad S Anwar <mohammad.an...@yahoo.com>
+
       * Olivier Mengué <dol...@cpan.org>
 
 AUTHORS
@@ -197,7 +191,7 @@
 
 COPYRIGHT AND LICENSE
 
-    This software is Copyright (c) 2015 by Caleb Cushing.
+    This software is Copyright (c) 2016 by Olivier Mengué.
 
     This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/bin/podspell 
new/Pod-Spell-1.19/bin/podspell
--- old/Pod-Spell-1.17/bin/podspell     2015-03-09 04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/bin/podspell     2016-02-20 11:49:11.000000000 +0100
@@ -3,7 +3,21 @@
 use warnings;
 use Pod::Spell;
 
-our $VERSION = '1.17'; # VERSION
+our $VERSION = '1.19'; # VERSION
+
+if ($] ge '5.008001') {
+  # Try to get the encoding from the locale
+  my $encoding = eval {
+    require POSIX;
+    POSIX::setlocale(POSIX::LC_CTYPE(), '');
+    require I18N::Langinfo;
+    I18N::Langinfo::langinfo(I18N::Langinfo::CODESET())
+  };
+
+  if ($encoding) {
+    binmode(STDOUT, ":encoding($encoding)");
+  }
+}
 
 if(@ARGV) {  # iterate over files, sending to STDOUT
   foreach my $x (@ARGV) {
@@ -28,21 +42,12 @@
 
 =head1 VERSION
 
-version 1.17
+version 1.19
 
 =head1 SYNOPSIS
 
        % podspell Thing.pm | ispell
 
-=head1 BUGS
-
-Please report any bugs or feature requests on the bugtracker website
-https://github.com/xenoterracide/pod-spell/issues
-
-When submitting a bug or request, please include a test-file or a
-patch to an existing test-file that illustrates the bug or desired
-feature.
-
 =head1 AUTHORS
 
 =over 4
@@ -59,7 +64,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2015 by Caleb Cushing.
+This software is Copyright (c) 2016 by Olivier Mengué.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/lib/Pod/Spell.pm 
new/Pod-Spell-1.19/lib/Pod/Spell.pm
--- old/Pod-Spell-1.17/lib/Pod/Spell.pm 2015-03-09 04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/lib/Pod/Spell.pm 2016-02-20 11:49:11.000000000 +0100
@@ -3,17 +3,13 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.17'; # VERSION
+our $VERSION = '1.19'; # VERSION
 
-use base 'Pod::Parser';
+use parent 'Pod::Parser';
 
-use Pod::Wordlist;
 use Pod::Escapes ('e2char');
 use Text::Wrap   ('wrap');
 
-# We don't need a very new version of Text::Wrap, altho they are nicer.
-$Text::Wrap::huge = 'overflow';  ## no critic ( Variables::ProhibitPackageVars 
)
-
 use locale;                      # so our uc/lc works right
 use Carp;
 
@@ -33,24 +29,24 @@
 
        $new->{debug} = $args{debug} || $ENV{PERL_POD_SPELL_DEBUG};
 
-       $new->{stopwords} = $args{stopwords} || Pod::Wordlist->new(
-               _is_debug => $new->{debug}, no_wide_chars => 
$args{no_wide_chars}
-       );
+       $new->{stopwords} = $args{stopwords} || do {
+               require Pod::Wordlist;
+               Pod::Wordlist->new(
+                       _is_debug => $new->{debug},
+                       no_wide_chars => $args{no_wide_chars}
+               )
+       };
 
        return $new;
 }
 
-sub stopwords { my $self = shift; return $self->{stopwords} }
+sub stopwords { (shift)->{stopwords} }
 
-sub verbatim { return ''; }    # totally ignore verbatim sections
+sub verbatim { '' }    # totally ignore verbatim sections
 
 #----------------------------------------------------------------------
 
-sub _is_debug {
-       my $self = shift;
-
-       return $self->{debug} ? 1 : 0;
-}
+sub _is_debug { (shift)->{debug} ? 1 : 0; }
 
 #----------------------------------------------------------------------
 
@@ -190,6 +186,8 @@
        my $out = $self->stopwords->strip_stopwords( $text );
        if ( length $out ) {
                my $out_fh = $self->output_handle();
+               # We don't need a very new version of Text::Wrap, altho they 
are nicer.
+               local $Text::Wrap::huge = 'overflow'; ## no critic ( 
Variables::ProhibitPackageVars )
                print $out_fh wrap( '', '', $out ), "\n\n";
        }
        return;
@@ -213,7 +211,7 @@
 
 =head1 VERSION
 
-version 1.17
+version 1.19
 
 =head1 SYNOPSIS
 
@@ -387,18 +385,9 @@
 
 L<perlpod|perlpod>, L<perlpodspec>
 
-=head1 BUGS
-
-Please report any bugs or feature requests on the bugtracker website
-https://github.com/xenoterracide/pod-spell/issues
-
-When submitting a bug or request, please include a test-file or a
-patch to an existing test-file that illustrates the bug or desired
-feature.
-
 =head1 CONTRIBUTORS
 
-=for stopwords David Golden Kent Fredric Olivier Mengué
+=for stopwords David Golden Kent Fredric Mohammad S Anwar Olivier Mengué
 
 =over 4
 
@@ -412,6 +401,10 @@
 
 =item *
 
+Mohammad S Anwar <mohammad.an...@yahoo.com>
+
+=item *
+
 Olivier Mengué <dol...@cpan.org>
 
 =back
@@ -432,7 +425,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2015 by Caleb Cushing.
+This software is Copyright (c) 2016 by Olivier Mengué.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/lib/Pod/Wordlist.pm 
new/Pod-Spell-1.19/lib/Pod/Wordlist.pm
--- old/Pod-Spell-1.17/lib/Pod/Wordlist.pm      2015-03-09 04:38:30.000000000 
+0100
+++ new/Pod-Spell-1.19/lib/Pod/Wordlist.pm      2016-02-20 11:49:11.000000000 
+0100
@@ -13,7 +13,7 @@
 
 use constant MAXWORDLENGTH => 50; ## no critic ( ProhibitConstantPragma )
 
-our $VERSION = '1.17'; # VERSION
+our $VERSION = '1.19'; # VERSION
 
 our %Wordlist; ## no critic ( Variables::ProhibitPackageVars )
 
@@ -109,7 +109,7 @@
                print "  Keeping as  <$_>\n" if $_ && $self->_is_debug;
        }
 
-       return join(" ", grep { length } @words );
+       return join(" ", grep { defined && length } @words );
 }
 
 sub _strip_a_word {
@@ -158,7 +158,7 @@
 
 =head1 VERSION
 
-version 1.17
+version 1.19
 
 =head1 DESCRIPTION
 
@@ -221,15 +221,6 @@
 
        sort share/wordlist -u > /tmp/sorted && mv /tmp/sorted share/wordlist
 
-=head1 BUGS
-
-Please report any bugs or feature requests on the bugtracker website
-https://github.com/xenoterracide/pod-spell/issues
-
-When submitting a bug or request, please include a test-file or a
-patch to an existing test-file that illustrates the bug or desired
-feature.
-
 =head1 AUTHORS
 
 =over 4
@@ -246,7 +237,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2015 by Caleb Cushing.
+This software is Copyright (c) 2016 by Olivier Mengué.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/perlcritic.rc 
new/Pod-Spell-1.19/perlcritic.rc
--- old/Pod-Spell-1.17/perlcritic.rc    2015-03-09 04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/perlcritic.rc    2016-02-20 11:49:11.000000000 +0100
@@ -1,5 +1,6 @@
 severity = 3
 verbose  = 9
 exclude  = RegularExpressions::RequireExtendedFormatting
+[-Subroutines::RequireFinalReturn]
 [Subroutines::ProhibitExcessComplexity]
 max_mccabe = 30
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/t/00-compile.t 
new/Pod-Spell-1.19/t/00-compile.t
--- old/Pod-Spell-1.17/t/00-compile.t   2015-03-09 04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/t/00-compile.t   2016-02-20 11:49:11.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.053
 
 use Test::More;
 
@@ -39,6 +39,9 @@
     waitpid($pid, 0);
     is($?, 0, "$lib loaded ok");
 
+    shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
+        and not eval { blib->VERSION('1.01') };
+
     if (@_warnings)
     {
         warn @_warnings;
@@ -62,7 +65,10 @@
     waitpid($pid, 0);
     is($?, 0, "$file compiled ok");
 
-   # in older perls, -c output is simply the file portion of the path being 
tested
+    shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
+        and not eval { blib->VERSION('1.01') };
+
+    # in older perls, -c output is simply the file portion of the path being 
tested
     if (@_warnings = grep { !/\bsyntax OK$/ }
         grep { chomp; $_ ne (File::Spec->splitpath($file))[2] } @_warnings)
     {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/t/00-report-prereqs.dd 
new/Pod-Spell-1.19/t/00-report-prereqs.dd
--- old/Pod-Spell-1.17/t/00-report-prereqs.dd   2015-03-09 04:38:30.000000000 
+0100
+++ new/Pod-Spell-1.19/t/00-report-prereqs.dd   2016-02-20 11:49:11.000000000 
+0100
@@ -7,13 +7,17 @@
                       },
        'develop' => {
                       'requires' => {
+                                      'English' => '0',
                                       'Pod::Coverage::TrustPod' => '0',
                                       'Test::CPAN::Changes' => '0.19',
+                                      'Test::CPAN::Meta::JSON' => '0.16',
                                       'Test::EOL' => '0',
-                                      'Test::More' => '0.88',
+                                      'Test::More' => '0.96',
                                       'Test::Pod' => '1.41',
                                       'Test::Pod::Coverage' => '1.08',
+                                      'Test::Pod::LinkCheck' => '0',
                                       'Test::Spelling' => '0.12',
+                                      'Test::Vars' => '0',
                                       'Test::Version' => '1'
                                     }
                     },
@@ -23,12 +27,13 @@
                                       'Class::Tiny' => '0',
                                       'File::ShareDir::ProjectDistDir' => 
'1.000',
                                       'Lingua::EN::Inflect' => '0',
+                                      'POSIX' => '0',
                                       'Pod::Escapes' => '0',
                                       'Pod::Parser' => '0',
                                       'Text::Wrap' => '0',
-                                      'base' => '0',
                                       'constant' => '0',
                                       'locale' => '0',
+                                      'parent' => '0',
                                       'perl' => '5.008',
                                       'strict' => '0',
                                       'warnings' => '0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/t/00-report-prereqs.t 
new/Pod-Spell-1.19/t/00-report-prereqs.t
--- old/Pod-Spell-1.17/t/00-report-prereqs.t    2015-03-09 04:38:30.000000000 
+0100
+++ new/Pod-Spell-1.19/t/00-report-prereqs.t    2016-02-20 11:49:11.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.020
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.021
 
 use Test::More tests => 1;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/xt/author/eol.t 
new/Pod-Spell-1.19/xt/author/eol.t
--- old/Pod-Spell-1.17/xt/author/eol.t  2015-03-09 04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/xt/author/eol.t  2016-02-20 11:49:11.000000000 +0100
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.17
+# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18
 
 use Test::More 0.88;
 use Test::EOL;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/xt/author/pod-coverage.t 
new/Pod-Spell-1.19/xt/author/pod-coverage.t
--- old/Pod-Spell-1.17/xt/author/pod-coverage.t 1970-01-01 01:00:00.000000000 
+0100
+++ new/Pod-Spell-1.19/xt/author/pod-coverage.t 2016-02-20 11:49:11.000000000 
+0100
@@ -0,0 +1,7 @@
+#!perl
+# This file was automatically generated by 
Dist::Zilla::Plugin::PodCoverageTests.
+
+use Test::Pod::Coverage 1.08;
+use Pod::Coverage::TrustPod;
+
+all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/xt/author/pod-spell.t 
new/Pod-Spell-1.19/xt/author/pod-spell.t
--- old/Pod-Spell-1.17/xt/author/pod-spell.t    2015-03-09 04:38:30.000000000 
+0100
+++ new/Pod-Spell-1.19/xt/author/pod-spell.t    2016-02-20 11:49:11.000000000 
+0100
@@ -2,7 +2,7 @@
 use warnings;
 use Test::More;
 
-# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006008
+# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007000
 use Test::Spelling 0.12;
 use Pod::Wordlist;
 
@@ -20,14 +20,17 @@
 Caleb
 Cushing
 xenoterracide
+Olivier
+Mengué
 David
 Golden
 dagolden
 Kent
 Fredric
 kentfredric
-Olivier
-Mengué
+Mohammad
+Anwar
+mohammad
 dolmen
 lib
 Pod
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/xt/author/pod-syntax.t 
new/Pod-Spell-1.19/xt/author/pod-syntax.t
--- old/Pod-Spell-1.17/xt/author/pod-syntax.t   1970-01-01 01:00:00.000000000 
+0100
+++ new/Pod-Spell-1.19/xt/author/pod-syntax.t   2016-02-20 11:49:11.000000000 
+0100
@@ -0,0 +1,7 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/xt/author/test-version.t 
new/Pod-Spell-1.19/xt/author/test-version.t
--- old/Pod-Spell-1.17/xt/author/test-version.t 1970-01-01 01:00:00.000000000 
+0100
+++ new/Pod-Spell-1.19/xt/author/test-version.t 2016-02-20 11:49:11.000000000 
+0100
@@ -0,0 +1,24 @@
+use strict;
+use warnings;
+use Test::More;
+
+# generated by Dist::Zilla::Plugin::Test::Version 1.05
+use Test::Version;
+
+my @imports = qw( version_all_ok );
+
+my $params = {
+    is_strict      => 0,
+    has_version    => 1,
+    multiple       => 0,
+
+};
+
+push @imports, $params
+    if version->parse( $Test::Version::VERSION ) >= version->parse('1.002');
+
+
+Test::Version->import(@imports);
+
+version_all_ok;
+done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/xt/release/meta-json.t 
new/Pod-Spell-1.19/xt/release/meta-json.t
--- old/Pod-Spell-1.17/xt/release/meta-json.t   2015-03-09 04:38:30.000000000 
+0100
+++ new/Pod-Spell-1.19/xt/release/meta-json.t   2016-02-20 11:49:11.000000000 
+0100
@@ -1,6 +1,4 @@
 #!perl
 
-use Test::More;
-eval 'use Test::CPAN::Meta::JSON';
-plan skip_all => 'Test::CPAN::Meta::JSON required for testing META.json' if $@;
+use Test::CPAN::Meta::JSON;
 meta_json_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/xt/release/pod-coverage.t 
new/Pod-Spell-1.19/xt/release/pod-coverage.t
--- old/Pod-Spell-1.17/xt/release/pod-coverage.t        2015-03-09 
04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/xt/release/pod-coverage.t        1970-01-01 
01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-#!perl
-# This file was automatically generated by 
Dist::Zilla::Plugin::PodCoverageTests.
-
-use Test::Pod::Coverage 1.08;
-use Pod::Coverage::TrustPod;
-
-all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/xt/release/pod-syntax.t 
new/Pod-Spell-1.19/xt/release/pod-syntax.t
--- old/Pod-Spell-1.17/xt/release/pod-syntax.t  2015-03-09 04:38:30.000000000 
+0100
+++ new/Pod-Spell-1.19/xt/release/pod-syntax.t  1970-01-01 01:00:00.000000000 
+0100
@@ -1,6 +0,0 @@
-#!perl
-# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
-use Test::More;
-use Test::Pod 1.41;
-
-all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/xt/release/test-version.t 
new/Pod-Spell-1.19/xt/release/test-version.t
--- old/Pod-Spell-1.17/xt/release/test-version.t        2015-03-09 
04:38:30.000000000 +0100
+++ new/Pod-Spell-1.19/xt/release/test-version.t        1970-01-01 
01:00:00.000000000 +0100
@@ -1,22 +0,0 @@
-use strict;
-use warnings;
-use Test::More;
-
-# generated by Dist::Zilla::Plugin::Test::Version 0.003001
-use Test::Version;
-
-my @imports = ( 'version_all_ok' );
-
-my $params = {
-    is_strict   => 0,
-    has_version => 1,
-};
-
-push @imports, $params
-    if version->parse( $Test::Version::VERSION ) >= version->parse('1.002');
-
-
-Test::Version->import(@imports);
-
-version_all_ok;
-done_testing;

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to