Hello community,

here is the log from the commit of package perl-HTTP-Cookies for 
openSUSE:Factory checked in at 2020-11-23 16:39:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Cookies (Old)
 and      /work/SRC/openSUSE:Factory/.perl-HTTP-Cookies.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-HTTP-Cookies"

Mon Nov 23 16:39:26 2020 rev:16 rq:849657 version:6.09

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-Cookies/perl-HTTP-Cookies.changes      
2019-12-07 15:14:43.639801458 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Cookies.new.5913/perl-HTTP-Cookies.changes
    2020-11-23 18:55:01.309643004 +0100
@@ -1,0 +2,10 @@
+Fri Nov 20 11:27:15 UTC 2020 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 6.09
+   see /usr/share/doc/packages/perl-HTTP-Cookies/Changes
+
+  6.09      2020-11-19 22:20:47Z
+      - Allow HttpOnly cookies to be loaded by HTTP::Cookies::Netscape (GH#63)
+        (Charlie Hothersall-Thomas)
+
+-------------------------------------------------------------------

Old:
----
  HTTP-Cookies-6.08.tar.gz

New:
----
  HTTP-Cookies-6.09.tar.gz

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

Other differences:
------------------
++++++ perl-HTTP-Cookies.spec ++++++
--- /var/tmp/diff_new_pack.13GvvL/_old  2020-11-23 18:55:01.957643660 +0100
+++ /var/tmp/diff_new_pack.13GvvL/_new  2020-11-23 18:55:01.957643660 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Cookies
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           perl-HTTP-Cookies
-Version:        6.08
+Version:        6.09
 Release:        0
 %define cpan_name HTTP-Cookies
 Summary:        HTTP cookie jars
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch

++++++ HTTP-Cookies-6.08.tar.gz -> HTTP-Cookies-6.09.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/CONTRIBUTORS 
new/HTTP-Cookies-6.09/CONTRIBUTORS
--- old/HTTP-Cookies-6.08/CONTRIBUTORS  2019-12-02 16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/CONTRIBUTORS  2020-11-19 23:20:51.000000000 +0100
@@ -17,6 +17,7 @@
     * Bernhard M. Wiedemann
     * Bill Mann
     * Bron Gondwana
+    * Charlie Hothersall-Thomas
     * Chase Whitener
     * Colin Newell
     * Colin Newell
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/Changes 
new/HTTP-Cookies-6.09/Changes
--- old/HTTP-Cookies-6.08/Changes       2019-12-02 16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/Changes       2020-11-19 23:20:51.000000000 +0100
@@ -1,6 +1,10 @@
 Revision history for HTTP-Cookies.  The HTTP::Cookies module used to be bundled
 with the libwww-perl distribution.
 
+6.09      2020-11-19 22:20:47Z
+    - Allow HttpOnly cookies to be loaded by HTTP::Cookies::Netscape (GH#63)
+      (Charlie Hothersall-Thomas)
+
 6.08      2019-12-02 15:58:32Z
     - allow different "ignore_discard" value at save() time (GH#2) (Alex 
Peters)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/LICENSE 
new/HTTP-Cookies-6.09/LICENSE
--- old/HTTP-Cookies-6.08/LICENSE       2019-12-02 16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/LICENSE       2020-11-19 23:20:51.000000000 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2002-2019 by Gisle Aas.
+This software is copyright (c) 2002 by Gisle Aas.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2002-2019 by Gisle Aas.
+This software is Copyright (c) 2002 by Gisle Aas.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2002-2019 by Gisle Aas.
+This software is Copyright (c) 2002 by Gisle Aas.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/MANIFEST 
new/HTTP-Cookies-6.09/MANIFEST
--- old/HTTP-Cookies-6.08/MANIFEST      2019-12-02 16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/MANIFEST      2020-11-19 23:20:51.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.017.
 CONTRIBUTORS
 Changes
 INSTALL
@@ -20,12 +20,13 @@
 t/10-original_spec.t
 t/11-rfc_2965.t
 t/cookies.t
+t/data/netscape-httponly.txt
 t/issue26.t
 t/issue32.t
 t/publicsuffix.t
-tidyall.ini
 xt/author/eol.t
 xt/author/mojibake.t
+xt/author/pod-coverage.t
 xt/author/pod-syntax.t
 xt/author/portability.t
 xt/author/test-version.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/META.json 
new/HTTP-Cookies-6.09/META.json
--- old/HTTP-Cookies-6.08/META.json     2019-12-02 16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/META.json     2020-11-19 23:20:51.000000000 +0100
@@ -4,7 +4,7 @@
       "Gisle Aas <gi...@activestate.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -28,12 +28,14 @@
       },
       "develop" : {
          "requires" : {
+            "Pod::Coverage::TrustPod" : "0",
             "Test::CPAN::Changes" : "0.19",
             "Test::Code::TidyAll" : "0.50",
             "Test::EOL" : "0",
             "Test::Mojibake" : "0",
             "Test::More" : "0.96",
             "Test::Pod" : "1.41",
+            "Test::Pod::Coverage" : "1.08",
             "Test::Portability::Files" : "0",
             "Test::Version" : "1",
             "warnings" : "0"
@@ -77,16 +79,16 @@
          "web" : "https://github.com/libwww-perl/HTTP-Cookies";
       }
    },
-   "version" : "6.08",
+   "version" : "6.09",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.030000"
+         "version" : "5.030002"
       },
       "plugins" : [
          {
             "class" : "Dist::Zilla::Plugin::Encoding",
             "name" : "Encoding",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::OSPrereqs",
@@ -101,7 +103,7 @@
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "AutoPrereqs",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -112,7 +114,7 @@
                }
             },
             "name" : "Prereqs",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -129,7 +131,7 @@
                }
             },
             "name" : "@Author::OALDERS/stale modules, build",
-            "version" : "0.055"
+            "version" : "0.057"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -144,12 +146,12 @@
                }
             },
             "name" : "@Author::OALDERS/stale modules, release",
-            "version" : "0.055"
+            "version" : "0.057"
          },
          {
-            "class" : "Dist::Zilla::Plugin::MAXMIND::TidyAll",
-            "name" : "@Author::OALDERS/MAXMIND::TidyAll",
-            "version" : "0.13"
+            "class" : "Dist::Zilla::Plugin::OALDERS::TidyAll",
+            "name" : "@Author::OALDERS/OALDERS::TidyAll",
+            "version" : "0.000029"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
@@ -160,16 +162,16 @@
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "config" : {
                "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 1
+                  "default_jobs" : "4"
                }
             },
             "name" : "@Author::OALDERS/MakeMaker",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::CPANFile",
             "name" : "@Author::OALDERS/CPANFile",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::ContributorsFile",
@@ -179,37 +181,37 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@Author::OALDERS/MetaJSON",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@Author::OALDERS/MetaYAML",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@Author::OALDERS/Manifest",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaNoIndex",
             "name" : "@Author::OALDERS/MetaNoIndex",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@Author::OALDERS/MetaConfig",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "@Author::OALDERS/MetaResources",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@Author::OALDERS/License",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::InstallGuide",
@@ -225,7 +227,7 @@
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@Author::OALDERS/ExecDir",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::MojibakeTests",
@@ -235,7 +237,7 @@
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@Author::OALDERS/PodSyntaxTests",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
@@ -264,6 +266,11 @@
             "version" : "0.19"
          },
          {
+            "class" : "Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable",
+            "name" : "@Author::OALDERS/Test::Pod::Coverage::Configurable",
+            "version" : "0.07"
+         },
+         {
             "class" : "Dist::Zilla::Plugin::Test::Portability",
             "config" : {
                "Dist::Zilla::Plugin::Test::Portability" : {
@@ -276,12 +283,12 @@
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@Author::OALDERS/TestRelease",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
             "name" : "@Author::OALDERS/Test::ReportPrereqs",
-            "version" : "0.027"
+            "version" : "0.028"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::TidyAll",
@@ -297,7 +304,7 @@
             "class" : "Dist::Zilla::Plugin::RunExtraTests",
             "config" : {
                "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 1
+                  "default_jobs" : "4"
                }
             },
             "name" : "@Author::OALDERS/RunExtraTests",
@@ -401,7 +408,7 @@
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@Author::OALDERS/PruneCruft",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
@@ -437,7 +444,7 @@
                }
             },
             "name" : "@Author::OALDERS/Git::GatherDir",
-            "version" : "2.046"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
@@ -450,7 +457,7 @@
                }
             },
             "name" : "@Author::OALDERS/CopyFilesFromRelease",
-            "version" : "0.006"
+            "version" : "0.007"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
@@ -473,18 +480,18 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.0",
+                  "git_version" : "2.29.2",
                   "repo_root" : "."
                }
             },
             "name" : "@Author::OALDERS/Git::Check",
-            "version" : "2.046"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.24.0",
+                  "git_version" : "2.29.2",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
@@ -508,8 +515,8 @@
             "class" : "Dist::Zilla::Plugin::StaticInstall",
             "config" : {
                "Dist::Zilla::Plugin::StaticInstall" : {
-                  "dry_run" : 1,
-                  "mode" : "auto"
+                  "dry_run" : 0,
+                  "mode" : "off"
                }
             },
             "name" : "@Author::OALDERS/StaticInstall",
@@ -518,12 +525,7 @@
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@Author::OALDERS/ShareDir",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::TravisCI::StatusBadge",
-            "name" : "@Author::OALDERS/TravisCI::StatusBadge",
-            "version" : "0.007"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckIssues",
@@ -533,12 +535,12 @@
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@Author::OALDERS/ConfirmRelease",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@Author::OALDERS/UploadToCPAN",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
@@ -573,14 +575,15 @@
                }
             },
             "name" : 
"@Author::OALDERS/@Git::VersionManager/CopyFilesFromRelease",
-            "version" : "0.006"
+            "version" : "0.007"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "config" : {
                "Dist::Zilla::Plugin::Git::Commit" : {
                   "add_files_in" : [],
-                  "commit_msg" : "v%V%n%n%c"
+                  "commit_msg" : "v%V%n%n%c",
+                  "signoff" : 0
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
@@ -597,7 +600,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.0",
+                  "git_version" : "2.29.2",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -605,7 +608,7 @@
                }
             },
             "name" : "@Author::OALDERS/@Git::VersionManager/release snapshot",
-            "version" : "2.046"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -614,12 +617,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v6.08",
+                  "tag" : "v6.09",
                   "tag_format" : "v%V",
                   "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.0",
+                  "git_version" : "2.29.2",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -627,7 +630,7 @@
                }
             },
             "name" : "@Author::OALDERS/@Git::VersionManager/Git::Tag",
-            "version" : "2.046"
+            "version" : "2.047"
          },
          {
             "class" : 
"Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
@@ -648,14 +651,15 @@
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@Author::OALDERS/@Git::VersionManager/NextRelease",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "config" : {
                "Dist::Zilla::Plugin::Git::Commit" : {
                   "add_files_in" : [],
-                  "commit_msg" : "increment $VERSION after %v release"
+                  "commit_msg" : "increment $VERSION after %v release",
+                  "signoff" : 0
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
@@ -669,7 +673,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.0",
+                  "git_version" : "2.29.2",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -677,7 +681,7 @@
                }
             },
             "name" : "@Author::OALDERS/@Git::VersionManager/post-release 
commit",
-            "version" : "2.046"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
@@ -689,12 +693,12 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.0",
+                  "git_version" : "2.29.2",
                   "repo_root" : "."
                }
             },
             "name" : "@Author::OALDERS/Git::Push",
-            "version" : "2.046"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
@@ -714,52 +718,52 @@
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "6.012"
+            "version" : "6.017"
          }
       ],
       "zilla" : {
@@ -767,7 +771,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "6.012"
+         "version" : "6.017"
       }
    },
    "x_contributors" : [
@@ -782,6 +786,7 @@
       "Bernhard M. Wiedemann <bwiedem...@suse.de>",
       "Bill Mann <wfm...@alum.mit.edu>",
       "Bron Gondwana <br...@fastmail.fm>",
+      "Charlie Hothersall-Thomas <m...@charlie.ht>",
       "Chase Whitener <capoei...@cpan.org>",
       "Colin Newell <c.new...@cv-library.co.uk>",
       "Colin Newell <colin.new...@gmail.com>",
@@ -828,7 +833,9 @@
       "Yuri Karaban <t...@askold.net>",
       "Zefram <zef...@fysh.org>"
    ],
-   "x_generated_by_perl" : "v5.30.0",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.14"
+   "x_generated_by_perl" : "v5.30.2",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
+   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
+   "x_static_install" : 0
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/META.yml 
new/HTTP-Cookies-6.09/META.yml
--- old/HTTP-Cookies-6.08/META.yml      2019-12-02 16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/META.yml      2020-11-19 23:20:51.000000000 +0100
@@ -13,7 +13,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -36,15 +36,15 @@
   bugtracker: https://github.com/libwww-perl/HTTP-Cookies/issues
   homepage: https://github.com/libwww-perl/HTTP-Cookies
   repository: https://github.com/libwww-perl/HTTP-Cookies.git
-version: '6.08'
+version: '6.09'
 x_Dist_Zilla:
   perl:
-    version: '5.030000'
+    version: '5.030002'
   plugins:
     -
       class: Dist::Zilla::Plugin::Encoding
       name: Encoding
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::OSPrereqs
       config:
@@ -55,7 +55,7 @@
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: AutoPrereqs
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -63,7 +63,7 @@
           phase: runtime
           type: requires
       name: Prereqs
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
@@ -76,7 +76,7 @@
           run_under_travis: 0
           skip: []
       name: '@Author::OALDERS/stale modules, build'
-      version: '0.055'
+      version: '0.057'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
@@ -88,11 +88,11 @@
           run_under_travis: 0
           skip: []
       name: '@Author::OALDERS/stale modules, release'
-      version: '0.055'
+      version: '0.057'
     -
-      class: Dist::Zilla::Plugin::MAXMIND::TidyAll
-      name: '@Author::OALDERS/MAXMIND::TidyAll'
-      version: '0.13'
+      class: Dist::Zilla::Plugin::OALDERS::TidyAll
+      name: '@Author::OALDERS/OALDERS::TidyAll'
+      version: '0.000029'
     -
       class: Dist::Zilla::Plugin::CheckChangesHasContent
       name: '@Author::OALDERS/CheckChangesHasContent'
@@ -101,13 +101,13 @@
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
-          default_jobs: 1
+          default_jobs: '4'
       name: '@Author::OALDERS/MakeMaker'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::CPANFile
       name: '@Author::OALDERS/CPANFile'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::ContributorsFile
       name: '@Author::OALDERS/ContributorsFile'
@@ -115,31 +115,31 @@
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@Author::OALDERS/MetaJSON'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@Author::OALDERS/MetaYAML'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@Author::OALDERS/Manifest'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::MetaNoIndex
       name: '@Author::OALDERS/MetaNoIndex'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@Author::OALDERS/MetaConfig'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: '@Author::OALDERS/MetaResources'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::License
       name: '@Author::OALDERS/License'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::InstallGuide
       config:
@@ -151,7 +151,7 @@
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@Author::OALDERS/ExecDir'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::MojibakeTests
       name: '@Author::OALDERS/MojibakeTests'
@@ -159,7 +159,7 @@
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@Author::OALDERS/PodSyntaxTests'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Test::CPAN::Changes
       config:
@@ -180,6 +180,10 @@
       name: '@Author::OALDERS/Test::EOL'
       version: '0.19'
     -
+      class: Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable
+      name: '@Author::OALDERS/Test::Pod::Coverage::Configurable'
+      version: '0.07'
+    -
       class: Dist::Zilla::Plugin::Test::Portability
       config:
         Dist::Zilla::Plugin::Test::Portability:
@@ -189,11 +193,11 @@
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@Author::OALDERS/TestRelease'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Test::ReportPrereqs
       name: '@Author::OALDERS/Test::ReportPrereqs'
-      version: '0.027'
+      version: '0.028'
     -
       class: Dist::Zilla::Plugin::Test::TidyAll
       name: '@Author::OALDERS/Test::TidyAll'
@@ -206,7 +210,7 @@
       class: Dist::Zilla::Plugin::RunExtraTests
       config:
         Dist::Zilla::Role::TestRunner:
-          default_jobs: 1
+          default_jobs: '4'
       name: '@Author::OALDERS/RunExtraTests'
       version: '0.029'
     -
@@ -286,7 +290,7 @@
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@Author::OALDERS/PruneCruft'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::CopyFilesFromBuild
       name: '@Author::OALDERS/CopyFilesFromBuild'
@@ -315,7 +319,7 @@
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: '@Author::OALDERS/Git::GatherDir'
-      version: '2.046'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::CopyFilesFromRelease
       config:
@@ -324,7 +328,7 @@
             - Install
           match: []
       name: '@Author::OALDERS/CopyFilesFromRelease'
-      version: '0.006'
+      version: '0.007'
     -
       class: Dist::Zilla::Plugin::Git::Check
       config:
@@ -343,15 +347,15 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.24.0
+          git_version: 2.29.2
           repo_root: .
       name: '@Author::OALDERS/Git::Check'
-      version: '2.046'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.24.0
+          git_version: 2.29.2
           include_authors: 0
           include_releaser: 1
           order_by: name
@@ -369,18 +373,14 @@
       class: Dist::Zilla::Plugin::StaticInstall
       config:
         Dist::Zilla::Plugin::StaticInstall:
-          dry_run: 1
-          mode: auto
+          dry_run: 0
+          mode: off
       name: '@Author::OALDERS/StaticInstall'
       version: '0.012'
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@Author::OALDERS/ShareDir'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::TravisCI::StatusBadge
-      name: '@Author::OALDERS/TravisCI::StatusBadge'
-      version: '0.007'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::CheckIssues
       name: '@Author::OALDERS/CheckIssues'
@@ -388,11 +388,11 @@
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@Author::OALDERS/ConfirmRelease'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@Author::OALDERS/UploadToCPAN'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::RewriteVersion::Transitional
       config:
@@ -418,13 +418,14 @@
             - Changes
           match: []
       name: '@Author::OALDERS/@Git::VersionManager/CopyFilesFromRelease'
-      version: '0.006'
+      version: '0.007'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
         Dist::Zilla::Plugin::Git::Commit:
           add_files_in: []
           commit_msg: v%V%n%n%c
+          signoff: 0
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - Changes
@@ -438,12 +439,12 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.24.0
+          git_version: 2.29.2
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Author::OALDERS/@Git::VersionManager/release snapshot'
-      version: '2.046'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -451,16 +452,16 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v6.08
+          tag: v6.09
           tag_format: v%V
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.24.0
+          git_version: 2.29.2
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Author::OALDERS/@Git::VersionManager/Git::Tag'
-      version: '2.046'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
       config:
@@ -476,13 +477,14 @@
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@Author::OALDERS/@Git::VersionManager/NextRelease'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
         Dist::Zilla::Plugin::Git::Commit:
           add_files_in: []
           commit_msg: 'increment $VERSION after %v release'
+          signoff: 0
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - Build.PL
@@ -492,12 +494,12 @@
             - (?^:^lib/.*\.pm$)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.24.0
+          git_version: 2.29.2
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Author::OALDERS/@Git::VersionManager/post-release commit'
-      version: '2.046'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -506,10 +508,10 @@
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.24.0
+          git_version: 2.29.2
           repo_root: .
       name: '@Author::OALDERS/Git::Push'
-      version: '2.046'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::BumpVersionAfterRelease
       config:
@@ -524,48 +526,48 @@
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '6.012'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '6.012'
+      version: '6.017'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '6.012'
+    version: '6.017'
 x_contributors:
   - 'Adam Kennedy <ad...@cpan.org>'
   - 'Adam Sjogren <a...@koldfront.dk>'
@@ -578,6 +580,7 @@
   - 'Bernhard M. Wiedemann <bwiedem...@suse.de>'
   - 'Bill Mann <wfm...@alum.mit.edu>'
   - 'Bron Gondwana <br...@fastmail.fm>'
+  - 'Charlie Hothersall-Thomas <m...@charlie.ht>'
   - 'Chase Whitener <capoei...@cpan.org>'
   - 'Colin Newell <c.new...@cv-library.co.uk>'
   - 'Colin Newell <colin.new...@gmail.com>'
@@ -623,5 +626,7 @@
   - 'Ville Skyttä <ville.sky...@iki.fi>'
   - 'Yuri Karaban <t...@askold.net>'
   - 'Zefram <zef...@fysh.org>'
-x_generated_by_perl: v5.30.0
+x_generated_by_perl: v5.30.2
 x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
+x_static_install: 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/Makefile.PL 
new/HTTP-Cookies-6.09/Makefile.PL
--- old/HTTP-Cookies-6.08/Makefile.PL   2019-12-02 16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/Makefile.PL   2020-11-19 23:20:51.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.017.
 use strict;
 use warnings;
 
@@ -33,7 +33,7 @@
     "URI" => 0,
     "warnings" => 0
   },
-  "VERSION" => "6.08",
+  "VERSION" => "6.09",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/README.md 
new/HTTP-Cookies-6.09/README.md
--- old/HTTP-Cookies-6.08/README.md     2019-12-02 16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/README.md     2020-11-19 23:20:51.000000000 +0100
@@ -4,7 +4,7 @@
 
 # VERSION
 
-version 6.08
+version 6.09
 
 # SYNOPSIS
 
@@ -197,7 +197,7 @@
 
 # COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2002-2019 by Gisle Aas.
+This software is copyright (c) 2002 by Gisle Aas.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/cpanfile 
new/HTTP-Cookies-6.09/cpanfile
--- old/HTTP-Cookies-6.08/cpanfile      2019-12-02 16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/cpanfile      2020-11-19 23:20:51.000000000 +0100
@@ -1,3 +1,6 @@
+# This file is generated by Dist::Zilla::Plugin::CPANFile v6.017
+# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
+
 requires "Carp" => "0";
 requires "HTTP::Date" => "6";
 requires "HTTP::Headers::Util" => "6";
@@ -25,12 +28,14 @@
 };
 
 on 'develop' => sub {
+  requires "Pod::Coverage::TrustPod" => "0";
   requires "Test::CPAN::Changes" => "0.19";
   requires "Test::Code::TidyAll" => "0.50";
   requires "Test::EOL" => "0";
   requires "Test::Mojibake" => "0";
   requires "Test::More" => "0.96";
   requires "Test::Pod" => "1.41";
+  requires "Test::Pod::Coverage" => "1.08";
   requires "Test::Portability::Files" => "0";
   requires "Test::Version" => "1";
   requires "warnings" => "0";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/dist.ini 
new/HTTP-Cookies-6.09/dist.ini
--- old/HTTP-Cookies-6.08/dist.ini      2019-12-02 16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/dist.ini      2020-11-19 23:20:51.000000000 +0100
@@ -3,7 +3,7 @@
 license = Perl_5
 main_module = lib/HTTP/Cookies.pm
 copyright_holder = Gisle Aas
-copyright_year   = 2002-2019
+copyright_year   = 2002
 
 [Encoding]
 encoding = ISO-8859-1
@@ -29,5 +29,9 @@
 -remove = Test::Perl::Critic
 -remove = Test::PodSpelling
 -remove = Test::Synopsis
+StaticInstall.mode = off
+StaticInstall.dry_run = 0
+Test::Pod::Coverage::Configurable.skip = HTTP::Cookies::Microsoft
+Test::Pod::Coverage::Configurable.trustme = HTTP::Cookies => qr/set_cookie_ok/
 
 [BumpVersionAfterRelease]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/lib/HTTP/Cookies/Microsoft.pm 
new/HTTP-Cookies-6.09/lib/HTTP/Cookies/Microsoft.pm
--- old/HTTP-Cookies-6.08/lib/HTTP/Cookies/Microsoft.pm 2019-12-02 
16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/lib/HTTP/Cookies/Microsoft.pm 2020-11-19 
23:20:51.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = '6.08';
+our $VERSION = '6.09';
 
 require HTTP::Cookies;
 our @ISA=qw(HTTP::Cookies);
@@ -244,7 +244,7 @@
 
 =head1 VERSION
 
-version 6.08
+version 6.09
 
 =head1 SYNOPSIS
 
@@ -311,7 +311,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2002-2019 by Gisle Aas.
+This software is copyright (c) 2002 by Gisle Aas.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/lib/HTTP/Cookies/Netscape.pm 
new/HTTP-Cookies-6.09/lib/HTTP/Cookies/Netscape.pm
--- old/HTTP-Cookies-6.08/lib/HTTP/Cookies/Netscape.pm  2019-12-02 
16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/lib/HTTP/Cookies/Netscape.pm  2020-11-19 
23:20:51.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = '6.08';
+our $VERSION = '6.09';
 
 require HTTP::Cookies;
 our @ISA=qw(HTTP::Cookies);
@@ -24,6 +24,7 @@
     my $now = time() - $HTTP::Cookies::EPOCH_OFFSET;
     while (my $line = <$fh>) {
         chomp($line);
+        $line =~ s/\s*\#HttpOnly_//;
         next if $line =~ /^\s*\#/;
         next if $line =~ /^\s*$/;
         $line =~ tr/\n\r//d;
@@ -81,7 +82,7 @@
 
 =head1 VERSION
 
-version 6.08
+version 6.09
 
 =head1 SYNOPSIS
 
@@ -119,7 +120,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2002-2019 by Gisle Aas.
+This software is copyright (c) 2002 by Gisle Aas.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/lib/HTTP/Cookies.pm 
new/HTTP-Cookies-6.09/lib/HTTP/Cookies.pm
--- old/HTTP-Cookies-6.08/lib/HTTP/Cookies.pm   2019-12-02 16:58:36.000000000 
+0100
+++ new/HTTP-Cookies-6.09/lib/HTTP/Cookies.pm   2020-11-19 23:20:51.000000000 
+0100
@@ -5,7 +5,7 @@
 use HTTP::Headers::Util qw(_split_header_words join_header_words);
 
 our $EPOCH_OFFSET;
-our $VERSION = '6.08';
+our $VERSION = '6.09';
 
 # Legacy: because "use "HTTP::Cookies" used be the ONLY way
 #  to load the class HTTP::Cookies::Netscape.
@@ -679,7 +679,7 @@
 
 =head1 VERSION
 
-version 6.08
+version 6.09
 
 =head1 SYNOPSIS
 
@@ -885,7 +885,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2002-2019 by Gisle Aas.
+This software is copyright (c) 2002 by Gisle Aas.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/t/00-report-prereqs.dd 
new/HTTP-Cookies-6.09/t/00-report-prereqs.dd
--- old/HTTP-Cookies-6.08/t/00-report-prereqs.dd        2019-12-02 
16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/t/00-report-prereqs.dd        2020-11-19 
23:20:51.000000000 +0100
@@ -6,12 +6,14 @@
                       },
        'develop' => {
                       'requires' => {
+                                      'Pod::Coverage::TrustPod' => '0',
                                       'Test::CPAN::Changes' => '0.19',
                                       'Test::Code::TidyAll' => '0.50',
                                       'Test::EOL' => '0',
                                       'Test::Mojibake' => '0',
                                       'Test::More' => '0.96',
                                       'Test::Pod' => '1.41',
+                                      'Test::Pod::Coverage' => '1.08',
                                       'Test::Portability::Files' => '0',
                                       'Test::Version' => '1',
                                       'warnings' => '0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/t/00-report-prereqs.t 
new/HTTP-Cookies-6.09/t/00-report-prereqs.t
--- old/HTTP-Cookies-6.08/t/00-report-prereqs.t 2019-12-02 16:58:36.000000000 
+0100
+++ new/HTTP-Cookies-6.09/t/00-report-prereqs.t 2020-11-19 23:20:51.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028
 
 use Test::More tests => 1;
 
@@ -188,6 +188,6 @@
     );
 }
 
-pass;
+pass('Reported prereqs');
 
 # vim: ts=4 sts=4 sw=4 et:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/t/cookies.t 
new/HTTP-Cookies-6.09/t/cookies.t
--- old/HTTP-Cookies-6.08/t/cookies.t   2019-12-02 16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/t/cookies.t   2020-11-19 23:20:51.000000000 +0100
@@ -1,7 +1,7 @@
 #!perl -w
 
 use Test;
-plan tests => 79;
+plan tests => 80;
 
 use HTTP::Cookies;
 use HTTP::Request;
@@ -417,6 +417,10 @@
 undef($c);
 unlink($file);
 
+# Expect a HttpOnly cookie to be loaded, rather than treated as a comment
+$c = HTTP::Cookies::Netscape->new(file => 't/data/netscape-httponly.txt');
+ok(count_cookies($c), 4);
+undef($c);
 
 #
 # Some additional Netscape cookies test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/t/data/netscape-httponly.txt 
new/HTTP-Cookies-6.09/t/data/netscape-httponly.txt
--- old/HTTP-Cookies-6.08/t/data/netscape-httponly.txt  1970-01-01 
01:00:00.000000000 +0100
+++ new/HTTP-Cookies-6.09/t/data/netscape-httponly.txt  2020-11-19 
23:20:51.000000000 +0100
@@ -0,0 +1,17 @@
+# Netscape HTTP Cookie File
+# http://www.netscape.com/newsref/std/cookie_spec.html
+# This is a generated file!  Do not edit.
+
+# Should be loaded as normal
+www.acme.com   FALSE   /       FALSE   2147483647      foo1    bar
+
+# Should be loaded with hostname www.acme.com
+#HttpOnly_www.acme.com FALSE   /       FALSE   2147483647      foo2    bar
+ #HttpOnly_www.acme.com        FALSE   /       FALSE   2147483647      foo3    
bar
+  #HttpOnly_www.acme.com       FALSE   /       FALSE   2147483647      foo4    
bar
+
+# Should not be loaded (double prefix)
+#HttpOnly_#HttpOnly_www.acme.com       FALSE   /       FALSE   2147483647      
foo5    bar
+
+# Should not be loaded (case-sensitivity)
+#Httponly_www.acme.com FALSE   /       FALSE   2147483647      foo6    bar
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/tidyall.ini 
new/HTTP-Cookies-6.09/tidyall.ini
--- old/HTTP-Cookies-6.08/tidyall.ini   2019-12-02 16:58:36.000000000 +0100
+++ new/HTTP-Cookies-6.09/tidyall.ini   1970-01-01 01:00:00.000000000 +0100
@@ -1,19 +0,0 @@
-;[PerlTidy]
-;select = **/*.{pl,pm,t,psgi}
-;ignore = t/00-*
-;ignore = t/author-*
-;ignore = t/release-*
-;ignore = blib/**/*
-;ignore = .build/**/*
-;ignore = HTTP-Cookies-*/**/*
-;argv = --profile=$ROOT/perltidyrc
-
-;[PerlCritic]
-;select = **/*.{pl,pm,t,psgi}
-;ignore = t/00-*
-;ignore = t/author-*
-;ignore = t/release-*
-;ignore = blib/**/*
-;ignore = .build/**/*
-;ignore = HTTP-Cookies-*/**/*
-;argv = --profile $ROOT/perlcriticrc --program-extensions .pl  
--program-extensions .t --program-extensions .psgi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/xt/author/eol.t 
new/HTTP-Cookies-6.09/xt/author/eol.t
--- old/HTTP-Cookies-6.08/xt/author/eol.t       2019-12-02 16:58:36.000000000 
+0100
+++ new/HTTP-Cookies-6.09/xt/author/eol.t       2020-11-19 23:20:51.000000000 
+0100
@@ -15,6 +15,7 @@
     't/10-original_spec.t',
     't/11-rfc_2965.t',
     't/cookies.t',
+    't/data/netscape-httponly.txt',
     't/issue26.t',
     't/issue32.t',
     't/publicsuffix.t'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.08/xt/author/pod-coverage.t 
new/HTTP-Cookies-6.09/xt/author/pod-coverage.t
--- old/HTTP-Cookies-6.08/xt/author/pod-coverage.t      1970-01-01 
01:00:00.000000000 +0100
+++ new/HTTP-Cookies-6.09/xt/author/pod-coverage.t      2020-11-19 
23:20:51.000000000 +0100
@@ -0,0 +1,48 @@
+#!perl
+# This file was automatically generated by 
Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable 0.07.
+
+use Test::Pod::Coverage 1.08;
+use Test::More 0.88;
+
+BEGIN {
+    if ( $] <= 5.008008 ) {
+        plan skip_all => 'These tests require Pod::Coverage::TrustPod, which 
only works with Perl 5.8.9+';
+    }
+}
+use Pod::Coverage::TrustPod;
+
+my %skip = map { $_ => 1 } qw( HTTP::Cookies::Microsoft );
+
+my @modules;
+for my $module ( all_modules() ) {
+    next if $skip{$module};
+
+    push @modules, $module;
+}
+
+plan skip_all => 'All the modules we found were excluded from POD coverage 
test.'
+    unless @modules;
+
+plan tests => scalar @modules;
+
+my %trustme = (
+             'HTTP::Cookies' => [
+                                  qr/set_cookie_ok/
+                                ]
+           );
+
+my @also_private;
+
+for my $module ( sort @modules ) {
+    pod_coverage_ok(
+        $module,
+        {
+            coverage_class => 'Pod::Coverage::TrustPod',
+            also_private   => \@also_private,
+            trustme        => $trustme{$module} || [],
+        },
+        "pod coverage for $module"
+    );
+}
+
+done_testing();
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to