Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2019-01-24 14:01:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and      /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-WWW-Mechanize"

Thu Jan 24 14:01:36 2019 rev:25 rq:666107 version:1.91

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes    
2018-12-19 13:26:00.905191966 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.28833/perl-WWW-Mechanize.changes
 2019-01-24 14:01:37.696173795 +0100
@@ -1,0 +2,14 @@
+Fri Jan 11 06:38:23 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 1.91
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.91      2019-01-10 18:44:33Z
+      [ENHANCEMENTS]
+  
+      - Don't install Perl::Critic and Perl::Tidy to run user tests (GH#268)
+        (Julien Fiegehenn)
+      - Remove redundant PodSyntaxTests (GH#265) (Andrew Grangaard)
+      - Add test dependency for Perl::Tidy (GH#263) (Julien Fiegehenn)
+
+-------------------------------------------------------------------

Old:
----
  WWW-Mechanize-1.90.tar.gz

New:
----
  WWW-Mechanize-1.91.tar.gz

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

Other differences:
------------------
++++++ perl-WWW-Mechanize.spec ++++++
--- /var/tmp/diff_new_pack.sdKJqQ/_old  2019-01-24 14:01:38.128173303 +0100
+++ /var/tmp/diff_new_pack.sdKJqQ/_new  2019-01-24 14:01:38.132173299 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-WWW-Mechanize
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,7 +17,7 @@
 
 
 Name:           perl-WWW-Mechanize
-Version:        1.90
+Version:        1.91
 Release:        0
 %define cpan_name WWW-Mechanize
 Summary:        Handy web browsing in a Perl object
@@ -44,8 +44,6 @@
 BuildRequires:  perl(LWP)
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:  perl(LWP::UserAgent) >= 5.827
-BuildRequires:  perl(Perl::Critic)
-BuildRequires:  perl(Perl::Tidy)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96

++++++ WWW-Mechanize-1.90.tar.gz -> WWW-Mechanize-1.91.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/CONTRIBUTORS 
new/WWW-Mechanize-1.91/CONTRIBUTORS
--- old/WWW-Mechanize-1.90/CONTRIBUTORS 2018-11-12 19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/CONTRIBUTORS 2019-01-10 19:44:39.000000000 +0100
@@ -7,6 +7,7 @@
 'thank you' to all of them.
 
     * Alexandr Ciornii
+    * Andrew Grangaard
     * Andy Lester
     * Bernhard Wagner
     * Chase Whitener
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/Changes 
new/WWW-Mechanize-1.91/Changes
--- old/WWW-Mechanize-1.90/Changes      2018-11-12 19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/Changes      2019-01-10 19:44:39.000000000 +0100
@@ -1,5 +1,13 @@
 Revision history for WWW::Mechanize
 
+1.91      2019-01-10 18:44:33Z
+    [ENHANCEMENTS]
+
+    - Don't install Perl::Critic and Perl::Tidy to run user tests (GH#268)
+      (Julien Fiegehenn)
+    - Remove redundant PodSyntaxTests (GH#265) (Andrew Grangaard)
+    - Add test dependency for Perl::Tidy (GH#263) (Julien Fiegehenn)
+
 1.90      2018-11-12 18:02:03Z
     [DOCUMENTATION]
     - Pod fixes (GH#261) (Julien Fiegehenn)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/INSTALL 
new/WWW-Mechanize-1.91/INSTALL
--- old/WWW-Mechanize-1.90/INSTALL      2018-11-12 19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/INSTALL      2019-01-10 19:44:39.000000000 +0100
@@ -48,6 +48,19 @@
 "configure_requires" key of META.yml or the
 "{prereqs}{configure}{requires}" key of META.json.
 
+## Other Prerequisites
+
+This distribution may require additional modules to be installed after running
+Makefile.PL.
+Look for prerequisites in the following phases:
+
+* to run make, PHASE = build
+* to use the module code itself, PHASE = runtime
+* to run tests, PHASE = test
+
+They can all be found in the "PHASE_requires" key of MYMETA.yml or the
+"{prereqs}{PHASE}{requires}" key of MYMETA.json.
+
 ## Documentation
 
 WWW-Mechanize documentation is available as POD.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/META.json 
new/WWW-Mechanize-1.91/META.json
--- old/WWW-Mechanize-1.90/META.json    2018-11-12 19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/META.json    2019-01-10 19:44:39.000000000 +0100
@@ -34,8 +34,13 @@
             "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007"
          },
          "requires" : {
+            "Code::TidyAll" : "0.71",
             "Code::TidyAll::Plugin::SortLines::Naturally" : "0.000003",
+            "Code::TidyAll::Plugin::Test::Vars" : "0.04",
             "Encode" : "0",
+            "Parallel::ForkManager" : "1.19",
+            "Perl::Critic" : "1.132",
+            "Perl::Tidy" : "20180220",
             "Pod::Coverage::TrustPod" : "0",
             "Test::Code::TidyAll" : "0.50",
             "Test::More" : "0.88",
@@ -43,6 +48,7 @@
             "Test::Pod" : "1.41",
             "Test::Pod::Coverage" : "1.08",
             "Test::RequiresInternet" : "0",
+            "Test::Vars" : "0.014",
             "constant" : "0",
             "lib" : "0"
          }
@@ -86,8 +92,6 @@
             "HTTP::Server::Simple::CGI" : "0",
             "LWP" : "0",
             "LWP::Simple" : "0",
-            "Perl::Critic" : "0",
-            "Perl::Tidy" : "0",
             "Test::Deep" : "0",
             "Test::Fatal" : "0",
             "Test::More" : "0.96",
@@ -104,15 +108,15 @@
    "provides" : {
       "WWW::Mechanize" : {
          "file" : "lib/WWW/Mechanize.pm",
-         "version" : "1.90"
+         "version" : "1.91"
       },
       "WWW::Mechanize::Image" : {
          "file" : "lib/WWW/Mechanize/Image.pm",
-         "version" : "1.90"
+         "version" : "1.91"
       },
       "WWW::Mechanize::Link" : {
          "file" : "lib/WWW/Mechanize/Link.pm",
-         "version" : "1.90"
+         "version" : "1.91"
       }
    },
    "release_status" : "stable",
@@ -127,7 +131,7 @@
          "web" : "https://github.com/libwww-perl/WWW-Mechanize";
       }
    },
-   "version" : "1.90",
+   "version" : "1.91",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.026001"
@@ -233,17 +237,17 @@
          {
             "class" : "Dist::Zilla::Plugin::InstallGuide",
             "name" : "@Author::OALDERS/InstallGuide",
-            "version" : "1.200011"
+            "version" : "1.200012"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
             "config" : {
                "Dist::Zilla::Plugin::Prereqs" : {
-                  "phase" : "runtime",
+                  "phase" : "develop",
                   "type" : "requires"
                }
             },
-            "name" : "@Author::OALDERS/Prereqs",
+            "name" : "@Author::OALDERS/Modules for use with tidyall",
             "version" : "6.012"
          },
          {
@@ -257,6 +261,11 @@
             "version" : "6.012"
          },
          {
+            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+            "name" : "@Author::OALDERS/PodSyntaxTests",
+            "version" : "6.012"
+         },
+         {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@Author::OALDERS/TestRelease",
             "version" : "6.012"
@@ -451,7 +460,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                }
             },
@@ -462,7 +471,7 @@
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.20.1",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
@@ -570,7 +579,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -587,12 +596,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v1.90",
+                  "tag" : "v1.91",
                   "tag_format" : "v%v",
                   "tag_message" : "v%v"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -642,7 +651,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -662,7 +671,7 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.19.1",
+                  "git_version" : "2.20.1",
                   "repo_root" : "."
                }
             },
@@ -685,11 +694,6 @@
             "version" : "0.029"
          },
          {
-            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
-            "name" : "PodSyntaxTests",
-            "version" : "6.012"
-         },
-         {
             "class" : "Dist::Zilla::Plugin::Prereqs",
             "config" : {
                "Dist::Zilla::Plugin::Prereqs" : {
@@ -815,6 +819,7 @@
    },
    "x_contributors" : [
       "Alexandr Ciornii <alexcho...@gmail.com>",
+      "Andrew Grangaard <granny-git...@ofb.net>",
       "Andy Lester <a...@petdance.com>",
       "Bernhard Wagner <gitcom...@bernhardwagner.net>",
       "Chase Whitener <capoei...@cpan.org>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/META.yml 
new/WWW-Mechanize-1.91/META.yml
--- old/WWW-Mechanize-1.90/META.yml     2018-11-12 19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/META.yml     2019-01-10 19:44:39.000000000 +0100
@@ -14,8 +14,6 @@
   HTTP::Server::Simple::CGI: '0'
   LWP: '0'
   LWP::Simple: '0'
-  Perl::Critic: '0'
-  Perl::Tidy: '0'
   Test::Deep: '0'
   Test::Fatal: '0'
   Test::More: '0.96'
@@ -43,13 +41,13 @@
 provides:
   WWW::Mechanize:
     file: lib/WWW/Mechanize.pm
-    version: '1.90'
+    version: '1.91'
   WWW::Mechanize::Image:
     file: lib/WWW/Mechanize/Image.pm
-    version: '1.90'
+    version: '1.91'
   WWW::Mechanize::Link:
     file: lib/WWW/Mechanize/Link.pm
-    version: '1.90'
+    version: '1.91'
 requires:
   Carp: '0'
   Getopt::Long: '0'
@@ -74,7 +72,7 @@
   bugtracker: https://github.com/libwww-perl/WWW-Mechanize/issues
   homepage: https://github.com/libwww-perl/WWW-Mechanize
   repository: https://github.com/libwww-perl/WWW-Mechanize.git
-version: '1.90'
+version: '1.91'
 x_Dist_Zilla:
   perl:
     version: '5.026001'
@@ -158,14 +156,14 @@
     -
       class: Dist::Zilla::Plugin::InstallGuide
       name: '@Author::OALDERS/InstallGuide'
-      version: '1.200011'
+      version: '1.200012'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
         Dist::Zilla::Plugin::Prereqs:
-          phase: runtime
+          phase: develop
           type: requires
-      name: '@Author::OALDERS/Prereqs'
+      name: '@Author::OALDERS/Modules for use with tidyall'
       version: '6.012'
     -
       class: Dist::Zilla::Plugin::ExecDir
@@ -176,6 +174,10 @@
       name: '@Author::OALDERS/PodCoverageTests'
       version: '6.012'
     -
+      class: Dist::Zilla::Plugin::PodSyntaxTests
+      name: '@Author::OALDERS/PodSyntaxTests'
+      version: '6.012'
+    -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@Author::OALDERS/TestRelease'
       version: '6.012'
@@ -328,7 +330,7 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.20.1
           repo_root: .
       name: '@Author::OALDERS/Git::Check'
       version: '2.045'
@@ -336,7 +338,7 @@
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.19.1
+          git_version: 2.20.1
           include_authors: 0
           include_releaser: 1
           order_by: name
@@ -419,7 +421,7 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.20.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -432,11 +434,11 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v1.90
+          tag: v1.91
           tag_format: v%v
           tag_message: v%v
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.20.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -473,7 +475,7 @@
             - (?^:^lib/.*\.pm$)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.20.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -487,7 +489,7 @@
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.19.1
+          git_version: 2.20.1
           repo_root: .
       name: '@Author::OALDERS/Git::Push'
       version: '2.045'
@@ -503,10 +505,6 @@
       name: RunExtraTests
       version: '0.029'
     -
-      class: Dist::Zilla::Plugin::PodSyntaxTests
-      name: PodSyntaxTests
-      version: '6.012'
-    -
       class: Dist::Zilla::Plugin::Prereqs
       config:
         Dist::Zilla::Plugin::Prereqs:
@@ -601,6 +599,7 @@
     version: '6.012'
 x_contributors:
   - 'Alexandr Ciornii <alexcho...@gmail.com>'
+  - 'Andrew Grangaard <granny-git...@ofb.net>'
   - 'Andy Lester <a...@petdance.com>'
   - 'Bernhard Wagner <gitcom...@bernhardwagner.net>'
   - 'Chase Whitener <capoei...@cpan.org>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/Makefile.PL 
new/WWW-Mechanize-1.91/Makefile.PL
--- old/WWW-Mechanize-1.90/Makefile.PL  2018-11-12 19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/Makefile.PL  2019-01-10 19:44:39.000000000 +0100
@@ -51,8 +51,6 @@
     "HTTP::Server::Simple::CGI" => 0,
     "LWP" => 0,
     "LWP::Simple" => 0,
-    "Perl::Critic" => 0,
-    "Perl::Tidy" => 0,
     "Test::Deep" => 0,
     "Test::Fatal" => 0,
     "Test::More" => "0.96",
@@ -64,7 +62,7 @@
     "lib" => 0,
     "vars" => 0
   },
-  "VERSION" => "1.90",
+  "VERSION" => "1.91",
   "test" => {
     "TESTS" => "t/*.t t/local/*.t t/mech-dump/*.t"
   }
@@ -93,8 +91,6 @@
   "LWP" => 0,
   "LWP::Simple" => 0,
   "LWP::UserAgent" => "5.827",
-  "Perl::Critic" => 0,
-  "Perl::Tidy" => 0,
   "Pod::Usage" => 0,
   "Scalar::Util" => "1.14",
   "Test::Deep" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/README.md 
new/WWW-Mechanize-1.91/README.md
--- old/WWW-Mechanize-1.90/README.md    2018-11-12 19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/README.md    2019-01-10 19:44:39.000000000 +0100
@@ -4,7 +4,7 @@
 
 # VERSION
 
-version 1.90
+version 1.91
 
 # SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/bin/mech-dump 
new/WWW-Mechanize-1.91/bin/mech-dump
--- old/WWW-Mechanize-1.90/bin/mech-dump        2018-11-12 19:02:13.000000000 
+0100
+++ new/WWW-Mechanize-1.91/bin/mech-dump        2019-01-10 19:44:39.000000000 
+0100
@@ -131,7 +131,7 @@
 
 =head1 VERSION
 
-version 1.90
+version 1.91
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/cpanfile 
new/WWW-Mechanize-1.91/cpanfile
--- old/WWW-Mechanize-1.90/cpanfile     2018-11-12 19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/cpanfile     2019-01-10 19:44:39.000000000 +0100
@@ -30,8 +30,6 @@
   requires "HTTP::Server::Simple::CGI" => "0";
   requires "LWP" => "0";
   requires "LWP::Simple" => "0";
-  requires "Perl::Critic" => "0";
-  requires "Perl::Tidy" => "0";
   requires "Test::Deep" => "0";
   requires "Test::Fatal" => "0";
   requires "Test::More" => "0.96";
@@ -57,8 +55,13 @@
 };
 
 on 'develop' => sub {
+  requires "Code::TidyAll" => "0.71";
   requires "Code::TidyAll::Plugin::SortLines::Naturally" => "0.000003";
+  requires "Code::TidyAll::Plugin::Test::Vars" => "0.04";
   requires "Encode" => "0";
+  requires "Parallel::ForkManager" => "1.19";
+  requires "Perl::Critic" => "1.132";
+  requires "Perl::Tidy" => "20180220";
   requires "Pod::Coverage::TrustPod" => "0";
   requires "Test::Code::TidyAll" => "0.50";
   requires "Test::More" => "0.88";
@@ -66,6 +69,7 @@
   requires "Test::Pod" => "1.41";
   requires "Test::Pod::Coverage" => "1.08";
   requires "Test::RequiresInternet" => "0";
+  requires "Test::Vars" => "0.014";
   requires "constant" => "0";
   requires "lib" => "0";
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/dist.ini 
new/WWW-Mechanize-1.91/dist.ini
--- old/WWW-Mechanize-1.90/dist.ini     2018-11-12 19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/dist.ini     2019-01-10 19:44:39.000000000 +0100
@@ -19,19 +19,17 @@
 
 [RunExtraTests]
 
-[PodSyntaxTests]
-
 [Prereqs / RuntimeRequires]
 perl = 5.006
 Scalar::Util = 1.14
 
 [Prereqs / TestRequires]
 CGI = 4.32
-Perl::Critic = 0
-Perl::Tidy = 0
 
 [Prereqs / DevelopRequires]
 Code::TidyAll::Plugin::SortLines::Naturally = 0.000003
+Perl::Critic = 0
+Perl::Tidy = 0
 
 [MetaProvides::Package]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/lib/WWW/Mechanize/Cookbook.pod 
new/WWW-Mechanize-1.91/lib/WWW/Mechanize/Cookbook.pod
--- old/WWW-Mechanize-1.90/lib/WWW/Mechanize/Cookbook.pod       2018-11-12 
19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/lib/WWW/Mechanize/Cookbook.pod       2019-01-10 
19:44:39.000000000 +0100
@@ -13,7 +13,7 @@
 
 =head1 VERSION
 
-version 1.90
+version 1.91
 
 =head1 INTRODUCTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/lib/WWW/Mechanize/Examples.pod 
new/WWW-Mechanize-1.91/lib/WWW/Mechanize/Examples.pod
--- old/WWW-Mechanize-1.90/lib/WWW/Mechanize/Examples.pod       2018-11-12 
19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/lib/WWW/Mechanize/Examples.pod       2019-01-10 
19:44:39.000000000 +0100
@@ -13,7 +13,7 @@
 
 =head1 VERSION
 
-version 1.90
+version 1.91
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/lib/WWW/Mechanize/FAQ.pod 
new/WWW-Mechanize-1.91/lib/WWW/Mechanize/FAQ.pod
--- old/WWW-Mechanize-1.90/lib/WWW/Mechanize/FAQ.pod    2018-11-12 
19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/lib/WWW/Mechanize/FAQ.pod    2019-01-10 
19:44:39.000000000 +0100
@@ -13,7 +13,7 @@
 
 =head1 VERSION
 
-version 1.90
+version 1.91
 
 =head1 How to get help with WWW::Mechanize
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/lib/WWW/Mechanize/Image.pm 
new/WWW-Mechanize-1.91/lib/WWW/Mechanize/Image.pm
--- old/WWW-Mechanize-1.90/lib/WWW/Mechanize/Image.pm   2018-11-12 
19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/lib/WWW/Mechanize/Image.pm   2019-01-10 
19:44:39.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.90';
+our $VERSION = '1.91';
 
 #ABSTRACT: Image object for WWW::Mechanize
 
@@ -69,7 +69,7 @@
 
 =head1 VERSION
 
-version 1.90
+version 1.91
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/lib/WWW/Mechanize/Link.pm 
new/WWW-Mechanize-1.91/lib/WWW/Mechanize/Link.pm
--- old/WWW-Mechanize-1.90/lib/WWW/Mechanize/Link.pm    2018-11-12 
19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/lib/WWW/Mechanize/Link.pm    2019-01-10 
19:44:39.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.90';
+our $VERSION = '1.91';
 
 #ABSTRACT: Link object for WWW::Mechanize
 
@@ -65,7 +65,7 @@
 
 =head1 VERSION
 
-version 1.90
+version 1.91
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/lib/WWW/Mechanize.pm 
new/WWW-Mechanize-1.91/lib/WWW/Mechanize.pm
--- old/WWW-Mechanize-1.90/lib/WWW/Mechanize.pm 2018-11-12 19:02:13.000000000 
+0100
+++ new/WWW-Mechanize-1.91/lib/WWW/Mechanize.pm 2019-01-10 19:44:39.000000000 
+0100
@@ -6,7 +6,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.90';
+our $VERSION = '1.91';
 
 use Tie::RefHash;
 use HTTP::Request 1.30;
@@ -1687,7 +1687,7 @@
 
 =head1 VERSION
 
-version 1.90
+version 1.91
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/t/00-report-prereqs.dd 
new/WWW-Mechanize-1.91/t/00-report-prereqs.dd
--- old/WWW-Mechanize-1.90/t/00-report-prereqs.dd       2018-11-12 
19:02:13.000000000 +0100
+++ new/WWW-Mechanize-1.91/t/00-report-prereqs.dd       2019-01-10 
19:44:39.000000000 +0100
@@ -12,8 +12,13 @@
                                         
'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007'
                                       },
                       'requires' => {
+                                      'Code::TidyAll' => '0.71',
                                       
'Code::TidyAll::Plugin::SortLines::Naturally' => '0.000003',
+                                      'Code::TidyAll::Plugin::Test::Vars' => 
'0.04',
                                       'Encode' => '0',
+                                      'Parallel::ForkManager' => '1.19',
+                                      'Perl::Critic' => '1.132',
+                                      'Perl::Tidy' => '20180220',
                                       'Pod::Coverage::TrustPod' => '0',
                                       'Test::Code::TidyAll' => '0.50',
                                       'Test::More' => '0.88',
@@ -21,6 +26,7 @@
                                       'Test::Pod' => '1.41',
                                       'Test::Pod::Coverage' => '1.08',
                                       'Test::RequiresInternet' => '0',
+                                      'Test::Vars' => '0.014',
                                       'constant' => '0',
                                       'lib' => '0'
                                     }
@@ -64,8 +70,6 @@
                                    'HTTP::Server::Simple::CGI' => '0',
                                    'LWP' => '0',
                                    'LWP::Simple' => '0',
-                                   'Perl::Critic' => '0',
-                                   'Perl::Tidy' => '0',
                                    'Test::Deep' => '0',
                                    'Test::Fatal' => '0',
                                    'Test::More' => '0.96',


Reply via email to