Created
November 5, 2019 19:35
-
-
Save oalders/925dc4ab215eeceb89ac77e99ab1acbd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Only in HTTP-Date-6.03: CONTRIBUTORS | |
| diff -rub HTTP-Date-6.02/Changes HTTP-Date-6.03/Changes | |
| --- HTTP-Date-6.02/Changes 2012-03-30 08:06:47.000000000 -0400 | |
| +++ HTTP-Date-6.03/Changes 2019-11-05 14:30:30.000000000 -0500 | |
| @@ -1,23 +1,18 @@ | |
| -_______________________________________________________________________________ | |
| -2012-03-30 HTTP-Date 6.02 | |
| +Change history for HTTP-Date | |
| -Added support for parsing dates with (faulty) double TZ spec [RT#75150] | |
| +6.03 2019-11-05 19:30:28Z | |
| + - Moved GitHub repo to libwww-perl organization | |
| -Doc tweaks. | |
| - | |
| - | |
| - | |
| -_______________________________________________________________________________ | |
| -2012-02-15 HTTP-Date 6.01 | |
| - | |
| -Restore perl-5.6 compatiblity. Drop MacOS (classic) support. | |
| - | |
| - | |
| - | |
| -_______________________________________________________________________________ | |
| -2011-02-25 HTTP-Date 6.00 | |
| - | |
| -Initial release of HTTP-Date as a separate distribution. There are no code | |
| -changes besides incrementing the version number since libwww-perl-5.837. | |
| +6.02 2012-03-30 | |
| + - Added support for parsing dates with (faulty) double TZ spec [RT#75150] | |
| + - Doc tweaks. | |
| + | |
| +6.01 2012-02-15 | |
| + - Restore perl-5.6 compatiblity. Drop MacOS (classic) support. | |
| + | |
| +6.00 2011-02-25 | |
| + - Initial release of HTTP-Date as a separate distribution. There are no | |
| + code changes besides incrementing the version number since | |
| + libwww-perl-5.837. | |
| The HTTP::Date module used to be bundled with the libwww-perl distribution. | |
| Only in HTTP-Date-6.03: INSTALL | |
| Only in HTTP-Date-6.03: LICENSE | |
| diff -rub HTTP-Date-6.02/MANIFEST HTTP-Date-6.03/MANIFEST | |
| --- HTTP-Date-6.02/MANIFEST 2012-03-30 08:07:25.000000000 -0400 | |
| +++ HTTP-Date-6.03/MANIFEST 2019-11-05 14:30:30.000000000 -0500 | |
| @@ -1,7 +1,30 @@ | |
| +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012. | |
| +CONTRIBUTORS | |
| Changes | |
| -lib/HTTP/Date.pm | |
| +INSTALL | |
| +LICENSE | |
| +MANIFEST | |
| +META.json | |
| +META.yml | |
| Makefile.PL | |
| -MANIFEST This list of files | |
| README | |
| +README.md | |
| +cpanfile | |
| +dist.ini | |
| +lib/HTTP/Date.pm | |
| +perlcriticrc | |
| +perltidyrc | |
| +t/00-compile.t | |
| +t/00-report-prereqs.dd | |
| +t/00-report-prereqs.t | |
| t/date.t | |
| -META.yml Module meta-data (added by MakeMaker) | |
| +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 | |
| Only in HTTP-Date-6.03: META.json | |
| diff -rub HTTP-Date-6.02/META.yml HTTP-Date-6.03/META.yml | |
| --- HTTP-Date-6.02/META.yml 2012-03-30 08:07:25.000000000 -0400 | |
| +++ HTTP-Date-6.03/META.yml 2019-11-05 14:30:30.000000000 -0500 | |
| @@ -1,28 +1,662 @@ | |
| ---- #YAML:1.0 | |
| -name: HTTP-Date | |
| -version: 6.02 | |
| -abstract: date conversion routines | |
| +--- | |
| +abstract: 'HTTP::Date - date conversion routines' | |
| author: | |
| - - Gisle Aas <gisle@activestate.com> | |
| -license: perl | |
| -distribution_type: module | |
| -configure_requires: | |
| - ExtUtils::MakeMaker: 0 | |
| + - 'Gisle Aas <gisle@activestate.com>' | |
| build_requires: | |
| - ExtUtils::MakeMaker: 0 | |
| -requires: | |
| - perl: 5.006002 | |
| - Time::Local: 0 | |
| -resources: | |
| - MailingList: mailto:libwww@perl.org | |
| - repository: http://github.com/gisle/http-date | |
| + ExtUtils::MakeMaker: '0' | |
| + File::Spec: '0' | |
| + IO::Handle: '0' | |
| + 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' | |
| +license: perl | |
| +meta-spec: | |
| + url: http://module-build.sourceforge.net/META-spec-v1.4.html | |
| + version: '1.4' | |
| +name: HTTP-Date | |
| no_index: | |
| directory: | |
| + - examples | |
| - t | |
| - - inc | |
| -generated_by: ExtUtils::MakeMaker version 6.57_05 | |
| -meta-spec: | |
| - url: http://module-build.sourceforge.net/META-spec-v1.4.html | |
| - version: 1.4 | |
| -recommends: | |
| - Time::Zone: 0 | |
| + - xt | |
| +requires: | |
| + Exporter: '0' | |
| + Time::Local: '0' | |
| + Time::Zone: '0' | |
| + perl: '5.006002' | |
| + strict: '0' | |
| + vars: '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.03' | |
| +x_Dist_Zilla: | |
| + perl: | |
| + version: '5.030000' | |
| + 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.13' | |
| + - | |
| + 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.000037' | |
| + 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::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::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::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.23.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.23.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.23.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.03 | |
| + tag_format: v%V | |
| + tag_message: v%V | |
| + Dist::Zilla::Role::Git::Repo: | |
| + git_version: 2.23.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.23.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.23.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::MojibakeTests | |
| + name: MojibakeTests | |
| + version: '0.8' | |
| + - | |
| + class: Dist::Zilla::Plugin::Test::ChangesHasContent | |
| + name: Test::ChangesHasContent | |
| + version: '0.011' | |
| + - | |
| + 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: Test::EOL | |
| + version: '0.19' | |
| + - | |
| + class: Dist::Zilla::Plugin::Test::Portability | |
| + config: | |
| + Dist::Zilla::Plugin::Test::Portability: | |
| + options: '' | |
| + name: Test::Portability | |
| + version: '2.001000' | |
| + - | |
| + class: Dist::Zilla::Plugin::Test::Version | |
| + name: Test::Version | |
| + version: '1.09' | |
| + - | |
| + 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>' | |
| + - '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>' | |
| + - '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.30.0 | |
| +x_serialization_backend: 'YAML::Tiny version 1.73' | |
| +x_static_install: 1 | |
| diff -rub HTTP-Date-6.02/Makefile.PL HTTP-Date-6.03/Makefile.PL | |
| --- HTTP-Date-6.02/Makefile.PL 2012-02-15 16:18:56.000000000 -0500 | |
| +++ HTTP-Date-6.03/Makefile.PL 2019-11-05 14:30:30.000000000 -0500 | |
| @@ -1,48 +1,67 @@ | |
| -#!perl -w | |
| - | |
| -require 5.006002; | |
| +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012. | |
| use strict; | |
| +use warnings; | |
| + | |
| +use 5.006002; | |
| + | |
| use ExtUtils::MakeMaker; | |
| -WriteMakefile( | |
| - NAME => 'HTTP::Date', | |
| - VERSION_FROM => 'lib/HTTP/Date.pm', | |
| - ABSTRACT_FROM => 'lib/HTTP/Date.pm', | |
| - AUTHOR => 'Gisle Aas <gisle@activestate.com>', | |
| - LICENSE => "perl", | |
| - MIN_PERL_VERSION => 5.006002, | |
| - PREREQ_PM => { | |
| - 'Time::Local' => 0, | |
| + | |
| +my %WriteMakefileArgs = ( | |
| + "ABSTRACT" => "HTTP::Date - date conversion routines", | |
| + "AUTHOR" => "Gisle Aas <gisle\@activestate.com>", | |
| + "CONFIGURE_REQUIRES" => { | |
| + "ExtUtils::MakeMaker" => 0 | |
| }, | |
| - META_MERGE => { | |
| - recommends => { | |
| - 'Time::Zone' => 0, | |
| + "DISTNAME" => "HTTP-Date", | |
| + "LICENSE" => "perl", | |
| + "MIN_PERL_VERSION" => "5.006002", | |
| + "NAME" => "HTTP::Date", | |
| + "PREREQ_PM" => { | |
| + "Exporter" => 0, | |
| + "Time::Local" => 0, | |
| + "Time::Zone" => 0, | |
| + "strict" => 0, | |
| + "vars" => 0 | |
| }, | |
| - resources => { | |
| - repository => 'http://github.com/gisle/http-date', | |
| - MailingList => 'mailto:libwww@perl.org', | |
| - } | |
| + "TEST_REQUIRES" => { | |
| + "ExtUtils::MakeMaker" => 0, | |
| + "File::Spec" => 0, | |
| + "IO::Handle" => 0, | |
| + "IPC::Open3" => 0, | |
| + "Test" => 0, | |
| + "Test::More" => 0, | |
| + "warnings" => 0 | |
| }, | |
| + "VERSION" => "6.03", | |
| + "test" => { | |
| + "TESTS" => "t/*.t" | |
| + } | |
| ); | |
| -BEGIN { | |
| - # compatibility with older versions of MakeMaker | |
| - my $developer = -f ".gitignore"; | |
| - my %mm_req = ( | |
| - LICENCE => 6.31, | |
| - META_MERGE => 6.45, | |
| - META_ADD => 6.45, | |
| - MIN_PERL_VERSION => 6.48, | |
| - ); | |
| - undef(*WriteMakefile); | |
| - *WriteMakefile = sub { | |
| - my %arg = @_; | |
| - for (keys %mm_req) { | |
| - unless (eval { ExtUtils::MakeMaker->VERSION($mm_req{$_}) }) { | |
| - warn "$_ $@" if $developer; | |
| - delete $arg{$_}; | |
| - } | |
| - } | |
| - ExtUtils::MakeMaker::WriteMakefile(%arg); | |
| - }; | |
| +my %FallbackPrereqs = ( | |
| + "Exporter" => 0, | |
| + "ExtUtils::MakeMaker" => 0, | |
| + "File::Spec" => 0, | |
| + "IO::Handle" => 0, | |
| + "IPC::Open3" => 0, | |
| + "Test" => 0, | |
| + "Test::More" => 0, | |
| + "Time::Local" => 0, | |
| + "Time::Zone" => 0, | |
| + "strict" => 0, | |
| + "vars" => 0, | |
| + "warnings" => 0 | |
| +); | |
| + | |
| + | |
| +unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { | |
| + delete $WriteMakefileArgs{TEST_REQUIRES}; | |
| + delete $WriteMakefileArgs{BUILD_REQUIRES}; | |
| + $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs; | |
| } | |
| + | |
| +delete $WriteMakefileArgs{CONFIGURE_REQUIRES} | |
| + unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; | |
| + | |
| +WriteMakefile(%WriteMakefileArgs); | |
| Only in HTTP-Date-6.03: README.md | |
| Only in HTTP-Date-6.03: cpanfile | |
| Only in HTTP-Date-6.03: dist.ini | |
| diff -rub HTTP-Date-6.02/lib/HTTP/Date.pm HTTP-Date-6.03/lib/HTTP/Date.pm | |
| --- HTTP-Date-6.02/lib/HTTP/Date.pm 2012-03-30 08:04:11.000000000 -0400 | |
| +++ HTTP-Date-6.03/lib/HTTP/Date.pm 2019-11-05 14:30:30.000000000 -0500 | |
| @@ -1,6 +1,6 @@ | |
| package HTTP::Date; | |
| -$VERSION = "6.02"; | |
| +our $VERSION = '6.03'; | |
| require Exporter; | |
| @ISA = qw(Exporter); | |
| @@ -258,11 +258,22 @@ | |
| 1; | |
| +# ABSTRACT: HTTP::Date - date conversion routines | |
| +# | |
| + | |
| __END__ | |
| +=pod | |
| + | |
| +=encoding UTF-8 | |
| + | |
| =head1 NAME | |
| -HTTP::Date - date conversion routines | |
| +HTTP::Date - HTTP::Date - date conversion routines | |
| + | |
| +=head1 VERSION | |
| + | |
| +version 6.03 | |
| =head1 SYNOPSIS | |
| @@ -371,18 +382,21 @@ | |
| 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 COPYRIGHT | |
| +=head1 AUTHOR | |
| + | |
| +Gisle Aas <gisle@activestate.com> | |
| + | |
| +=head1 COPYRIGHT AND LICENSE | |
| -Copyright 1995-1999, Gisle Aas | |
| +This software is copyright (c) 1995-2019 by Gisle Aas. | |
| -This library is free software; you can redistribute it and/or | |
| -modify it under the same terms as Perl itself. | |
| +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 | |
| Only in HTTP-Date-6.03: perlcriticrc | |
| Only in HTTP-Date-6.03: perltidyrc | |
| Only in HTTP-Date-6.03/t: 00-compile.t | |
| Only in HTTP-Date-6.03/t: 00-report-prereqs.dd | |
| Only in HTTP-Date-6.03/t: 00-report-prereqs.t | |
| Only in HTTP-Date-6.03: tidyall.ini | |
| Only in HTTP-Date-6.03: xt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment