diff --git a/.stopwords b/.stopwords
new file mode 100644
index 0000000..e5b5bbe
--- /dev/null
+++ b/.stopwords
@@ -0,0 +1,2 @@
+TZ
+YYYY
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
deleted file mode 100644
index 896aaa1..0000000
--- a/CONTRIBUTORS
+++ /dev/null
@@ -1,64 +0,0 @@
-
-# HTTP-DATE CONTRIBUTORS #
-
-This is the (likely incomplete) list of people who have helped
-make this distribution what it is, either via code contributions, 
-patches, bug reports, help with troubleshooting, etc. A huge
-'thank you' to all of them.
-
-    * Adam Kennedy
-    * Adam Sjogren
-    * Alexey Tourbin
-    * Alex Kapranoff
-    * amire80
-    * Andreas J. Koenig
-    * Bill Mann
-    * Bron Gondwana
-    * Daniel Hedlund
-    * David E. Wheeler
-    * DAVIDRW
-    * Father Chrysostomos
-    * FWILES
-    * Gavin Peters
-    * Gisle Aas
-    * Gisle Aas
-    * Gisle Aas
-    * Gisle Aas
-    * Graeme Thompson
-    * Hans-H. Froehlich
-    * Ian Kilgore
-    * Jacob J
-    * James Raspass
-    * jefflee
-    * john9art
-    * Mark Stosberg
-    * Mark Stosberg
-    * Mark Stosberg
-    * Mike Schilli
-    * mschilli
-    * murphy
-    * Olaf Alders
-    * Ondrej Hanak
-    * Peter Rabbitson
-    * Philip J. Ludlam
-    * phrstbrn
-    * pnull
-    * Robert Stone
-    * Rolf Grossmann
-    * ruff
-    * sasao
-    * Sean M. Burke
-    * Slaven Rezic
-    * Slaven Rezic
-    * Spiros Denaxas
-    * Steve Hay
-    * Todd Lipcon
-    * Tom Hukins
-    * Tony Finch
-    * Toru Yamaguchi
-    * uid39246
-    * Ville Skytta
-    * Yuri Karaban
-    * Zefram
-
-
diff --git a/Changes b/Changes
index 4b455a3..cb7b727 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Change history for HTTP-Date
 
+{{$NEXT}}
+    - Use copyright year rather than range (GH#18) (Olaf Alders)
+
 6.05      2019-11-19 03:02:32Z
     - Bump minimum version of Time::Local to 1.28 (GH#17) (Olaf Alders)
 
diff --git a/HTTP-Date-6.06/META.json b/HTTP-Date-6.06/META.json
new file mode 100644
index 0000000..651a956
--- /dev/null
+++ b/HTTP-Date-6.06/META.json
@@ -0,0 +1,895 @@
+{
+   "abstract" : "HTTP::Date - date conversion routines",
+   "author" : [
+      "Gisle Aas <gisle@activestate.com>"
+   ],
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : 2
+   },
+   "name" : "HTTP-Date",
+   "no_index" : {
+      "directory" : [
+         "examples",
+         "t",
+         "xt"
+      ]
+   },
+   "prereqs" : {
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "develop" : {
+         "recommends" : {
+            "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",
+            "Code::TidyAll::Plugin::UniqueLines" : "0.000003",
+            "Encode" : "0",
+            "Parallel::ForkManager" : "1.19",
+            "Perl::Critic" : "1.132",
+            "Perl::Tidy" : "20180220",
+            "Pod::Coverage::TrustPod" : "0",
+            "Pod::Wordlist" : "0",
+            "Test::CPAN::Changes" : "0.19",
+            "Test::EOL" : "0",
+            "Test::Mojibake" : "0",
+            "Test::More" : "0.96",
+            "Test::Pod" : "1.41",
+            "Test::Pod::Coverage" : "1.08",
+            "Test::Portability::Files" : "0",
+            "Test::Spelling" : "0.12",
+            "Test::Vars" : "0.014",
+            "Test::Version" : "1",
+            "warnings" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Exporter" : "0",
+            "Time::Local" : "1.28",
+            "Time::Zone" : "0",
+            "perl" : "5.006002",
+            "strict" : "0"
+         }
+      },
+      "test" : {
+         "recommends" : {
+            "CPAN::Meta" : "2.120900"
+         },
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0",
+            "File::Spec" : "0",
+            "IO::Handle" : "0",
+            "IPC::Open3" : "0",
+            "Test" : "0",
+            "Test::More" : "0",
+            "perl" : "5.006002",
+            "warnings" : "0"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "https://github.com/libwww-perl/HTTP-Date/issues"
+      },
+      "homepage" : "https://github.com/libwww-perl/HTTP-Date",
+      "repository" : {
+         "type" : "git",
+         "url" : "https://github.com/libwww-perl/HTTP-Date.git",
+         "web" : "https://github.com/libwww-perl/HTTP-Date"
+      },
+      "x_IRC" : "irc://irc.perl.org/#lwp",
+      "x_MailingList" : "mailto:libwww@perl.org"
+   },
+   "version" : "6.05",
+   "x_Dist_Zilla" : {
+      "perl" : {
+         "version" : "5.026001"
+      },
+      "plugins" : [
+         {
+            "class" : "Dist::Zilla::Plugin::PromptIfStale",
+            "config" : {
+               "Dist::Zilla::Plugin::PromptIfStale" : {
+                  "check_all_plugins" : 0,
+                  "check_all_prereqs" : 0,
+                  "modules" : [
+                     "Dist::Zilla::PluginBundle::Author::OALDERS"
+                  ],
+                  "phase" : "build",
+                  "run_under_travis" : 0,
+                  "skip" : []
+               }
+            },
+            "name" : "@Author::OALDERS/stale modules, build",
+            "version" : "0.055"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PromptIfStale",
+            "config" : {
+               "Dist::Zilla::Plugin::PromptIfStale" : {
+                  "check_all_plugins" : 1,
+                  "check_all_prereqs" : 1,
+                  "modules" : [],
+                  "phase" : "release",
+                  "run_under_travis" : 0,
+                  "skip" : []
+               }
+            },
+            "name" : "@Author::OALDERS/stale modules, release",
+            "version" : "0.055"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MAXMIND::TidyAll",
+            "name" : "@Author::OALDERS/MAXMIND::TidyAll",
+            "version" : "0.83"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
+            "name" : "@Author::OALDERS/AutoPrereqs",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
+            "name" : "@Author::OALDERS/CheckChangesHasContent",
+            "version" : "0.011"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MakeMaker",
+            "config" : {
+               "Dist::Zilla::Role::TestRunner" : {
+                  "default_jobs" : 1
+               }
+            },
+            "name" : "@Author::OALDERS/MakeMaker",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::CPANFile",
+            "name" : "@Author::OALDERS/CPANFile",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ContributorsFile",
+            "name" : "@Author::OALDERS/ContributorsFile",
+            "version" : "0.3.0"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaJSON",
+            "name" : "@Author::OALDERS/MetaJSON",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaYAML",
+            "name" : "@Author::OALDERS/MetaYAML",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Manifest",
+            "name" : "@Author::OALDERS/Manifest",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaNoIndex",
+            "name" : "@Author::OALDERS/MetaNoIndex",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaConfig",
+            "name" : "@Author::OALDERS/MetaConfig",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaResources",
+            "name" : "@Author::OALDERS/MetaResources",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::License",
+            "name" : "@Author::OALDERS/License",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::InstallGuide",
+            "config" : {
+               "Dist::Zilla::Role::ModuleMetadata" : {
+                  "Module::Metadata" : "1.000036",
+                  "version" : "0.006"
+               }
+            },
+            "name" : "@Author::OALDERS/InstallGuide",
+            "version" : "1.200013"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "develop",
+                  "type" : "requires"
+               }
+            },
+            "name" : "@Author::OALDERS/Modules for use with tidyall",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExecDir",
+            "name" : "@Author::OALDERS/ExecDir",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::PodSpelling",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::PodSpelling" : {
+                  "directories" : [
+                     "bin",
+                     "lib"
+                  ],
+                  "spell_cmd" : "",
+                  "stopwords" : [
+                     "Alders",
+                     "Alders'",
+                     "TZ",
+                     "YYYY"
+                  ],
+                  "wordlist" : "Pod::Wordlist"
+               }
+            },
+            "name" : "@Author::OALDERS/Test::PodSpelling",
+            "version" : "2.007005"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MojibakeTests",
+            "name" : "@Author::OALDERS/MojibakeTests",
+            "version" : "0.8"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodCoverageTests",
+            "name" : "@Author::OALDERS/PodCoverageTests",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+            "name" : "@Author::OALDERS/PodSyntaxTests",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::CPAN::Changes" : {
+                  "changelog" : "Changes"
+               }
+            },
+            "name" : "@Author::OALDERS/Test::CPAN::Changes",
+            "version" : "0.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::EOL",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::EOL" : {
+                  "filename" : "xt/author/eol.t",
+                  "finder" : [
+                     ":ExecFiles",
+                     ":InstallModules",
+                     ":TestFiles"
+                  ],
+                  "trailing_whitespace" : 1
+               }
+            },
+            "name" : "@Author::OALDERS/Test::EOL",
+            "version" : "0.19"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::Portability",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::Portability" : {
+                  "options" : ""
+               }
+            },
+            "name" : "@Author::OALDERS/Test::Portability",
+            "version" : "2.001000"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::TestRelease",
+            "name" : "@Author::OALDERS/TestRelease",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
+            "name" : "@Author::OALDERS/Test::ReportPrereqs",
+            "version" : "0.027"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::Version",
+            "name" : "@Author::OALDERS/Test::Version",
+            "version" : "1.09"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::RunExtraTests",
+            "config" : {
+               "Dist::Zilla::Role::TestRunner" : {
+                  "default_jobs" : 1
+               }
+            },
+            "name" : "@Author::OALDERS/RunExtraTests",
+            "version" : "0.029"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodWeaver",
+            "config" : {
+               "Dist::Zilla::Plugin::PodWeaver" : {
+                  "finder" : [
+                     ":InstallModules",
+                     ":ExecFiles"
+                  ],
+                  "plugins" : [
+                     {
+                        "class" : "Pod::Weaver::Plugin::EnsurePod5",
+                        "name" : "@CorePrep/EnsurePod5",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Plugin::H1Nester",
+                        "name" : "@CorePrep/H1Nester",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Plugin::SingleEncoding",
+                        "name" : "@Default/SingleEncoding",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Name",
+                        "name" : "@Default/Name",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Version",
+                        "name" : "@Default/Version",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Region",
+                        "name" : "@Default/prelude",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "SYNOPSIS",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "DESCRIPTION",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "OVERVIEW",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Collect",
+                        "name" : "ATTRIBUTES",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Collect",
+                        "name" : "METHODS",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Collect",
+                        "name" : "FUNCTIONS",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Leftovers",
+                        "name" : "@Default/Leftovers",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Region",
+                        "name" : "@Default/postlude",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Authors",
+                        "name" : "@Default/Authors",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Legal",
+                        "name" : "@Default/Legal",
+                        "version" : "4.015"
+                     }
+                  ]
+               }
+            },
+            "name" : "@Author::OALDERS/PodWeaver",
+            "version" : "4.008"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PruneCruft",
+            "name" : "@Author::OALDERS/PruneCruft",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
+            "name" : "@Author::OALDERS/CopyFilesFromBuild",
+            "version" : "0.170880"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::GithubMeta",
+            "name" : "@Author::OALDERS/GithubMeta",
+            "version" : "0.58"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::GatherDir",
+            "config" : {
+               "Dist::Zilla::Plugin::GatherDir" : {
+                  "exclude_filename" : [
+                     "Install",
+                     "LICENSE",
+                     "META.json",
+                     "Makefile.PL",
+                     "README.md",
+                     "cpanfile"
+                  ],
+                  "exclude_match" : [],
+                  "follow_symlinks" : 0,
+                  "include_dotfiles" : 0,
+                  "prefix" : "",
+                  "prune_directory" : [],
+                  "root" : "."
+               },
+               "Dist::Zilla::Plugin::Git::GatherDir" : {
+                  "include_untracked" : 0
+               }
+            },
+            "name" : "@Author::OALDERS/Git::GatherDir",
+            "version" : "2.046"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
+            "config" : {
+               "Dist::Zilla::Plugin::CopyFilesFromRelease" : {
+                  "filename" : [
+                     "Install"
+                  ],
+                  "match" : []
+               }
+            },
+            "name" : "@Author::OALDERS/CopyFilesFromRelease",
+            "version" : "0.006"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Check",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Check" : {
+                  "untracked_files" : "die"
+               },
+               "Dist::Zilla::Role::Git::DirtyFiles" : {
+                  "allow_dirty" : [
+                     "Changes",
+                     "Install",
+                     "LICENSE",
+                     "META.json",
+                     "Makefile.PL",
+                     "README.md",
+                     "cpanfile",
+                     "dist.ini"
+                  ],
+                  "allow_dirty_match" : [],
+                  "changelog" : "Changes"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.24.0",
+                  "repo_root" : "."
+               }
+            },
+            "name" : "@Author::OALDERS/Git::Check",
+            "version" : "2.046"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Contributors",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Contributors" : {
+                  "git_version" : "2.24.0",
+                  "include_authors" : 0,
+                  "include_releaser" : 1,
+                  "order_by" : "name",
+                  "paths" : []
+               }
+            },
+            "name" : "@Author::OALDERS/Git::Contributors",
+            "version" : "0.035"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
+            "config" : {
+               "Dist::Zilla::Role::FileWatcher" : {
+                  "version" : "0.006"
+               }
+            },
+            "name" : "@Author::OALDERS/ReadmeMdInBuild",
+            "version" : "0.163250"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::StaticInstall",
+            "config" : {
+               "Dist::Zilla::Plugin::StaticInstall" : {
+                  "dry_run" : 0,
+                  "mode" : "on"
+               }
+            },
+            "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"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::CheckIssues",
+            "name" : "@Author::OALDERS/CheckIssues",
+            "version" : "0.011"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
+            "name" : "@Author::OALDERS/ConfirmRelease",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
+            "name" : "@Author::OALDERS/UploadToCPAN",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "develop",
+                  "type" : "recommends"
+               }
+            },
+            "name" : "@Author::OALDERS/@Git::VersionManager/pluginbundle version",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
+            "config" : {
+               "Dist::Zilla::Plugin::RewriteVersion" : {
+                  "add_tarball_name" : 0,
+                  "finders" : [
+                     ":ExecFiles",
+                     ":InstallModules"
+                  ],
+                  "global" : 0,
+                  "skip_version_provider" : 0
+               },
+               "Dist::Zilla::Plugin::RewriteVersion::Transitional" : {}
+            },
+            "name" : "@Author::OALDERS/@Git::VersionManager/RewriteVersion::Transitional",
+            "version" : "0.009"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaProvides::Update",
+            "name" : "@Author::OALDERS/@Git::VersionManager/MetaProvides::Update",
+            "version" : "0.007"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
+            "config" : {
+               "Dist::Zilla::Plugin::CopyFilesFromRelease" : {
+                  "filename" : [
+                     "Changes"
+                  ],
+                  "match" : []
+               }
+            },
+            "name" : "@Author::OALDERS/@Git::VersionManager/CopyFilesFromRelease",
+            "version" : "0.006"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Commit",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Commit" : {
+                  "add_files_in" : [],
+                  "commit_msg" : "v%V%n%n%c"
+               },
+               "Dist::Zilla::Role::Git::DirtyFiles" : {
+                  "allow_dirty" : [
+                     "Changes",
+                     "Install",
+                     "LICENSE",
+                     "META.json",
+                     "Makefile.PL",
+                     "README.md",
+                     "cpanfile",
+                     "dist.ini"
+                  ],
+                  "allow_dirty_match" : [],
+                  "changelog" : "Changes"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.24.0",
+                  "repo_root" : "."
+               },
+               "Dist::Zilla::Role::Git::StringFormatter" : {
+                  "time_zone" : "local"
+               }
+            },
+            "name" : "@Author::OALDERS/@Git::VersionManager/release snapshot",
+            "version" : "2.046"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Tag",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Tag" : {
+                  "branch" : null,
+                  "changelog" : "Changes",
+                  "signed" : 0,
+                  "tag" : "v6.05",
+                  "tag_format" : "v%V",
+                  "tag_message" : "v%V"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.24.0",
+                  "repo_root" : "."
+               },
+               "Dist::Zilla::Role::Git::StringFormatter" : {
+                  "time_zone" : "local"
+               }
+            },
+            "name" : "@Author::OALDERS/@Git::VersionManager/Git::Tag",
+            "version" : "2.046"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
+            "config" : {
+               "Dist::Zilla::Plugin::BumpVersionAfterRelease" : {
+                  "finders" : [
+                     ":ExecFiles",
+                     ":InstallModules"
+                  ],
+                  "global" : 0,
+                  "munge_makefile_pl" : 1
+               },
+               "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : {}
+            },
+            "name" : "@Author::OALDERS/@Git::VersionManager/BumpVersionAfterRelease::Transitional",
+            "version" : "0.009"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::NextRelease",
+            "name" : "@Author::OALDERS/@Git::VersionManager/NextRelease",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Commit",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Commit" : {
+                  "add_files_in" : [],
+                  "commit_msg" : "increment $VERSION after %v release"
+               },
+               "Dist::Zilla::Role::Git::DirtyFiles" : {
+                  "allow_dirty" : [
+                     "Build.PL",
+                     "Changes",
+                     "Makefile.PL"
+                  ],
+                  "allow_dirty_match" : [
+                     "(?^:^lib/.*\\.pm$)"
+                  ],
+                  "changelog" : "Changes"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.24.0",
+                  "repo_root" : "."
+               },
+               "Dist::Zilla::Role::Git::StringFormatter" : {
+                  "time_zone" : "local"
+               }
+            },
+            "name" : "@Author::OALDERS/@Git::VersionManager/post-release commit",
+            "version" : "2.046"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Push",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Push" : {
+                  "push_to" : [
+                     "origin"
+                  ],
+                  "remotes_must_exist" : 1
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "git_version" : "2.24.0",
+                  "repo_root" : "."
+               }
+            },
+            "name" : "@Author::OALDERS/Git::Push",
+            "version" : "2.046"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaResources",
+            "name" : "MetaResources",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "runtime",
+                  "type" : "requires"
+               }
+            },
+            "name" : "Prereqs",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
+            "name" : "Test::ChangesHasContent",
+            "version" : "0.011"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::Compile",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::Compile" : {
+                  "bail_out_on_fail" : 0,
+                  "fail_on_warning" : "author",
+                  "fake_home" : 0,
+                  "filename" : "t/00-compile.t",
+                  "module_finder" : [
+                     ":InstallModules"
+                  ],
+                  "needs_display" : 0,
+                  "phase" : "test",
+                  "script_finder" : [
+                     ":PerlExecFiles"
+                  ],
+                  "skips" : [],
+                  "switch" : []
+               }
+            },
+            "name" : "Test::Compile",
+            "version" : "2.058"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":InstallModules",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":IncModules",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":TestFiles",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ExtraTestFiles",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ExecFiles",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":PerlExecFiles",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ShareFiles",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":MainModule",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":AllFiles",
+            "version" : "6.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":NoFiles",
+            "version" : "6.012"
+         }
+      ],
+      "zilla" : {
+         "class" : "Dist::Zilla::Dist::Builder",
+         "config" : {
+            "is_trial" : 0
+         },
+         "version" : "6.012"
+      }
+   },
+   "x_contributors" : [
+      "Adam Kennedy <adamk@cpan.org>",
+      "Adam Sjogren <asjo@koldfront.dk>",
+      "Alexey Tourbin <at@altlinux.ru>",
+      "Alex Kapranoff <ka@nadoby.ru>",
+      "amire80 <amir.aharoni@gmail.com>",
+      "Andreas J. Koenig <andreas.koenig@anima.de>",
+      "Bill Mann <wfmann@alum.mit.edu>",
+      "Bron Gondwana <brong@fastmail.fm>",
+      "Daniel Hedlund <Daniel.Hedlund@eprize.com>",
+      "David E. Wheeler <david@justatheory.com>",
+      "DAVIDRW <davidrw@cpan.org>",
+      "Father Chrysostomos <sprout@cpan.org>",
+      "FWILES <FWILES@cpan.org>",
+      "Gavin Peters <gpeters@deepsky.com>",
+      "Gisle Aas <aas@oslonett.no>",
+      "Gisle Aas <gisle.aas@it.uib.no>",
+      "Gisle Aas <gisle@aas.no>",
+      "Gisle Aas <gisle@baux-2.lan>",
+      "Graeme Thompson <Graeme.Thompson@mobilecohesion.com>",
+      "Hans-H. Froehlich <hfroehlich@co-de-co.de>",
+      "Ian Kilgore <iank@cpan.org>",
+      "Jacob J <waif@chaos2.org>",
+      "James Raspass <jraspass@gmail.com>",
+      "jefflee <shaohua@gmail.com>",
+      "john9art <john9art@yahoo.com>",
+      "Mark Stosberg <mark@stosberg.com>",
+      "Mark Stosberg <MARKSTOS@cpan.org>",
+      "Mark Stosberg <mark@summersault.com>",
+      "Mike Schilli <mschilli@yahoo-inc.com>",
+      "mschilli <github@perlmeister.com>",
+      "murphy <murphy@genome.chop.edu>",
+      "Olaf Alders <olaf@wundersolutions.com>",
+      "Ondrej Hanak <ondrej.hanak@ubs.com>",
+      "Peter Rabbitson <ribasushi@cpan.org>",
+      "Philip J. Ludlam <p.ludlam@cv-library.co.uk>",
+      "phrstbrn <phrstbrn@gmail.com>",
+      "pnull <github@jamit.de>",
+      "Robert Stone <talby@trap.mtview.ca.us>",
+      "Rolf Grossmann <rg@progtech.net>",
+      "ruff <ruff@ukrpost.net>",
+      "sasao <sasao@yugen.org>",
+      "Sean M. Burke <sburke@cpan.org>",
+      "Slaven Rezic <slaven@rezic.de>",
+      "Slaven Rezic <srezic@iconmobile.com>",
+      "Spiros Denaxas <s.denaxas@gmail.com>",
+      "Steve Hay <SteveHay@planit.com>",
+      "Todd Lipcon <todd@amiestreet.com>",
+      "Tom Hukins <tom@eborcom.com>",
+      "Tony Finch <dot@dotat.at>",
+      "Toru Yamaguchi <zigorou@cpan.org>",
+      "uid39246 <uid39246>",
+      "Ville Skytta <ville.skytta@iki.fi>",
+      "Yuri Karaban <tech@askold.net>",
+      "Zefram <zefram@fysh.org>"
+   ],
+   "x_generated_by_perl" : "v5.26.1",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.10",
+   "x_static_install" : 1
+}
+
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 4bb4272..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,72 +0,0 @@
-This is the Perl distribution HTTP-Date.
-
-Installing HTTP-Date is straightforward.
-
-## Installation with cpanm
-
-If you have cpanm, you only need one line:
-
-    % cpanm HTTP::Date
-
-If it does not have permission to install modules to the current perl, cpanm
-will automatically set up and install to a local::lib in your home directory.
-See the local::lib documentation (https://metacpan.org/pod/local::lib) for
-details on enabling it in your environment.
-
-## Installing with the CPAN shell
-
-Alternatively, if your CPAN shell is set up, you should just be able to do:
-
-    % cpan HTTP::Date
-
-## Manual installation
-
-As a last resort, you can manually install it. Download the tarball, untar it,
-install configure prerequisites (see below), then build it:
-
-    % perl Makefile.PL
-    % make && make test
-
-Then install it:
-
-    % make install
-
-On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
-
-If your perl is system-managed, you can create a local::lib in your home
-directory to install modules to. For details, see the local::lib documentation:
-https://metacpan.org/pod/local::lib
-
-The prerequisites of this distribution will also have to be installed manually. The
-prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated
-by running the manual build process described above.
-
-## Configure Prerequisites
-
-This distribution requires other modules to be installed before this
-distribution's installer can be run.  They can be found under the
-"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
-
-HTTP-Date documentation is available as POD.
-You can run `perldoc` from a shell to read the documentation:
-
-    % perldoc HTTP::Date
-
-For more information on installing Perl modules via CPAN, please see:
-https://www.cpan.org/modules/INSTALL.html
diff --git a/MANIFEST b/MANIFEST
index b013ad6..827cf29 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,29 +1,17 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
-CONTRIBUTORS
+.stopwords
 Changes
-INSTALL
-LICENSE
-MANIFEST
-META.json
-META.yml
-Makefile.PL
-README.md
 cpanfile
 dist.ini
+HTTP-Date-6.06/META.json
+HTTP-Date-6.06/META.yml
 lib/HTTP/Date.pm
+LICENSE
+Makefile.PL
+MANIFEST			This list of files
+META.json
 perlcriticrc
 perltidyrc
-t/00-compile.t
-t/00-report-prereqs.dd
-t/00-report-prereqs.t
+README.md
 t/date.t
 tidyall.ini
-xt/author/eol.t
-xt/author/mojibake.t
-xt/author/pod-coverage.t
-xt/author/pod-spell.t
-xt/author/pod-syntax.t
-xt/author/portability.t
-xt/author/test-version.t
-xt/release/changes_has_content.t
-xt/release/cpan-changes.t
+META.yml                                 Module YAML meta-data (added by MakeMaker)
diff --git a/META.json b/META.json
index 651a956..a38f8ac 100644
--- a/META.json
+++ b/META.json
@@ -3,8 +3,8 @@
    "author" : [
       "Gisle Aas <gisle@activestate.com>"
    ],
-   "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -15,43 +15,19 @@
    "name" : "HTTP-Date",
    "no_index" : {
       "directory" : [
-         "examples",
          "t",
-         "xt"
+         "inc"
       ]
    },
    "prereqs" : {
-      "configure" : {
+      "build" : {
          "requires" : {
             "ExtUtils::MakeMaker" : "0"
          }
       },
-      "develop" : {
-         "recommends" : {
-            "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007"
-         },
+      "configure" : {
          "requires" : {
-            "Code::TidyAll" : "0.71",
-            "Code::TidyAll::Plugin::SortLines::Naturally" : "0.000003",
-            "Code::TidyAll::Plugin::Test::Vars" : "0.04",
-            "Code::TidyAll::Plugin::UniqueLines" : "0.000003",
-            "Encode" : "0",
-            "Parallel::ForkManager" : "1.19",
-            "Perl::Critic" : "1.132",
-            "Perl::Tidy" : "20180220",
-            "Pod::Coverage::TrustPod" : "0",
-            "Pod::Wordlist" : "0",
-            "Test::CPAN::Changes" : "0.19",
-            "Test::EOL" : "0",
-            "Test::Mojibake" : "0",
-            "Test::More" : "0.96",
-            "Test::Pod" : "1.41",
-            "Test::Pod::Coverage" : "1.08",
-            "Test::Portability::Files" : "0",
-            "Test::Spelling" : "0.12",
-            "Test::Vars" : "0.014",
-            "Test::Version" : "1",
-            "warnings" : "0"
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "runtime" : {
@@ -64,9 +40,6 @@
          }
       },
       "test" : {
-         "recommends" : {
-            "CPAN::Meta" : "2.120900"
-         },
          "requires" : {
             "ExtUtils::MakeMaker" : "0",
             "File::Spec" : "0",
@@ -74,822 +47,11 @@
             "IPC::Open3" : "0",
             "Test" : "0",
             "Test::More" : "0",
-            "perl" : "5.006002",
             "warnings" : "0"
          }
       }
    },
    "release_status" : "stable",
-   "resources" : {
-      "bugtracker" : {
-         "web" : "https://github.com/libwww-perl/HTTP-Date/issues"
-      },
-      "homepage" : "https://github.com/libwww-perl/HTTP-Date",
-      "repository" : {
-         "type" : "git",
-         "url" : "https://github.com/libwww-perl/HTTP-Date.git",
-         "web" : "https://github.com/libwww-perl/HTTP-Date"
-      },
-      "x_IRC" : "irc://irc.perl.org/#lwp",
-      "x_MailingList" : "mailto:libwww@perl.org"
-   },
-   "version" : "6.05",
-   "x_Dist_Zilla" : {
-      "perl" : {
-         "version" : "5.026001"
-      },
-      "plugins" : [
-         {
-            "class" : "Dist::Zilla::Plugin::PromptIfStale",
-            "config" : {
-               "Dist::Zilla::Plugin::PromptIfStale" : {
-                  "check_all_plugins" : 0,
-                  "check_all_prereqs" : 0,
-                  "modules" : [
-                     "Dist::Zilla::PluginBundle::Author::OALDERS"
-                  ],
-                  "phase" : "build",
-                  "run_under_travis" : 0,
-                  "skip" : []
-               }
-            },
-            "name" : "@Author::OALDERS/stale modules, build",
-            "version" : "0.055"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::PromptIfStale",
-            "config" : {
-               "Dist::Zilla::Plugin::PromptIfStale" : {
-                  "check_all_plugins" : 1,
-                  "check_all_prereqs" : 1,
-                  "modules" : [],
-                  "phase" : "release",
-                  "run_under_travis" : 0,
-                  "skip" : []
-               }
-            },
-            "name" : "@Author::OALDERS/stale modules, release",
-            "version" : "0.055"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MAXMIND::TidyAll",
-            "name" : "@Author::OALDERS/MAXMIND::TidyAll",
-            "version" : "0.83"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
-            "name" : "@Author::OALDERS/AutoPrereqs",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
-            "name" : "@Author::OALDERS/CheckChangesHasContent",
-            "version" : "0.011"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MakeMaker",
-            "config" : {
-               "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 1
-               }
-            },
-            "name" : "@Author::OALDERS/MakeMaker",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::CPANFile",
-            "name" : "@Author::OALDERS/CPANFile",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::ContributorsFile",
-            "name" : "@Author::OALDERS/ContributorsFile",
-            "version" : "0.3.0"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MetaJSON",
-            "name" : "@Author::OALDERS/MetaJSON",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MetaYAML",
-            "name" : "@Author::OALDERS/MetaYAML",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Manifest",
-            "name" : "@Author::OALDERS/Manifest",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MetaNoIndex",
-            "name" : "@Author::OALDERS/MetaNoIndex",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MetaConfig",
-            "name" : "@Author::OALDERS/MetaConfig",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MetaResources",
-            "name" : "@Author::OALDERS/MetaResources",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::License",
-            "name" : "@Author::OALDERS/License",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::InstallGuide",
-            "config" : {
-               "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000036",
-                  "version" : "0.006"
-               }
-            },
-            "name" : "@Author::OALDERS/InstallGuide",
-            "version" : "1.200013"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Prereqs",
-            "config" : {
-               "Dist::Zilla::Plugin::Prereqs" : {
-                  "phase" : "develop",
-                  "type" : "requires"
-               }
-            },
-            "name" : "@Author::OALDERS/Modules for use with tidyall",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::ExecDir",
-            "name" : "@Author::OALDERS/ExecDir",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Test::PodSpelling",
-            "config" : {
-               "Dist::Zilla::Plugin::Test::PodSpelling" : {
-                  "directories" : [
-                     "bin",
-                     "lib"
-                  ],
-                  "spell_cmd" : "",
-                  "stopwords" : [
-                     "Alders",
-                     "Alders'",
-                     "TZ",
-                     "YYYY"
-                  ],
-                  "wordlist" : "Pod::Wordlist"
-               }
-            },
-            "name" : "@Author::OALDERS/Test::PodSpelling",
-            "version" : "2.007005"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MojibakeTests",
-            "name" : "@Author::OALDERS/MojibakeTests",
-            "version" : "0.8"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::PodCoverageTests",
-            "name" : "@Author::OALDERS/PodCoverageTests",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
-            "name" : "@Author::OALDERS/PodSyntaxTests",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
-            "config" : {
-               "Dist::Zilla::Plugin::Test::CPAN::Changes" : {
-                  "changelog" : "Changes"
-               }
-            },
-            "name" : "@Author::OALDERS/Test::CPAN::Changes",
-            "version" : "0.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Test::EOL",
-            "config" : {
-               "Dist::Zilla::Plugin::Test::EOL" : {
-                  "filename" : "xt/author/eol.t",
-                  "finder" : [
-                     ":ExecFiles",
-                     ":InstallModules",
-                     ":TestFiles"
-                  ],
-                  "trailing_whitespace" : 1
-               }
-            },
-            "name" : "@Author::OALDERS/Test::EOL",
-            "version" : "0.19"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Test::Portability",
-            "config" : {
-               "Dist::Zilla::Plugin::Test::Portability" : {
-                  "options" : ""
-               }
-            },
-            "name" : "@Author::OALDERS/Test::Portability",
-            "version" : "2.001000"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::TestRelease",
-            "name" : "@Author::OALDERS/TestRelease",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
-            "name" : "@Author::OALDERS/Test::ReportPrereqs",
-            "version" : "0.027"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Test::Version",
-            "name" : "@Author::OALDERS/Test::Version",
-            "version" : "1.09"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::RunExtraTests",
-            "config" : {
-               "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 1
-               }
-            },
-            "name" : "@Author::OALDERS/RunExtraTests",
-            "version" : "0.029"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::PodWeaver",
-            "config" : {
-               "Dist::Zilla::Plugin::PodWeaver" : {
-                  "finder" : [
-                     ":InstallModules",
-                     ":ExecFiles"
-                  ],
-                  "plugins" : [
-                     {
-                        "class" : "Pod::Weaver::Plugin::EnsurePod5",
-                        "name" : "@CorePrep/EnsurePod5",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Plugin::H1Nester",
-                        "name" : "@CorePrep/H1Nester",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Plugin::SingleEncoding",
-                        "name" : "@Default/SingleEncoding",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::Name",
-                        "name" : "@Default/Name",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::Version",
-                        "name" : "@Default/Version",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::Region",
-                        "name" : "@Default/prelude",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::Generic",
-                        "name" : "SYNOPSIS",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::Generic",
-                        "name" : "DESCRIPTION",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::Generic",
-                        "name" : "OVERVIEW",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::Collect",
-                        "name" : "ATTRIBUTES",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::Collect",
-                        "name" : "METHODS",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::Collect",
-                        "name" : "FUNCTIONS",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::Leftovers",
-                        "name" : "@Default/Leftovers",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::Region",
-                        "name" : "@Default/postlude",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::Authors",
-                        "name" : "@Default/Authors",
-                        "version" : "4.015"
-                     },
-                     {
-                        "class" : "Pod::Weaver::Section::Legal",
-                        "name" : "@Default/Legal",
-                        "version" : "4.015"
-                     }
-                  ]
-               }
-            },
-            "name" : "@Author::OALDERS/PodWeaver",
-            "version" : "4.008"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::PruneCruft",
-            "name" : "@Author::OALDERS/PruneCruft",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
-            "name" : "@Author::OALDERS/CopyFilesFromBuild",
-            "version" : "0.170880"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::GithubMeta",
-            "name" : "@Author::OALDERS/GithubMeta",
-            "version" : "0.58"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::GatherDir",
-            "config" : {
-               "Dist::Zilla::Plugin::GatherDir" : {
-                  "exclude_filename" : [
-                     "Install",
-                     "LICENSE",
-                     "META.json",
-                     "Makefile.PL",
-                     "README.md",
-                     "cpanfile"
-                  ],
-                  "exclude_match" : [],
-                  "follow_symlinks" : 0,
-                  "include_dotfiles" : 0,
-                  "prefix" : "",
-                  "prune_directory" : [],
-                  "root" : "."
-               },
-               "Dist::Zilla::Plugin::Git::GatherDir" : {
-                  "include_untracked" : 0
-               }
-            },
-            "name" : "@Author::OALDERS/Git::GatherDir",
-            "version" : "2.046"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
-            "config" : {
-               "Dist::Zilla::Plugin::CopyFilesFromRelease" : {
-                  "filename" : [
-                     "Install"
-                  ],
-                  "match" : []
-               }
-            },
-            "name" : "@Author::OALDERS/CopyFilesFromRelease",
-            "version" : "0.006"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::Check",
-            "config" : {
-               "Dist::Zilla::Plugin::Git::Check" : {
-                  "untracked_files" : "die"
-               },
-               "Dist::Zilla::Role::Git::DirtyFiles" : {
-                  "allow_dirty" : [
-                     "Changes",
-                     "Install",
-                     "LICENSE",
-                     "META.json",
-                     "Makefile.PL",
-                     "README.md",
-                     "cpanfile",
-                     "dist.ini"
-                  ],
-                  "allow_dirty_match" : [],
-                  "changelog" : "Changes"
-               },
-               "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.0",
-                  "repo_root" : "."
-               }
-            },
-            "name" : "@Author::OALDERS/Git::Check",
-            "version" : "2.046"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::Contributors",
-            "config" : {
-               "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.24.0",
-                  "include_authors" : 0,
-                  "include_releaser" : 1,
-                  "order_by" : "name",
-                  "paths" : []
-               }
-            },
-            "name" : "@Author::OALDERS/Git::Contributors",
-            "version" : "0.035"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
-            "config" : {
-               "Dist::Zilla::Role::FileWatcher" : {
-                  "version" : "0.006"
-               }
-            },
-            "name" : "@Author::OALDERS/ReadmeMdInBuild",
-            "version" : "0.163250"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::StaticInstall",
-            "config" : {
-               "Dist::Zilla::Plugin::StaticInstall" : {
-                  "dry_run" : 0,
-                  "mode" : "on"
-               }
-            },
-            "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"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::CheckIssues",
-            "name" : "@Author::OALDERS/CheckIssues",
-            "version" : "0.011"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
-            "name" : "@Author::OALDERS/ConfirmRelease",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
-            "name" : "@Author::OALDERS/UploadToCPAN",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Prereqs",
-            "config" : {
-               "Dist::Zilla::Plugin::Prereqs" : {
-                  "phase" : "develop",
-                  "type" : "recommends"
-               }
-            },
-            "name" : "@Author::OALDERS/@Git::VersionManager/pluginbundle version",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
-            "config" : {
-               "Dist::Zilla::Plugin::RewriteVersion" : {
-                  "add_tarball_name" : 0,
-                  "finders" : [
-                     ":ExecFiles",
-                     ":InstallModules"
-                  ],
-                  "global" : 0,
-                  "skip_version_provider" : 0
-               },
-               "Dist::Zilla::Plugin::RewriteVersion::Transitional" : {}
-            },
-            "name" : "@Author::OALDERS/@Git::VersionManager/RewriteVersion::Transitional",
-            "version" : "0.009"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MetaProvides::Update",
-            "name" : "@Author::OALDERS/@Git::VersionManager/MetaProvides::Update",
-            "version" : "0.007"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
-            "config" : {
-               "Dist::Zilla::Plugin::CopyFilesFromRelease" : {
-                  "filename" : [
-                     "Changes"
-                  ],
-                  "match" : []
-               }
-            },
-            "name" : "@Author::OALDERS/@Git::VersionManager/CopyFilesFromRelease",
-            "version" : "0.006"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::Commit",
-            "config" : {
-               "Dist::Zilla::Plugin::Git::Commit" : {
-                  "add_files_in" : [],
-                  "commit_msg" : "v%V%n%n%c"
-               },
-               "Dist::Zilla::Role::Git::DirtyFiles" : {
-                  "allow_dirty" : [
-                     "Changes",
-                     "Install",
-                     "LICENSE",
-                     "META.json",
-                     "Makefile.PL",
-                     "README.md",
-                     "cpanfile",
-                     "dist.ini"
-                  ],
-                  "allow_dirty_match" : [],
-                  "changelog" : "Changes"
-               },
-               "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.0",
-                  "repo_root" : "."
-               },
-               "Dist::Zilla::Role::Git::StringFormatter" : {
-                  "time_zone" : "local"
-               }
-            },
-            "name" : "@Author::OALDERS/@Git::VersionManager/release snapshot",
-            "version" : "2.046"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::Tag",
-            "config" : {
-               "Dist::Zilla::Plugin::Git::Tag" : {
-                  "branch" : null,
-                  "changelog" : "Changes",
-                  "signed" : 0,
-                  "tag" : "v6.05",
-                  "tag_format" : "v%V",
-                  "tag_message" : "v%V"
-               },
-               "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.0",
-                  "repo_root" : "."
-               },
-               "Dist::Zilla::Role::Git::StringFormatter" : {
-                  "time_zone" : "local"
-               }
-            },
-            "name" : "@Author::OALDERS/@Git::VersionManager/Git::Tag",
-            "version" : "2.046"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
-            "config" : {
-               "Dist::Zilla::Plugin::BumpVersionAfterRelease" : {
-                  "finders" : [
-                     ":ExecFiles",
-                     ":InstallModules"
-                  ],
-                  "global" : 0,
-                  "munge_makefile_pl" : 1
-               },
-               "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : {}
-            },
-            "name" : "@Author::OALDERS/@Git::VersionManager/BumpVersionAfterRelease::Transitional",
-            "version" : "0.009"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::NextRelease",
-            "name" : "@Author::OALDERS/@Git::VersionManager/NextRelease",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::Commit",
-            "config" : {
-               "Dist::Zilla::Plugin::Git::Commit" : {
-                  "add_files_in" : [],
-                  "commit_msg" : "increment $VERSION after %v release"
-               },
-               "Dist::Zilla::Role::Git::DirtyFiles" : {
-                  "allow_dirty" : [
-                     "Build.PL",
-                     "Changes",
-                     "Makefile.PL"
-                  ],
-                  "allow_dirty_match" : [
-                     "(?^:^lib/.*\\.pm$)"
-                  ],
-                  "changelog" : "Changes"
-               },
-               "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.0",
-                  "repo_root" : "."
-               },
-               "Dist::Zilla::Role::Git::StringFormatter" : {
-                  "time_zone" : "local"
-               }
-            },
-            "name" : "@Author::OALDERS/@Git::VersionManager/post-release commit",
-            "version" : "2.046"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Git::Push",
-            "config" : {
-               "Dist::Zilla::Plugin::Git::Push" : {
-                  "push_to" : [
-                     "origin"
-                  ],
-                  "remotes_must_exist" : 1
-               },
-               "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.24.0",
-                  "repo_root" : "."
-               }
-            },
-            "name" : "@Author::OALDERS/Git::Push",
-            "version" : "2.046"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::MetaResources",
-            "name" : "MetaResources",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Prereqs",
-            "config" : {
-               "Dist::Zilla::Plugin::Prereqs" : {
-                  "phase" : "runtime",
-                  "type" : "requires"
-               }
-            },
-            "name" : "Prereqs",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
-            "name" : "Test::ChangesHasContent",
-            "version" : "0.011"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Test::Compile",
-            "config" : {
-               "Dist::Zilla::Plugin::Test::Compile" : {
-                  "bail_out_on_fail" : 0,
-                  "fail_on_warning" : "author",
-                  "fake_home" : 0,
-                  "filename" : "t/00-compile.t",
-                  "module_finder" : [
-                     ":InstallModules"
-                  ],
-                  "needs_display" : 0,
-                  "phase" : "test",
-                  "script_finder" : [
-                     ":PerlExecFiles"
-                  ],
-                  "skips" : [],
-                  "switch" : []
-               }
-            },
-            "name" : "Test::Compile",
-            "version" : "2.058"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":InstallModules",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":IncModules",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":TestFiles",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":ExtraTestFiles",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":ExecFiles",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":PerlExecFiles",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":ShareFiles",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":MainModule",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":AllFiles",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::FinderCode",
-            "name" : ":NoFiles",
-            "version" : "6.012"
-         }
-      ],
-      "zilla" : {
-         "class" : "Dist::Zilla::Dist::Builder",
-         "config" : {
-            "is_trial" : 0
-         },
-         "version" : "6.012"
-      }
-   },
-   "x_contributors" : [
-      "Adam Kennedy <adamk@cpan.org>",
-      "Adam Sjogren <asjo@koldfront.dk>",
-      "Alexey Tourbin <at@altlinux.ru>",
-      "Alex Kapranoff <ka@nadoby.ru>",
-      "amire80 <amir.aharoni@gmail.com>",
-      "Andreas J. Koenig <andreas.koenig@anima.de>",
-      "Bill Mann <wfmann@alum.mit.edu>",
-      "Bron Gondwana <brong@fastmail.fm>",
-      "Daniel Hedlund <Daniel.Hedlund@eprize.com>",
-      "David E. Wheeler <david@justatheory.com>",
-      "DAVIDRW <davidrw@cpan.org>",
-      "Father Chrysostomos <sprout@cpan.org>",
-      "FWILES <FWILES@cpan.org>",
-      "Gavin Peters <gpeters@deepsky.com>",
-      "Gisle Aas <aas@oslonett.no>",
-      "Gisle Aas <gisle.aas@it.uib.no>",
-      "Gisle Aas <gisle@aas.no>",
-      "Gisle Aas <gisle@baux-2.lan>",
-      "Graeme Thompson <Graeme.Thompson@mobilecohesion.com>",
-      "Hans-H. Froehlich <hfroehlich@co-de-co.de>",
-      "Ian Kilgore <iank@cpan.org>",
-      "Jacob J <waif@chaos2.org>",
-      "James Raspass <jraspass@gmail.com>",
-      "jefflee <shaohua@gmail.com>",
-      "john9art <john9art@yahoo.com>",
-      "Mark Stosberg <mark@stosberg.com>",
-      "Mark Stosberg <MARKSTOS@cpan.org>",
-      "Mark Stosberg <mark@summersault.com>",
-      "Mike Schilli <mschilli@yahoo-inc.com>",
-      "mschilli <github@perlmeister.com>",
-      "murphy <murphy@genome.chop.edu>",
-      "Olaf Alders <olaf@wundersolutions.com>",
-      "Ondrej Hanak <ondrej.hanak@ubs.com>",
-      "Peter Rabbitson <ribasushi@cpan.org>",
-      "Philip J. Ludlam <p.ludlam@cv-library.co.uk>",
-      "phrstbrn <phrstbrn@gmail.com>",
-      "pnull <github@jamit.de>",
-      "Robert Stone <talby@trap.mtview.ca.us>",
-      "Rolf Grossmann <rg@progtech.net>",
-      "ruff <ruff@ukrpost.net>",
-      "sasao <sasao@yugen.org>",
-      "Sean M. Burke <sburke@cpan.org>",
-      "Slaven Rezic <slaven@rezic.de>",
-      "Slaven Rezic <srezic@iconmobile.com>",
-      "Spiros Denaxas <s.denaxas@gmail.com>",
-      "Steve Hay <SteveHay@planit.com>",
-      "Todd Lipcon <todd@amiestreet.com>",
-      "Tom Hukins <tom@eborcom.com>",
-      "Tony Finch <dot@dotat.at>",
-      "Toru Yamaguchi <zigorou@cpan.org>",
-      "uid39246 <uid39246>",
-      "Ville Skytta <ville.skytta@iki.fi>",
-      "Yuri Karaban <tech@askold.net>",
-      "Zefram <zefram@fysh.org>"
-   ],
-   "x_generated_by_perl" : "v5.26.1",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.10",
-   "x_static_install" : 1
+   "version" : "6.06",
+   "x_serialization_backend" : "JSON::PP version 4.06"
 }
-
diff --git a/META.yml b/META.yml
index fb4c373..110c6dd 100644
--- a/META.yml
+++ b/META.yml
@@ -9,12 +9,11 @@ build_requires:
   IPC::Open3: '0'
   Test: '0'
   Test::More: '0'
-  perl: '5.006002'
   warnings: '0'
 configure_requires:
   ExtUtils::MakeMaker: '0'
-dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,642 +21,13 @@ meta-spec:
 name: HTTP-Date
 no_index:
   directory:
-    - examples
     - t
-    - xt
+    - inc
 requires:
   Exporter: '0'
   Time::Local: '1.28'
   Time::Zone: '0'
   perl: '5.006002'
   strict: '0'
-resources:
-  IRC: irc://irc.perl.org/#lwp
-  MailingList: mailto:libwww@perl.org
-  bugtracker: https://github.com/libwww-perl/HTTP-Date/issues
-  homepage: https://github.com/libwww-perl/HTTP-Date
-  repository: https://github.com/libwww-perl/HTTP-Date.git
-version: '6.05'
-x_Dist_Zilla:
-  perl:
-    version: '5.026001'
-  plugins:
-    -
-      class: Dist::Zilla::Plugin::PromptIfStale
-      config:
-        Dist::Zilla::Plugin::PromptIfStale:
-          check_all_plugins: 0
-          check_all_prereqs: 0
-          modules:
-            - Dist::Zilla::PluginBundle::Author::OALDERS
-          phase: build
-          run_under_travis: 0
-          skip: []
-      name: '@Author::OALDERS/stale modules, build'
-      version: '0.055'
-    -
-      class: Dist::Zilla::Plugin::PromptIfStale
-      config:
-        Dist::Zilla::Plugin::PromptIfStale:
-          check_all_plugins: 1
-          check_all_prereqs: 1
-          modules: []
-          phase: release
-          run_under_travis: 0
-          skip: []
-      name: '@Author::OALDERS/stale modules, release'
-      version: '0.055'
-    -
-      class: Dist::Zilla::Plugin::MAXMIND::TidyAll
-      name: '@Author::OALDERS/MAXMIND::TidyAll'
-      version: '0.83'
-    -
-      class: Dist::Zilla::Plugin::AutoPrereqs
-      name: '@Author::OALDERS/AutoPrereqs'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::CheckChangesHasContent
-      name: '@Author::OALDERS/CheckChangesHasContent'
-      version: '0.011'
-    -
-      class: Dist::Zilla::Plugin::MakeMaker
-      config:
-        Dist::Zilla::Role::TestRunner:
-          default_jobs: 1
-      name: '@Author::OALDERS/MakeMaker'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::CPANFile
-      name: '@Author::OALDERS/CPANFile'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::ContributorsFile
-      name: '@Author::OALDERS/ContributorsFile'
-      version: 0.3.0
-    -
-      class: Dist::Zilla::Plugin::MetaJSON
-      name: '@Author::OALDERS/MetaJSON'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::MetaYAML
-      name: '@Author::OALDERS/MetaYAML'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::Manifest
-      name: '@Author::OALDERS/Manifest'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::MetaNoIndex
-      name: '@Author::OALDERS/MetaNoIndex'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::MetaConfig
-      name: '@Author::OALDERS/MetaConfig'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::MetaResources
-      name: '@Author::OALDERS/MetaResources'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::License
-      name: '@Author::OALDERS/License'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::InstallGuide
-      config:
-        Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000036'
-          version: '0.006'
-      name: '@Author::OALDERS/InstallGuide'
-      version: '1.200013'
-    -
-      class: Dist::Zilla::Plugin::Prereqs
-      config:
-        Dist::Zilla::Plugin::Prereqs:
-          phase: develop
-          type: requires
-      name: '@Author::OALDERS/Modules for use with tidyall'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::ExecDir
-      name: '@Author::OALDERS/ExecDir'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::Test::PodSpelling
-      config:
-        Dist::Zilla::Plugin::Test::PodSpelling:
-          directories:
-            - bin
-            - lib
-          spell_cmd: ''
-          stopwords:
-            - Alders
-            - "Alders'"
-            - TZ
-            - YYYY
-          wordlist: Pod::Wordlist
-      name: '@Author::OALDERS/Test::PodSpelling'
-      version: '2.007005'
-    -
-      class: Dist::Zilla::Plugin::MojibakeTests
-      name: '@Author::OALDERS/MojibakeTests'
-      version: '0.8'
-    -
-      class: Dist::Zilla::Plugin::PodCoverageTests
-      name: '@Author::OALDERS/PodCoverageTests'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::PodSyntaxTests
-      name: '@Author::OALDERS/PodSyntaxTests'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::Test::CPAN::Changes
-      config:
-        Dist::Zilla::Plugin::Test::CPAN::Changes:
-          changelog: Changes
-      name: '@Author::OALDERS/Test::CPAN::Changes'
-      version: '0.012'
-    -
-      class: Dist::Zilla::Plugin::Test::EOL
-      config:
-        Dist::Zilla::Plugin::Test::EOL:
-          filename: xt/author/eol.t
-          finder:
-            - ':ExecFiles'
-            - ':InstallModules'
-            - ':TestFiles'
-          trailing_whitespace: 1
-      name: '@Author::OALDERS/Test::EOL'
-      version: '0.19'
-    -
-      class: Dist::Zilla::Plugin::Test::Portability
-      config:
-        Dist::Zilla::Plugin::Test::Portability:
-          options: ''
-      name: '@Author::OALDERS/Test::Portability'
-      version: '2.001000'
-    -
-      class: Dist::Zilla::Plugin::TestRelease
-      name: '@Author::OALDERS/TestRelease'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::Test::ReportPrereqs
-      name: '@Author::OALDERS/Test::ReportPrereqs'
-      version: '0.027'
-    -
-      class: Dist::Zilla::Plugin::Test::Version
-      name: '@Author::OALDERS/Test::Version'
-      version: '1.09'
-    -
-      class: Dist::Zilla::Plugin::RunExtraTests
-      config:
-        Dist::Zilla::Role::TestRunner:
-          default_jobs: 1
-      name: '@Author::OALDERS/RunExtraTests'
-      version: '0.029'
-    -
-      class: Dist::Zilla::Plugin::PodWeaver
-      config:
-        Dist::Zilla::Plugin::PodWeaver:
-          finder:
-            - ':InstallModules'
-            - ':ExecFiles'
-          plugins:
-            -
-              class: Pod::Weaver::Plugin::EnsurePod5
-              name: '@CorePrep/EnsurePod5'
-              version: '4.015'
-            -
-              class: Pod::Weaver::Plugin::H1Nester
-              name: '@CorePrep/H1Nester'
-              version: '4.015'
-            -
-              class: Pod::Weaver::Plugin::SingleEncoding
-              name: '@Default/SingleEncoding'
-              version: '4.015'
-            -
-              class: Pod::Weaver::Section::Name
-              name: '@Default/Name'
-              version: '4.015'
-            -
-              class: Pod::Weaver::Section::Version
-              name: '@Default/Version'
-              version: '4.015'
-            -
-              class: Pod::Weaver::Section::Region
-              name: '@Default/prelude'
-              version: '4.015'
-            -
-              class: Pod::Weaver::Section::Generic
-              name: SYNOPSIS
-              version: '4.015'
-            -
-              class: Pod::Weaver::Section::Generic
-              name: DESCRIPTION
-              version: '4.015'
-            -
-              class: Pod::Weaver::Section::Generic
-              name: OVERVIEW
-              version: '4.015'
-            -
-              class: Pod::Weaver::Section::Collect
-              name: ATTRIBUTES
-              version: '4.015'
-            -
-              class: Pod::Weaver::Section::Collect
-              name: METHODS
-              version: '4.015'
-            -
-              class: Pod::Weaver::Section::Collect
-              name: FUNCTIONS
-              version: '4.015'
-            -
-              class: Pod::Weaver::Section::Leftovers
-              name: '@Default/Leftovers'
-              version: '4.015'
-            -
-              class: Pod::Weaver::Section::Region
-              name: '@Default/postlude'
-              version: '4.015'
-            -
-              class: Pod::Weaver::Section::Authors
-              name: '@Default/Authors'
-              version: '4.015'
-            -
-              class: Pod::Weaver::Section::Legal
-              name: '@Default/Legal'
-              version: '4.015'
-      name: '@Author::OALDERS/PodWeaver'
-      version: '4.008'
-    -
-      class: Dist::Zilla::Plugin::PruneCruft
-      name: '@Author::OALDERS/PruneCruft'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::CopyFilesFromBuild
-      name: '@Author::OALDERS/CopyFilesFromBuild'
-      version: '0.170880'
-    -
-      class: Dist::Zilla::Plugin::GithubMeta
-      name: '@Author::OALDERS/GithubMeta'
-      version: '0.58'
-    -
-      class: Dist::Zilla::Plugin::Git::GatherDir
-      config:
-        Dist::Zilla::Plugin::GatherDir:
-          exclude_filename:
-            - Install
-            - LICENSE
-            - META.json
-            - Makefile.PL
-            - README.md
-            - cpanfile
-          exclude_match: []
-          follow_symlinks: 0
-          include_dotfiles: 0
-          prefix: ''
-          prune_directory: []
-          root: .
-        Dist::Zilla::Plugin::Git::GatherDir:
-          include_untracked: 0
-      name: '@Author::OALDERS/Git::GatherDir'
-      version: '2.046'
-    -
-      class: Dist::Zilla::Plugin::CopyFilesFromRelease
-      config:
-        Dist::Zilla::Plugin::CopyFilesFromRelease:
-          filename:
-            - Install
-          match: []
-      name: '@Author::OALDERS/CopyFilesFromRelease'
-      version: '0.006'
-    -
-      class: Dist::Zilla::Plugin::Git::Check
-      config:
-        Dist::Zilla::Plugin::Git::Check:
-          untracked_files: die
-        Dist::Zilla::Role::Git::DirtyFiles:
-          allow_dirty:
-            - Changes
-            - Install
-            - LICENSE
-            - META.json
-            - Makefile.PL
-            - README.md
-            - cpanfile
-            - dist.ini
-          allow_dirty_match: []
-          changelog: Changes
-        Dist::Zilla::Role::Git::Repo:
-          git_version: 2.24.0
-          repo_root: .
-      name: '@Author::OALDERS/Git::Check'
-      version: '2.046'
-    -
-      class: Dist::Zilla::Plugin::Git::Contributors
-      config:
-        Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.24.0
-          include_authors: 0
-          include_releaser: 1
-          order_by: name
-          paths: []
-      name: '@Author::OALDERS/Git::Contributors'
-      version: '0.035'
-    -
-      class: Dist::Zilla::Plugin::ReadmeAnyFromPod
-      config:
-        Dist::Zilla::Role::FileWatcher:
-          version: '0.006'
-      name: '@Author::OALDERS/ReadmeMdInBuild'
-      version: '0.163250'
-    -
-      class: Dist::Zilla::Plugin::StaticInstall
-      config:
-        Dist::Zilla::Plugin::StaticInstall:
-          dry_run: 0
-          mode: on
-      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'
-    -
-      class: Dist::Zilla::Plugin::CheckIssues
-      name: '@Author::OALDERS/CheckIssues'
-      version: '0.011'
-    -
-      class: Dist::Zilla::Plugin::ConfirmRelease
-      name: '@Author::OALDERS/ConfirmRelease'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::UploadToCPAN
-      name: '@Author::OALDERS/UploadToCPAN'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::Prereqs
-      config:
-        Dist::Zilla::Plugin::Prereqs:
-          phase: develop
-          type: recommends
-      name: '@Author::OALDERS/@Git::VersionManager/pluginbundle version'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::RewriteVersion::Transitional
-      config:
-        Dist::Zilla::Plugin::RewriteVersion:
-          add_tarball_name: 0
-          finders:
-            - ':ExecFiles'
-            - ':InstallModules'
-          global: 0
-          skip_version_provider: 0
-        Dist::Zilla::Plugin::RewriteVersion::Transitional: {}
-      name: '@Author::OALDERS/@Git::VersionManager/RewriteVersion::Transitional'
-      version: '0.009'
-    -
-      class: Dist::Zilla::Plugin::MetaProvides::Update
-      name: '@Author::OALDERS/@Git::VersionManager/MetaProvides::Update'
-      version: '0.007'
-    -
-      class: Dist::Zilla::Plugin::CopyFilesFromRelease
-      config:
-        Dist::Zilla::Plugin::CopyFilesFromRelease:
-          filename:
-            - Changes
-          match: []
-      name: '@Author::OALDERS/@Git::VersionManager/CopyFilesFromRelease'
-      version: '0.006'
-    -
-      class: Dist::Zilla::Plugin::Git::Commit
-      config:
-        Dist::Zilla::Plugin::Git::Commit:
-          add_files_in: []
-          commit_msg: v%V%n%n%c
-        Dist::Zilla::Role::Git::DirtyFiles:
-          allow_dirty:
-            - Changes
-            - Install
-            - LICENSE
-            - META.json
-            - Makefile.PL
-            - README.md
-            - cpanfile
-            - dist.ini
-          allow_dirty_match: []
-          changelog: Changes
-        Dist::Zilla::Role::Git::Repo:
-          git_version: 2.24.0
-          repo_root: .
-        Dist::Zilla::Role::Git::StringFormatter:
-          time_zone: local
-      name: '@Author::OALDERS/@Git::VersionManager/release snapshot'
-      version: '2.046'
-    -
-      class: Dist::Zilla::Plugin::Git::Tag
-      config:
-        Dist::Zilla::Plugin::Git::Tag:
-          branch: ~
-          changelog: Changes
-          signed: 0
-          tag: v6.05
-          tag_format: v%V
-          tag_message: v%V
-        Dist::Zilla::Role::Git::Repo:
-          git_version: 2.24.0
-          repo_root: .
-        Dist::Zilla::Role::Git::StringFormatter:
-          time_zone: local
-      name: '@Author::OALDERS/@Git::VersionManager/Git::Tag'
-      version: '2.046'
-    -
-      class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
-      config:
-        Dist::Zilla::Plugin::BumpVersionAfterRelease:
-          finders:
-            - ':ExecFiles'
-            - ':InstallModules'
-          global: 0
-          munge_makefile_pl: 1
-        Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional: {}
-      name: '@Author::OALDERS/@Git::VersionManager/BumpVersionAfterRelease::Transitional'
-      version: '0.009'
-    -
-      class: Dist::Zilla::Plugin::NextRelease
-      name: '@Author::OALDERS/@Git::VersionManager/NextRelease'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::Git::Commit
-      config:
-        Dist::Zilla::Plugin::Git::Commit:
-          add_files_in: []
-          commit_msg: 'increment $VERSION after %v release'
-        Dist::Zilla::Role::Git::DirtyFiles:
-          allow_dirty:
-            - Build.PL
-            - Changes
-            - Makefile.PL
-          allow_dirty_match:
-            - (?^:^lib/.*\.pm$)
-          changelog: Changes
-        Dist::Zilla::Role::Git::Repo:
-          git_version: 2.24.0
-          repo_root: .
-        Dist::Zilla::Role::Git::StringFormatter:
-          time_zone: local
-      name: '@Author::OALDERS/@Git::VersionManager/post-release commit'
-      version: '2.046'
-    -
-      class: Dist::Zilla::Plugin::Git::Push
-      config:
-        Dist::Zilla::Plugin::Git::Push:
-          push_to:
-            - origin
-          remotes_must_exist: 1
-        Dist::Zilla::Role::Git::Repo:
-          git_version: 2.24.0
-          repo_root: .
-      name: '@Author::OALDERS/Git::Push'
-      version: '2.046'
-    -
-      class: Dist::Zilla::Plugin::MetaResources
-      name: MetaResources
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::Prereqs
-      config:
-        Dist::Zilla::Plugin::Prereqs:
-          phase: runtime
-          type: requires
-      name: Prereqs
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::Test::ChangesHasContent
-      name: Test::ChangesHasContent
-      version: '0.011'
-    -
-      class: Dist::Zilla::Plugin::Test::Compile
-      config:
-        Dist::Zilla::Plugin::Test::Compile:
-          bail_out_on_fail: '0'
-          fail_on_warning: author
-          fake_home: 0
-          filename: t/00-compile.t
-          module_finder:
-            - ':InstallModules'
-          needs_display: 0
-          phase: test
-          script_finder:
-            - ':PerlExecFiles'
-          skips: []
-          switch: []
-      name: Test::Compile
-      version: '2.058'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':InstallModules'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':IncModules'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':TestFiles'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':ExtraTestFiles'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':ExecFiles'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':PerlExecFiles'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':ShareFiles'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':MainModule'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':AllFiles'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':NoFiles'
-      version: '6.012'
-  zilla:
-    class: Dist::Zilla::Dist::Builder
-    config:
-      is_trial: '0'
-    version: '6.012'
-x_contributors:
-  - 'Adam Kennedy <adamk@cpan.org>'
-  - 'Adam Sjogren <asjo@koldfront.dk>'
-  - 'Alexey Tourbin <at@altlinux.ru>'
-  - 'Alex Kapranoff <ka@nadoby.ru>'
-  - 'amire80 <amir.aharoni@gmail.com>'
-  - 'Andreas J. Koenig <andreas.koenig@anima.de>'
-  - 'Bill Mann <wfmann@alum.mit.edu>'
-  - 'Bron Gondwana <brong@fastmail.fm>'
-  - 'Daniel Hedlund <Daniel.Hedlund@eprize.com>'
-  - 'David E. Wheeler <david@justatheory.com>'
-  - 'DAVIDRW <davidrw@cpan.org>'
-  - 'Father Chrysostomos <sprout@cpan.org>'
-  - 'FWILES <FWILES@cpan.org>'
-  - 'Gavin Peters <gpeters@deepsky.com>'
-  - 'Gisle Aas <aas@oslonett.no>'
-  - 'Gisle Aas <gisle.aas@it.uib.no>'
-  - 'Gisle Aas <gisle@aas.no>'
-  - 'Gisle Aas <gisle@baux-2.lan>'
-  - 'Graeme Thompson <Graeme.Thompson@mobilecohesion.com>'
-  - 'Hans-H. Froehlich <hfroehlich@co-de-co.de>'
-  - 'Ian Kilgore <iank@cpan.org>'
-  - 'Jacob J <waif@chaos2.org>'
-  - 'James Raspass <jraspass@gmail.com>'
-  - 'jefflee <shaohua@gmail.com>'
-  - 'john9art <john9art@yahoo.com>'
-  - 'Mark Stosberg <mark@stosberg.com>'
-  - 'Mark Stosberg <MARKSTOS@cpan.org>'
-  - 'Mark Stosberg <mark@summersault.com>'
-  - 'Mike Schilli <mschilli@yahoo-inc.com>'
-  - 'mschilli <github@perlmeister.com>'
-  - 'murphy <murphy@genome.chop.edu>'
-  - 'Olaf Alders <olaf@wundersolutions.com>'
-  - 'Ondrej Hanak <ondrej.hanak@ubs.com>'
-  - 'Peter Rabbitson <ribasushi@cpan.org>'
-  - 'Philip J. Ludlam <p.ludlam@cv-library.co.uk>'
-  - 'phrstbrn <phrstbrn@gmail.com>'
-  - 'pnull <github@jamit.de>'
-  - 'Robert Stone <talby@trap.mtview.ca.us>'
-  - 'Rolf Grossmann <rg@progtech.net>'
-  - 'ruff <ruff@ukrpost.net>'
-  - 'sasao <sasao@yugen.org>'
-  - 'Sean M. Burke <sburke@cpan.org>'
-  - 'Slaven Rezic <slaven@rezic.de>'
-  - 'Slaven Rezic <srezic@iconmobile.com>'
-  - 'Spiros Denaxas <s.denaxas@gmail.com>'
-  - 'Steve Hay <SteveHay@planit.com>'
-  - 'Todd Lipcon <todd@amiestreet.com>'
-  - 'Tom Hukins <tom@eborcom.com>'
-  - 'Tony Finch <dot@dotat.at>'
-  - 'Toru Yamaguchi <zigorou@cpan.org>'
-  - 'uid39246 <uid39246>'
-  - 'Ville Skytta <ville.skytta@iki.fi>'
-  - 'Yuri Karaban <tech@askold.net>'
-  - 'Zefram <zefram@fysh.org>'
-x_generated_by_perl: v5.26.1
-x_serialization_backend: 'YAML::Tiny version 1.73'
-x_static_install: 1
+version: '6.06'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/Makefile.PL b/Makefile.PL
index 5053c15..99f9a39 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -31,7 +31,7 @@ my %WriteMakefileArgs = (
     "Test::More" => 0,
     "warnings" => 0
   },
-  "VERSION" => "6.05",
+  "VERSION" => "6.06",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff --git a/README.md b/README.md
index 0b2b6f2..0e2056c 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
 
 HTTP::Date - HTTP::Date - date conversion routines
 
+[![Build Status](https://travis-ci.org/libwww-perl/HTTP-Date.png?branch=master)](https://travis-ci.org/libwww-perl/HTTP-Date)
+
 # VERSION
 
 version 6.05
diff --git a/debian/changelog b/debian/changelog
index 3f15896..2af7345 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libhttp-date-perl (6.05-2) UNRELEASED; urgency=medium
+libhttp-date-perl (6.05+git20200414.1.a31441d-1) UNRELEASED; urgency=medium
 
   * Update standards version to 4.5.0, no changes needed.
+  * New upstream snapshot.
 
- -- Debian Janitor <janitor@jelmer.uk>  Tue, 28 Apr 2020 10:52:48 +0000
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 23 Feb 2022 08:14:42 -0000
 
 libhttp-date-perl (6.05-1) unstable; urgency=medium
 
diff --git a/dist.ini b/dist.ini
index 50db17b..ad52ee3 100644
--- a/dist.ini
+++ b/dist.ini
@@ -3,7 +3,7 @@ author  = Gisle Aas <gisle@activestate.com>
 license = Perl_5
 main_module = lib/HTTP/Date.pm
 copyright_holder = Gisle Aas
-copyright_year   = 1995-2019
+copyright_year   = 1995
 
 [@Author::OALDERS]
 StaticInstall.mode = on
@@ -21,5 +21,11 @@ x_MailingList = mailto:libwww@perl.org
 perl = 5.006002
 Time::Local = 1.28
 
+; We run release tests in travis. but make the changes-has-content test TODO only for master.
+; This will prod pull request submitters to add a Changes entry.
 [Test::ChangesHasContent]
+[Substitute / changes_has_content.t]
+file = xt/release/changes_has_content.t
+code = s{^(note 'Checking Changes')}{if \(\(\$ENV\{TRAVIS_PULL_REQUEST\} \|\| '') eq 'false'\) \{\n  chomp\(my \$branch_name = \(\$ENV\{TRAVIS_BRANCH\} || \`git rev-parse --abbrev-ref HEAD\`\)\);\n  \$TODO = 'Changes need not have content for this release yet if this is only the master branch'\n    if \(\$branch_name \|\| ''\) eq 'master';\n\}\n\n$1}
+
 [Test::Compile]
diff --git a/lib/HTTP/Date.pm b/lib/HTTP/Date.pm
index a57d0b8..b3386dc 100644
--- a/lib/HTTP/Date.pm
+++ b/lib/HTTP/Date.pm
@@ -2,7 +2,7 @@ package HTTP::Date;
 
 use strict;
 
-our $VERSION = '6.05';
+our $VERSION = '6.06';
 
 require Exporter;
 our @ISA       = qw(Exporter);
@@ -276,21 +276,8 @@ sub time2isoz (;$) {
 
 # ABSTRACT: HTTP::Date - date conversion routines
 #
-
 __END__
 
-=pod
-
-=encoding UTF-8
-
-=head1 NAME
-
-HTTP::Date - HTTP::Date - date conversion routines
-
-=head1 VERSION
-
-version 6.05
-
 =head1 SYNOPSIS
 
  use HTTP::Date;
@@ -398,21 +385,11 @@ string representing time in the local time zone.
 Same as time2str(), but returns a "YYYY-MM-DD hh:mm:ssZ"-formatted
 string representing Universal Time.
 
+
 =back
 
 =head1 SEE ALSO
 
 L<perlfunc/time>, L<Time::Zone>
 
-=head1 AUTHOR
-
-Gisle Aas <gisle@activestate.com>
-
-=head1 COPYRIGHT AND LICENSE
-
-This software is copyright (c) 1995-2019 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.
-
 =cut
diff --git a/t/00-compile.t b/t/00-compile.t
deleted file mode 100644
index f1c99cd..0000000
--- a/t/00-compile.t
+++ /dev/null
@@ -1,60 +0,0 @@
-use 5.006;
-use strict;
-use warnings;
-
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058
-
-use Test::More;
-
-plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
-
-my @module_files = (
-    'HTTP/Date.pm'
-);
-
-
-
-# no fake home requested
-
-my @switches = (
-    -d 'blib' ? '-Mblib' : '-Ilib',
-);
-
-use File::Spec;
-use IPC::Open3;
-use IO::Handle;
-
-open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!";
-
-my @warnings;
-for my $lib (@module_files)
-{
-    # see L<perlfaq8/How can I capture STDERR from an external command?>
-    my $stderr = IO::Handle->new;
-
-    diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} . $str . q{'} }
-            $^X, @switches, '-e', "require q[$lib]"))
-        if $ENV{PERL_COMPILE_TEST_DEBUG};
-
-    my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e', "require q[$lib]");
-    binmode $stderr, ':crlf' if $^O eq 'MSWin32';
-    my @_warnings = <$stderr>;
-    waitpid($pid, 0);
-    is($?, 0, "$lib loaded ok");
-
-    shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
-        and not eval { +require blib; blib->VERSION('1.01') };
-
-    if (@_warnings)
-    {
-        warn @_warnings;
-        push @warnings, @_warnings;
-    }
-}
-
-
-
-is(scalar(@warnings), 0, 'no warnings found')
-    or diag 'got warnings: ', ( Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings) ) if $ENV{AUTHOR_TESTING};
-
-
diff --git a/t/00-report-prereqs.dd b/t/00-report-prereqs.dd
deleted file mode 100644
index ef29561..0000000
--- a/t/00-report-prereqs.dd
+++ /dev/null
@@ -1,61 +0,0 @@
-do { my $x = {
-       'configure' => {
-                        'requires' => {
-                                        'ExtUtils::MakeMaker' => '0'
-                                      }
-                      },
-       'develop' => {
-                      'recommends' => {
-                                        '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',
-                                      'Code::TidyAll::Plugin::UniqueLines' => '0.000003',
-                                      'Encode' => '0',
-                                      'Parallel::ForkManager' => '1.19',
-                                      'Perl::Critic' => '1.132',
-                                      'Perl::Tidy' => '20180220',
-                                      'Pod::Coverage::TrustPod' => '0',
-                                      'Pod::Wordlist' => '0',
-                                      'Test::CPAN::Changes' => '0.19',
-                                      'Test::EOL' => '0',
-                                      'Test::Mojibake' => '0',
-                                      'Test::More' => '0.96',
-                                      'Test::Pod' => '1.41',
-                                      'Test::Pod::Coverage' => '1.08',
-                                      'Test::Portability::Files' => '0',
-                                      'Test::Spelling' => '0.12',
-                                      'Test::Vars' => '0.014',
-                                      'Test::Version' => '1',
-                                      'warnings' => '0'
-                                    }
-                    },
-       'runtime' => {
-                      'requires' => {
-                                      'Exporter' => '0',
-                                      'Time::Local' => '1.28',
-                                      'Time::Zone' => '0',
-                                      'perl' => '5.006002',
-                                      'strict' => '0'
-                                    }
-                    },
-       'test' => {
-                   'recommends' => {
-                                     'CPAN::Meta' => '2.120900'
-                                   },
-                   'requires' => {
-                                   'ExtUtils::MakeMaker' => '0',
-                                   'File::Spec' => '0',
-                                   'IO::Handle' => '0',
-                                   'IPC::Open3' => '0',
-                                   'Test' => '0',
-                                   'Test::More' => '0',
-                                   'perl' => '5.006002',
-                                   'warnings' => '0'
-                                 }
-                 }
-     };
-  $x;
- }
\ No newline at end of file
diff --git a/t/00-report-prereqs.t b/t/00-report-prereqs.t
deleted file mode 100644
index c72183a..0000000
--- a/t/00-report-prereqs.t
+++ /dev/null
@@ -1,193 +0,0 @@
-#!perl
-
-use strict;
-use warnings;
-
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
-
-use Test::More tests => 1;
-
-use ExtUtils::MakeMaker;
-use File::Spec;
-
-# from $version::LAX
-my $lax_version_re =
-    qr/(?: undef | (?: (?:[0-9]+) (?: \. | (?:\.[0-9]+) (?:_[0-9]+)? )?
-            |
-            (?:\.[0-9]+) (?:_[0-9]+)?
-        ) | (?:
-            v (?:[0-9]+) (?: (?:\.[0-9]+)+ (?:_[0-9]+)? )?
-            |
-            (?:[0-9]+)? (?:\.[0-9]+){2,} (?:_[0-9]+)?
-        )
-    )/x;
-
-# hide optional CPAN::Meta modules from prereq scanner
-# and check if they are available
-my $cpan_meta = "CPAN::Meta";
-my $cpan_meta_pre = "CPAN::Meta::Prereqs";
-my $HAS_CPAN_META = eval "require $cpan_meta; $cpan_meta->VERSION('2.120900')" && eval "require $cpan_meta_pre"; ## no critic
-
-# Verify requirements?
-my $DO_VERIFY_PREREQS = 1;
-
-sub _max {
-    my $max = shift;
-    $max = ( $_ > $max ) ? $_ : $max for @_;
-    return $max;
-}
-
-sub _merge_prereqs {
-    my ($collector, $prereqs) = @_;
-
-    # CPAN::Meta::Prereqs object
-    if (ref $collector eq $cpan_meta_pre) {
-        return $collector->with_merged_prereqs(
-            CPAN::Meta::Prereqs->new( $prereqs )
-        );
-    }
-
-    # Raw hashrefs
-    for my $phase ( keys %$prereqs ) {
-        for my $type ( keys %{ $prereqs->{$phase} } ) {
-            for my $module ( keys %{ $prereqs->{$phase}{$type} } ) {
-                $collector->{$phase}{$type}{$module} = $prereqs->{$phase}{$type}{$module};
-            }
-        }
-    }
-
-    return $collector;
-}
-
-my @include = qw(
-
-);
-
-my @exclude = qw(
-
-);
-
-# Add static prereqs to the included modules list
-my $static_prereqs = do './t/00-report-prereqs.dd';
-
-# Merge all prereqs (either with ::Prereqs or a hashref)
-my $full_prereqs = _merge_prereqs(
-    ( $HAS_CPAN_META ? $cpan_meta_pre->new : {} ),
-    $static_prereqs
-);
-
-# Add dynamic prereqs to the included modules list (if we can)
-my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
-my $cpan_meta_error;
-if ( $source && $HAS_CPAN_META
-    && (my $meta = eval { CPAN::Meta->load_file($source) } )
-) {
-    $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
-}
-else {
-    $cpan_meta_error = $@;    # capture error from CPAN::Meta->load_file($source)
-    $source = 'static metadata';
-}
-
-my @full_reports;
-my @dep_errors;
-my $req_hash = $HAS_CPAN_META ? $full_prereqs->as_string_hash : $full_prereqs;
-
-# Add static includes into a fake section
-for my $mod (@include) {
-    $req_hash->{other}{modules}{$mod} = 0;
-}
-
-for my $phase ( qw(configure build test runtime develop other) ) {
-    next unless $req_hash->{$phase};
-    next if ($phase eq 'develop' and not $ENV{AUTHOR_TESTING});
-
-    for my $type ( qw(requires recommends suggests conflicts modules) ) {
-        next unless $req_hash->{$phase}{$type};
-
-        my $title = ucfirst($phase).' '.ucfirst($type);
-        my @reports = [qw/Module Want Have/];
-
-        for my $mod ( sort keys %{ $req_hash->{$phase}{$type} } ) {
-            next if $mod eq 'perl';
-            next if grep { $_ eq $mod } @exclude;
-
-            my $file = $mod;
-            $file =~ s{::}{/}g;
-            $file .= ".pm";
-            my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC;
-
-            my $want = $req_hash->{$phase}{$type}{$mod};
-            $want = "undef" unless defined $want;
-            $want = "any" if !$want && $want == 0;
-
-            my $req_string = $want eq 'any' ? 'any version required' : "version '$want' required";
-
-            if ($prefix) {
-                my $have = MM->parse_version( File::Spec->catfile($prefix, $file) );
-                $have = "undef" unless defined $have;
-                push @reports, [$mod, $want, $have];
-
-                if ( $DO_VERIFY_PREREQS && $HAS_CPAN_META && $type eq 'requires' ) {
-                    if ( $have !~ /\A$lax_version_re\z/ ) {
-                        push @dep_errors, "$mod version '$have' cannot be parsed ($req_string)";
-                    }
-                    elsif ( ! $full_prereqs->requirements_for( $phase, $type )->accepts_module( $mod => $have ) ) {
-                        push @dep_errors, "$mod version '$have' is not in required range '$want'";
-                    }
-                }
-            }
-            else {
-                push @reports, [$mod, $want, "missing"];
-
-                if ( $DO_VERIFY_PREREQS && $type eq 'requires' ) {
-                    push @dep_errors, "$mod is not installed ($req_string)";
-                }
-            }
-        }
-
-        if ( @reports ) {
-            push @full_reports, "=== $title ===\n\n";
-
-            my $ml = _max( map { length $_->[0] } @reports );
-            my $wl = _max( map { length $_->[1] } @reports );
-            my $hl = _max( map { length $_->[2] } @reports );
-
-            if ($type eq 'modules') {
-                splice @reports, 1, 0, ["-" x $ml, "", "-" x $hl];
-                push @full_reports, map { sprintf("    %*s %*s\n", -$ml, $_->[0], $hl, $_->[2]) } @reports;
-            }
-            else {
-                splice @reports, 1, 0, ["-" x $ml, "-" x $wl, "-" x $hl];
-                push @full_reports, map { sprintf("    %*s %*s %*s\n", -$ml, $_->[0], $wl, $_->[1], $hl, $_->[2]) } @reports;
-            }
-
-            push @full_reports, "\n";
-        }
-    }
-}
-
-if ( @full_reports ) {
-    diag "\nVersions for all modules listed in $source (including optional ones):\n\n", @full_reports;
-}
-
-if ( $cpan_meta_error || @dep_errors ) {
-    diag "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***\n";
-}
-
-if ( $cpan_meta_error ) {
-    my ($orig_source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
-    diag "\nCPAN::Meta->load_file('$orig_source') failed with: $cpan_meta_error\n";
-}
-
-if ( @dep_errors ) {
-    diag join("\n",
-        "\nThe following REQUIRED prerequisites were not satisfied:\n",
-        @dep_errors,
-        "\n"
-    );
-}
-
-pass;
-
-# vim: ts=4 sts=4 sw=4 et:
diff --git a/xt/author/eol.t b/xt/author/eol.t
deleted file mode 100644
index 69f3dfd..0000000
--- a/xt/author/eol.t
+++ /dev/null
@@ -1,18 +0,0 @@
-use strict;
-use warnings;
-
-# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19
-
-use Test::More 0.88;
-use Test::EOL;
-
-my @files = (
-    'lib/HTTP/Date.pm',
-    't/00-compile.t',
-    't/00-report-prereqs.dd',
-    't/00-report-prereqs.t',
-    't/date.t'
-);
-
-eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
-done_testing;
diff --git a/xt/author/mojibake.t b/xt/author/mojibake.t
deleted file mode 100644
index 5ef161e..0000000
--- a/xt/author/mojibake.t
+++ /dev/null
@@ -1,9 +0,0 @@
-#!perl
-
-use strict;
-use warnings qw(all);
-
-use Test::More;
-use Test::Mojibake;
-
-all_files_encoding_ok();
diff --git a/xt/author/pod-coverage.t b/xt/author/pod-coverage.t
deleted file mode 100644
index 66b3b64..0000000
--- a/xt/author/pod-coverage.t
+++ /dev/null
@@ -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 --git a/xt/author/pod-spell.t b/xt/author/pod-spell.t
deleted file mode 100644
index 35dafa1..0000000
--- a/xt/author/pod-spell.t
+++ /dev/null
@@ -1,139 +0,0 @@
-use strict;
-use warnings;
-use Test::More;
-
-# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007005
-use Test::Spelling 0.12;
-use Pod::Wordlist;
-
-
-add_stopwords(<DATA>);
-all_pod_files_spelling_ok( qw( bin lib ) );
-__DATA__
-Aas
-Adam
-Alders
-Alders'
-Alex
-Alexey
-Andreas
-Bill
-Bron
-Burke
-Chrysostomos
-DAVIDRW
-Daniel
-Date
-David
-Denaxas
-FWILES
-Father
-Finch
-Froehlich
-Gavin
-Gisle
-Gondwana
-Graeme
-Grossmann
-HTTP
-Hanak
-Hans
-Hay
-Hedlund
-Hukins
-Ian
-Jacob
-James
-Kapranoff
-Karaban
-Kennedy
-Kilgore
-Koenig
-Lipcon
-Ludlam
-MARKSTOS
-Mann
-Mark
-Mike
-Olaf
-Ondrej
-Peter
-Peters
-Philip
-Rabbitson
-Raspass
-Rezic
-Robert
-Rolf
-Schilli
-Sean
-Sjogren
-Skytta
-Slaven
-Spiros
-Steve
-SteveHay
-Stone
-Stosberg
-TZ
-Thompson
-Todd
-Tom
-Tony
-Toru
-Tourbin
-Ville
-Wheeler
-YYYY
-Yamaguchi
-Yuri
-Zefram
-aas
-adamk
-amir
-amire80
-andreas
-asjo
-at
-brong
-david
-davidrw
-denaxas
-dot
-gisle
-github
-gpeters
-hfroehlich
-iank
-jefflee
-john9art
-jraspass
-ka
-lib
-ludlam
-mark
-mschilli
-murphy
-olaf
-ondrej
-phrstbrn
-pnull
-rg
-ribasushi
-ruff
-sasao
-sburke
-shaohua
-slaven
-sprout
-srezic
-talby
-tech
-todd
-tom
-uid39246
-ville
-waif
-wfmann
-zefram
-zigorou
diff --git a/xt/author/pod-syntax.t b/xt/author/pod-syntax.t
deleted file mode 100644
index e563e5d..0000000
--- a/xt/author/pod-syntax.t
+++ /dev/null
@@ -1,7 +0,0 @@
-#!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 --git a/xt/author/portability.t b/xt/author/portability.t
deleted file mode 100644
index c531252..0000000
--- a/xt/author/portability.t
+++ /dev/null
@@ -1,10 +0,0 @@
-use strict;
-use warnings;
-
-use Test::More;
-
-eval 'use Test::Portability::Files';
-plan skip_all => 'Test::Portability::Files required for testing portability'
-    if $@;
-
-run_tests();
diff --git a/xt/author/test-version.t b/xt/author/test-version.t
deleted file mode 100644
index 247ba9a..0000000
--- a/xt/author/test-version.t
+++ /dev/null
@@ -1,23 +0,0 @@
-use strict;
-use warnings;
-use Test::More;
-
-# generated by Dist::Zilla::Plugin::Test::Version 1.09
-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 --git a/xt/release/changes_has_content.t b/xt/release/changes_has_content.t
deleted file mode 100644
index fd14fe5..0000000
--- a/xt/release/changes_has_content.t
+++ /dev/null
@@ -1,42 +0,0 @@
-use Test::More tests => 2;
-
-note 'Checking Changes';
-my $changes_file = 'Changes';
-my $newver = '6.05';
-my $trial_token = '-TRIAL';
-my $encoding = 'UTF-8';
-
-SKIP: {
-    ok(-e $changes_file, "$changes_file file exists")
-        or skip 'Changes is missing', 1;
-
-    ok(_get_changes($newver), "$changes_file has content for $newver");
-}
-
-done_testing;
-
-sub _get_changes
-{
-    my $newver = shift;
-
-    # parse changelog to find commit message
-    open(my $fh, '<', $changes_file) or die "cannot open $changes_file: $!";
-    my $changelog = join('', <$fh>);
-    if ($encoding) {
-        require Encode;
-        $changelog = Encode::decode($encoding, $changelog, Encode::FB_CROAK());
-    }
-    close $fh;
-
-    my @content =
-        grep { /^$newver(?:$trial_token)?(?:\s+|$)/ ... /^\S/ } # from newver to un-indented
-        split /\n/, $changelog;
-    shift @content; # drop the version line
-
-    # drop unindented last line and trailing blank lines
-    pop @content while ( @content && $content[-1] =~ /^(?:\S|\s*$)/ );
-
-    # return number of non-blank lines
-    return scalar @content;
-}
-
diff --git a/xt/release/cpan-changes.t b/xt/release/cpan-changes.t
deleted file mode 100644
index 286005a..0000000
--- a/xt/release/cpan-changes.t
+++ /dev/null
@@ -1,10 +0,0 @@
-use strict;
-use warnings;
-
-# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012
-
-use Test::More 0.96 tests => 1;
-use Test::CPAN::Changes;
-subtest 'changes_ok' => sub {
-    changes_file_ok('Changes');
-};