diff -Nru libversion-util-perl-0.72/Changes libversion-util-perl-0.730/Changes --- libversion-util-perl-0.72/Changes 2016-03-02 03:29:48.000000000 +0000 +++ libversion-util-perl-0.730/Changes 2018-01-09 02:26:56.000000000 +0000 @@ -1,4 +1,7 @@ -Revision history for Version-Util +0.730 2018-01-09 (PERLANCAR) + + - Relax version regex pattern. + 0.72 2016-03-02 (PERLANCAR) diff -Nru libversion-util-perl-0.72/debian/changelog libversion-util-perl-0.730/debian/changelog --- libversion-util-perl-0.72/debian/changelog 2016-03-09 20:46:36.000000000 +0000 +++ libversion-util-perl-0.730/debian/changelog 2018-01-12 17:00:05.000000000 +0000 @@ -1,3 +1,18 @@ +libversion-util-perl (0.730-1) unstable; urgency=medium + + * Team upload. + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * debian/upstream/metadata: use HTTPS for GitHub URLs. + + * Import upstream version 0.730. + * Update debian/upstream/metadata. + * Update years of upstream copyright. + * Drop ancient alternative build dependency on Test::More. + * Declare compliance with Debian Policy 4.1.3. + * Bump debhelper compatibility level to 10. + + -- gregor herrmann Fri, 12 Jan 2018 18:00:05 +0100 + libversion-util-perl (0.72-1) unstable; urgency=medium [ Salvatore Bonaccorso ] diff -Nru libversion-util-perl-0.72/debian/compat libversion-util-perl-0.730/debian/compat --- libversion-util-perl-0.72/debian/compat 2016-03-09 20:46:36.000000000 +0000 +++ libversion-util-perl-0.730/debian/compat 2018-01-12 17:00:05.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libversion-util-perl-0.72/debian/control libversion-util-perl-0.730/debian/control --- libversion-util-perl-0.72/debian/control 2016-03-09 20:46:36.000000000 +0000 +++ libversion-util-perl-0.730/debian/control 2018-01-12 17:00:05.000000000 +0000 @@ -1,17 +1,16 @@ Source: libversion-util-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group Uploaders: Lucas Kanashiro -Build-Depends: debhelper (>= 9) +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper (>= 10) Build-Depends-Indep: libtest-exception-perl, - perl, - perl (>= 5.13.11) | libtest-simple-perl (>= 0.98) -Standards-Version: 3.9.7 -Homepage: https://metacpan.org/release/Version-Util + perl +Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libversion-util-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libversion-util-perl.git -Testsuite: autopkgtest-pkg-perl +Homepage: https://metacpan.org/release/Version-Util Package: libversion-util-perl Architecture: all diff -Nru libversion-util-perl-0.72/debian/copyright libversion-util-perl-0.730/debian/copyright --- libversion-util-perl-0.72/debian/copyright 2016-03-09 20:46:36.000000000 +0000 +++ libversion-util-perl-0.730/debian/copyright 2018-01-12 17:00:05.000000000 +0000 @@ -1,11 +1,10 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Version-Util Upstream-Contact: perlancar Upstream-Name: Version-Util Files: * -Copyright: 2014, Steven Haryanto - 2016, perlancar +Copyright: 2014-2018, perlancar License: Artistic or GPL-1+ Files: debian/* diff -Nru libversion-util-perl-0.72/debian/upstream/metadata libversion-util-perl-0.730/debian/upstream/metadata --- libversion-util-perl-0.72/debian/upstream/metadata 2016-03-09 20:46:36.000000000 +0000 +++ libversion-util-perl-0.730/debian/upstream/metadata 2018-01-12 17:00:05.000000000 +0000 @@ -3,5 +3,5 @@ Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Version-Util Contact: perlancar Name: Version-Util -Repository: git://github.com/sharyanto/perl-Version-Util.git -Repository-Browse: https://github.com/sharyanto/perl-Version-Util +Repository: https://github.com/perlancar/perl-Version-Util.git +Repository-Browse: https://github.com/perlancar/perl-Version-Util diff -Nru libversion-util-perl-0.72/dist.ini libversion-util-perl-0.730/dist.ini --- libversion-util-perl-0.72/dist.ini 2016-03-02 03:29:48.000000000 +0000 +++ libversion-util-perl-0.730/dist.ini 2018-01-09 02:26:56.000000000 +0000 @@ -1,9 +1,9 @@ -version = 0.72 +version = 0.730 name = Version-Util [@Author::PERLANCAR] -:version=0.25 +:version=0.59 [Prereqs / TestRequires] Test::Exception=0 @@ -11,9 +11,7 @@ [Prereqs] perl=5.010001 - strict=0 version=0.77 warnings=0 - -Exporter=0 +Exporter=5.57 diff -Nru libversion-util-perl-0.72/lib/Version/Util.pm libversion-util-perl-0.730/lib/Version/Util.pm --- libversion-util-perl-0.72/lib/Version/Util.pm 2016-03-02 03:29:48.000000000 +0000 +++ libversion-util-perl-0.730/lib/Version/Util.pm 2018-01-09 02:26:56.000000000 +0000 @@ -1,7 +1,7 @@ package Version::Util; -our $DATE = '2016-03-02'; # DATE -our $VERSION = '0.72'; # VERSION +our $DATE = '2018-01-09'; # DATE +our $VERSION = '0.730'; # VERSION use 5.010001; use strict; @@ -71,7 +71,7 @@ sub _add_or_subtract_version { my ($which, $v, $inc) = @_; - state $re = qr/\Av?(\d{1,3})(?:\.(\d{1,3}))?(?:\.(\d{1,3}))?\z/; + state $re = qr/\Av?(\d{1,15})(?:\.(\d{1,3}))?(?:\.(\d{1,3}))?\z/; $v =~ $re or die "Invalid version '$v', must match $re"; my ($v_maj, $v_min, $v_pl) = ($1, $2, $3); @@ -155,7 +155,7 @@ =head1 VERSION -This document describes version 0.72 of Version::Util (from Perl distribution Version-Util), released on 2016-03-02. +This document describes version 0.730 of Version::Util (from Perl distribution Version-Util), released on 2018-01-09. =head1 DESCRIPTION @@ -215,7 +215,7 @@ =head1 SOURCE -Source repository is at L. +Source repository is at L. =head1 BUGS @@ -235,7 +235,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2016 by perlancar@cpan.org. +This software is copyright (c) 2018, 2014 by perlancar@cpan.org. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libversion-util-perl-0.72/LICENSE libversion-util-perl-0.730/LICENSE --- libversion-util-perl-0.72/LICENSE 2016-03-02 03:29:48.000000000 +0000 +++ libversion-util-perl-0.730/LICENSE 2018-01-09 02:26:56.000000000 +0000 @@ -1,4 +1,4 @@ -This software is copyright (c) 2016 by perlancar@cpan.org. +This software is copyright (c) 2018, 2014 by perlancar@cpan.org. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2016 by perlancar@cpan.org. +This software is Copyright (c) 2018, 2014 by perlancar@cpan.org. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2016 by perlancar@cpan.org. +This software is Copyright (c) 2018, 2014 by perlancar@cpan.org. This is free software, licensed under: diff -Nru libversion-util-perl-0.72/Makefile.PL libversion-util-perl-0.730/Makefile.PL --- libversion-util-perl-0.72/Makefile.PL 2016-03-02 03:29:48.000000000 +0000 +++ libversion-util-perl-0.730/Makefile.PL 2018-01-09 02:26:56.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009. use strict; use warnings; @@ -17,7 +17,7 @@ "MIN_PERL_VERSION" => "5.010001", "NAME" => "Version::Util", "PREREQ_PM" => { - "Exporter" => 0, + "Exporter" => "5.57", "strict" => 0, "version" => "0.77", "warnings" => 0 @@ -29,7 +29,7 @@ "Test::Exception" => 0, "Test::More" => "0.98" }, - "VERSION" => "0.72", + "VERSION" => "0.730", "test" => { "TESTS" => "t/*.t" } @@ -37,7 +37,7 @@ my %FallbackPrereqs = ( - "Exporter" => 0, + "Exporter" => "5.57", "File::Spec" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, diff -Nru libversion-util-perl-0.72/MANIFEST libversion-util-perl-0.730/MANIFEST --- libversion-util-perl-0.72/MANIFEST 2016-03-02 03:29:48.000000000 +0000 +++ libversion-util-perl-0.730/MANIFEST 2018-01-09 02:26:56.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.043. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009. Changes LICENSE MANIFEST @@ -10,6 +10,7 @@ lib/Version/Util.pm t/00-compile.t t/01-basics.t +t/author-critic.t t/author-pod-coverage.t t/author-pod-syntax.t weaver.ini diff -Nru libversion-util-perl-0.72/META.json libversion-util-perl-0.730/META.json --- libversion-util-perl-0.72/META.json 2016-03-02 03:29:48.000000000 +0000 +++ libversion-util-perl-0.730/META.json 2018-01-09 02:26:56.000000000 +0000 @@ -4,7 +4,7 @@ "perlancar " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150001", + "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -22,13 +22,14 @@ "develop" : { "requires" : { "Pod::Coverage::TrustPod" : "0", + "Test::Perl::Critic" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08" } }, "runtime" : { "requires" : { - "Exporter" : "0", + "Exporter" : "5.57", "perl" : "5.010001", "strict" : "0", "version" : "0.77", @@ -53,14 +54,14 @@ "homepage" : "https://metacpan.org/release/Version-Util", "repository" : { "type" : "git", - "url" : "git://github.com/sharyanto/perl-Version-Util.git", - "web" : "https://github.com/sharyanto/perl-Version-Util" + "url" : "git://github.com/perlancar/perl-Version-Util.git", + "web" : "https://github.com/perlancar/perl-Version-Util" } }, - "version" : "0.72", + "version" : "0.730", "x_Dist_Zilla" : { "perl" : { - "version" : "5.022001" + "version" : "5.024000" }, "plugins" : [ { @@ -77,52 +78,52 @@ } }, "name" : "@Author::PERLANCAR/@Filter/GatherDir", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@Author::PERLANCAR/@Filter/PruneCruft", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Author::PERLANCAR/@Filter/ManifestSkip", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::PERLANCAR/@Filter/MetaYAML", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::PERLANCAR/@Filter/License", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::PERLANCAR/@Filter/PodCoverageTests", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::PERLANCAR/@Filter/PodSyntaxTests", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::ExtraTests", "name" : "@Author::PERLANCAR/@Filter/ExtraTests", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Author::PERLANCAR/@Filter/ExecDir", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@Author::PERLANCAR/@Filter/ShareDir", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -132,42 +133,42 @@ } }, "name" : "@Author::PERLANCAR/@Filter/MakeMaker", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::PERLANCAR/@Filter/Manifest", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::PERLANCAR/@Filter/ConfirmRelease", - "version" : "5.043" + "version" : "6.009" }, { - "class" : "Dist::Zilla::Plugin::UploadToCPAN", - "name" : "@Author::PERLANCAR/@Filter/UploadToCPAN", - "version" : "5.043" + "class" : "Dist::Zilla::Plugin::ExecDir", + "name" : "@Author::PERLANCAR/ExecDir script", + "version" : "6.009" + }, + { + "class" : "Dist::Zilla::Plugin::PERLANCAR::BeforeBuild", + "name" : "@Author::PERLANCAR/PERLANCAR::BeforeBuild", + "version" : "0.590" }, { "class" : "Dist::Zilla::Plugin::Rinci::AbstractFromMeta", "name" : "@Author::PERLANCAR/Rinci::AbstractFromMeta", - "version" : "0.09" + "version" : "0.10" }, { "class" : "Dist::Zilla::Plugin::PodnameFromFilename", "name" : "@Author::PERLANCAR/PodnameFromFilename", - "version" : "0.01" - }, - { - "class" : "Dist::Zilla::Plugin::PERLANCAR::CheckDepDists", - "name" : "@Author::PERLANCAR/PERLANCAR::CheckDepDists", - "version" : "0.06" + "version" : "0.02" }, { "class" : "Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec", "name" : "@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec", - "version" : "0.02" + "version" : "0.05" }, { "class" : "Dist::Zilla::Plugin::PERLANCAR::MetaResources", @@ -177,7 +178,7 @@ { "class" : "Dist::Zilla::Plugin::CheckChangeLog", "name" : "@Author::PERLANCAR/CheckChangeLog", - "version" : "0.02" + "version" : "0.04" }, { "class" : "Dist::Zilla::Plugin::CheckMetaResources", @@ -185,19 +186,24 @@ "version" : "0.001" }, { + "class" : "Dist::Zilla::Plugin::CopyrightYearFromGit", + "name" : "@Author::PERLANCAR/CopyrightYearFromGit", + "version" : "0.003" + }, + { + "class" : "Dist::Zilla::Plugin::IfBuilt", + "name" : "@Author::PERLANCAR/IfBuilt", + "version" : "0.03" + }, + { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::PERLANCAR/MetaJSON", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::PERLANCAR/MetaConfig", - "version" : "5.043" - }, - { - "class" : "Dist::Zilla::Plugin::GenShellCompletion", - "name" : "@Author::PERLANCAR/GenShellCompletion", - "version" : "0.10" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Authority", @@ -231,82 +237,82 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@Author::PERLANCAR/Name", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@Author::PERLANCAR/Version", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::PERLANCAR/prelude", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "FUNCTIONS", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@Author::PERLANCAR/Leftovers", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::PERLANCAR/postlude", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Section::Completion::GetoptLongComplete", "name" : "@Author::PERLANCAR/Completion::GetoptLongComplete", - "version" : "0.07" + "version" : "0.08" }, { "class" : "Pod::Weaver::Section::Completion::GetoptLongSubcommand", "name" : "@Author::PERLANCAR/Completion::GetoptLongSubcommand", - "version" : "0.03" + "version" : "0.04" }, { - "class" : "Pod::Weaver::Section::Completion::PerinciCmdLine", - "name" : "@Author::PERLANCAR/Completion::PerinciCmdLine", - "version" : "0.13" + "class" : "Pod::Weaver::Section::Completion::GetoptLongMore", + "name" : "@Author::PERLANCAR/Completion::GetoptLongMore", + "version" : "0.001" }, { "class" : "Pod::Weaver::Section::Homepage::DefaultCPAN", @@ -321,22 +327,22 @@ { "class" : "Pod::Weaver::Section::Bugs::DefaultRT", "name" : "@Author::PERLANCAR/Bugs::DefaultRT", - "version" : "0.05" + "version" : "0.06" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "@Author::PERLANCAR/Authors", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Section::Legal", "name" : "@Author::PERLANCAR/Legal", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Plugin::Rinci", "name" : "@Author::PERLANCAR/Rinci", - "version" : "0.56" + "version" : "0.77" }, { "class" : "Pod::Weaver::Plugin::AppendPrepend", @@ -351,33 +357,33 @@ { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@Author::PERLANCAR/SingleEncoding", - "version" : "4.012" + "version" : "4.014" }, { "class" : "Pod::Weaver::Plugin::PERLANCAR::SortSections", "name" : "@Author::PERLANCAR/PERLANCAR::SortSections", - "version" : "0.02" + "version" : "0.06" } ] } }, "name" : "@Author::PERLANCAR/PodWeaver", - "version" : "4.006" + "version" : "4.008" }, { "class" : "Dist::Zilla::Plugin::PruneFiles", "name" : "@Author::PERLANCAR/PruneFiles", - "version" : "5.043" + "version" : "6.009" }, { - "class" : "Dist::Zilla::Plugin::ReadmeFromPod", - "name" : "@Author::PERLANCAR/ReadmeFromPod", - "version" : "0.33" + "class" : "Dist::Zilla::Plugin::Pod2Readme", + "name" : "@Author::PERLANCAR/Pod2Readme", + "version" : "0.004" }, { "class" : "Dist::Zilla::Plugin::Rinci::AddPrereqs", "name" : "@Author::PERLANCAR/Rinci::AddPrereqs", - "version" : "0.07" + "version" : "0.13" }, { "class" : "Dist::Zilla::Plugin::Rinci::AddToDb", @@ -387,7 +393,7 @@ { "class" : "Dist::Zilla::Plugin::Rinci::Validate", "name" : "@Author::PERLANCAR/Rinci::Validate", - "version" : "0.21" + "version" : "0.24" }, { "class" : "Dist::Zilla::Plugin::SetScriptShebang", @@ -398,7 +404,7 @@ "class" : "Dist::Zilla::Plugin::Test::Compile", "config" : { "Dist::Zilla::Plugin::Test::Compile" : { - "bail_out_on_fail" : "0", + "bail_out_on_fail" : 0, "fail_on_warning" : "author", "fake_home" : 0, "filename" : "t/00-compile.t", @@ -417,24 +423,50 @@ "version" : "2.054" }, { + "class" : "Dist::Zilla::Plugin::Test::Perl::Critic", + "name" : "@Author::PERLANCAR/Test::Perl::Critic", + "version" : "3.001" + }, + { "class" : "Dist::Zilla::Plugin::Test::Rinci", "name" : "@Author::PERLANCAR/Test::Rinci", "version" : "0.03" }, { + "class" : "Dist::Zilla::Plugin::StaticInstall", + "config" : { + "Dist::Zilla::Plugin::StaticInstall" : { + "dry_run" : 0, + "mode" : "on" + } + }, + "name" : "@Author::PERLANCAR/StaticInstall", + "version" : "0.010" + }, + { "class" : "Dist::Zilla::Plugin::EnsureSQLSchemaVersionedTest", "name" : "@Author::PERLANCAR/EnsureSQLSchemaVersionedTest", - "version" : "0.02" + "version" : "0.03" }, { "class" : "Dist::Zilla::Plugin::Acme::CPANLists::Blacklist", "name" : "@Author::PERLANCAR/Acme::CPANLists::Blacklist", - "version" : "0.02" + "version" : "0.04" }, { "class" : "Dist::Zilla::Plugin::Prereqs::EnsureVersion", "name" : "@Author::PERLANCAR/Prereqs::EnsureVersion", - "version" : "0.01" + "version" : "0.04" + }, + { + "class" : "Dist::Zilla::Plugin::Prereqs::CheckCircular", + "name" : "@Author::PERLANCAR/Prereqs::CheckCircular", + "version" : "0.005" + }, + { + "class" : "Dist::Zilla::Plugin::UploadToCPAN::WWWPAUSESimple", + "name" : "@Author::PERLANCAR/UploadToCPAN::WWWPAUSESimple", + "version" : "0.04" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -445,7 +477,7 @@ } }, "name" : "TestRequires", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -456,67 +488,69 @@ } }, "name" : "Prereqs", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.043" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.043" + "version" : "6.009" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { - "is_trial" : "0" + "is_trial" : 0 }, - "version" : "5.043" + "version" : "6.009" } }, - "x_authority" : "cpan:PERLANCAR" + "x_authority" : "cpan:PERLANCAR", + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217", + "x_static_install" : 1 } diff -Nru libversion-util-perl-0.72/META.yml libversion-util-perl-0.730/META.yml --- libversion-util-perl-0.72/META.yml 2016-03-02 03:29:48.000000000 +0000 +++ libversion-util-perl-0.730/META.yml 2018-01-09 02:26:56.000000000 +0000 @@ -11,14 +11,14 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150001' +generated_by: 'Dist::Zilla version 6.009, 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: Version-Util requires: - Exporter: '0' + Exporter: '5.57' perl: '5.010001' strict: '0' version: '0.77' @@ -26,11 +26,11 @@ resources: bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Version-Util homepage: https://metacpan.org/release/Version-Util - repository: git://github.com/sharyanto/perl-Version-Util.git -version: '0.72' + repository: git://github.com/perlancar/perl-Version-Util.git +version: '0.730' x_Dist_Zilla: perl: - version: '5.022001' + version: '5.024000' plugins: - class: Dist::Zilla::Plugin::GatherDir @@ -44,78 +44,78 @@ prune_directory: [] root: . name: '@Author::PERLANCAR/@Filter/GatherDir' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::PruneCruft name: '@Author::PERLANCAR/@Filter/PruneCruft' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::ManifestSkip name: '@Author::PERLANCAR/@Filter/ManifestSkip' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::PERLANCAR/@Filter/MetaYAML' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::License name: '@Author::PERLANCAR/@Filter/License' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Author::PERLANCAR/@Filter/PodCoverageTests' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::PERLANCAR/@Filter/PodSyntaxTests' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::ExtraTests name: '@Author::PERLANCAR/@Filter/ExtraTests' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::ExecDir name: '@Author::PERLANCAR/@Filter/ExecDir' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::ShareDir name: '@Author::PERLANCAR/@Filter/ShareDir' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@Author::PERLANCAR/@Filter/MakeMaker' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::Manifest name: '@Author::PERLANCAR/@Filter/Manifest' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::PERLANCAR/@Filter/ConfirmRelease' - version: '5.043' + version: '6.009' - - class: Dist::Zilla::Plugin::UploadToCPAN - name: '@Author::PERLANCAR/@Filter/UploadToCPAN' - version: '5.043' + class: Dist::Zilla::Plugin::ExecDir + name: '@Author::PERLANCAR/ExecDir script' + version: '6.009' + - + class: Dist::Zilla::Plugin::PERLANCAR::BeforeBuild + name: '@Author::PERLANCAR/PERLANCAR::BeforeBuild' + version: '0.590' - class: Dist::Zilla::Plugin::Rinci::AbstractFromMeta name: '@Author::PERLANCAR/Rinci::AbstractFromMeta' - version: '0.09' + version: '0.10' - class: Dist::Zilla::Plugin::PodnameFromFilename name: '@Author::PERLANCAR/PodnameFromFilename' - version: '0.01' - - - class: Dist::Zilla::Plugin::PERLANCAR::CheckDepDists - name: '@Author::PERLANCAR/PERLANCAR::CheckDepDists' - version: '0.06' + version: '0.02' - class: Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec name: '@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec' - version: '0.02' + version: '0.05' - class: Dist::Zilla::Plugin::PERLANCAR::MetaResources name: '@Author::PERLANCAR/PERLANCAR::MetaResources' @@ -123,23 +123,27 @@ - class: Dist::Zilla::Plugin::CheckChangeLog name: '@Author::PERLANCAR/CheckChangeLog' - version: '0.02' + version: '0.04' - class: Dist::Zilla::Plugin::CheckMetaResources name: '@Author::PERLANCAR/CheckMetaResources' version: '0.001' - + class: Dist::Zilla::Plugin::CopyrightYearFromGit + name: '@Author::PERLANCAR/CopyrightYearFromGit' + version: '0.003' + - + class: Dist::Zilla::Plugin::IfBuilt + name: '@Author::PERLANCAR/IfBuilt' + version: '0.03' + - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::PERLANCAR/MetaJSON' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::PERLANCAR/MetaConfig' - version: '5.043' - - - class: Dist::Zilla::Plugin::GenShellCompletion - name: '@Author::PERLANCAR/GenShellCompletion' - version: '0.10' + version: '6.009' - class: Dist::Zilla::Plugin::Authority name: '@Author::PERLANCAR/Authority' @@ -167,67 +171,67 @@ - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' - version: '4.012' + version: '4.014' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' - version: '4.012' + version: '4.014' - class: Pod::Weaver::Section::Name name: '@Author::PERLANCAR/Name' - version: '4.012' + version: '4.014' - class: Pod::Weaver::Section::Version name: '@Author::PERLANCAR/Version' - version: '4.012' + version: '4.014' - class: Pod::Weaver::Section::Region name: '@Author::PERLANCAR/prelude' - version: '4.012' + version: '4.014' - class: Pod::Weaver::Section::Generic name: SYNOPSIS - version: '4.012' + version: '4.014' - class: Pod::Weaver::Section::Generic name: DESCRIPTION - version: '4.012' + version: '4.014' - class: Pod::Weaver::Section::Generic name: OVERVIEW - version: '4.012' + version: '4.014' - class: Pod::Weaver::Section::Collect name: ATTRIBUTES - version: '4.012' + version: '4.014' - class: Pod::Weaver::Section::Collect name: METHODS - version: '4.012' + version: '4.014' - class: Pod::Weaver::Section::Collect name: FUNCTIONS - version: '4.012' + version: '4.014' - class: Pod::Weaver::Section::Leftovers name: '@Author::PERLANCAR/Leftovers' - version: '4.012' + version: '4.014' - class: Pod::Weaver::Section::Region name: '@Author::PERLANCAR/postlude' - version: '4.012' + version: '4.014' - class: Pod::Weaver::Section::Completion::GetoptLongComplete name: '@Author::PERLANCAR/Completion::GetoptLongComplete' - version: '0.07' + version: '0.08' - class: Pod::Weaver::Section::Completion::GetoptLongSubcommand name: '@Author::PERLANCAR/Completion::GetoptLongSubcommand' - version: '0.03' + version: '0.04' - - class: Pod::Weaver::Section::Completion::PerinciCmdLine - name: '@Author::PERLANCAR/Completion::PerinciCmdLine' - version: '0.13' + class: Pod::Weaver::Section::Completion::GetoptLongMore + name: '@Author::PERLANCAR/Completion::GetoptLongMore' + version: '0.001' - class: Pod::Weaver::Section::Homepage::DefaultCPAN name: '@Author::PERLANCAR/Homepage::DefaultCPAN' @@ -239,19 +243,19 @@ - class: Pod::Weaver::Section::Bugs::DefaultRT name: '@Author::PERLANCAR/Bugs::DefaultRT' - version: '0.05' + version: '0.06' - class: Pod::Weaver::Section::Authors name: '@Author::PERLANCAR/Authors' - version: '4.012' + version: '4.014' - class: Pod::Weaver::Section::Legal name: '@Author::PERLANCAR/Legal' - version: '4.012' + version: '4.014' - class: Pod::Weaver::Plugin::Rinci name: '@Author::PERLANCAR/Rinci' - version: '0.56' + version: '0.77' - class: Pod::Weaver::Plugin::AppendPrepend name: '@Author::PERLANCAR/AppendPrepend' @@ -263,25 +267,25 @@ - class: Pod::Weaver::Plugin::SingleEncoding name: '@Author::PERLANCAR/SingleEncoding' - version: '4.012' + version: '4.014' - class: Pod::Weaver::Plugin::PERLANCAR::SortSections name: '@Author::PERLANCAR/PERLANCAR::SortSections' - version: '0.02' + version: '0.06' name: '@Author::PERLANCAR/PodWeaver' - version: '4.006' + version: '4.008' - class: Dist::Zilla::Plugin::PruneFiles name: '@Author::PERLANCAR/PruneFiles' - version: '5.043' + version: '6.009' - - class: Dist::Zilla::Plugin::ReadmeFromPod - name: '@Author::PERLANCAR/ReadmeFromPod' - version: '0.33' + class: Dist::Zilla::Plugin::Pod2Readme + name: '@Author::PERLANCAR/Pod2Readme' + version: '0.004' - class: Dist::Zilla::Plugin::Rinci::AddPrereqs name: '@Author::PERLANCAR/Rinci::AddPrereqs' - version: '0.07' + version: '0.13' - class: Dist::Zilla::Plugin::Rinci::AddToDb name: '@Author::PERLANCAR/Rinci::AddToDb' @@ -289,7 +293,7 @@ - class: Dist::Zilla::Plugin::Rinci::Validate name: '@Author::PERLANCAR/Rinci::Validate' - version: '0.21' + version: '0.24' - class: Dist::Zilla::Plugin::SetScriptShebang name: '@Author::PERLANCAR/SetScriptShebang' @@ -312,21 +316,41 @@ name: '@Author::PERLANCAR/Test::Compile' version: '2.054' - + class: Dist::Zilla::Plugin::Test::Perl::Critic + name: '@Author::PERLANCAR/Test::Perl::Critic' + version: '3.001' + - class: Dist::Zilla::Plugin::Test::Rinci name: '@Author::PERLANCAR/Test::Rinci' version: '0.03' - + class: Dist::Zilla::Plugin::StaticInstall + config: + Dist::Zilla::Plugin::StaticInstall: + dry_run: 0 + mode: on + name: '@Author::PERLANCAR/StaticInstall' + version: '0.010' + - class: Dist::Zilla::Plugin::EnsureSQLSchemaVersionedTest name: '@Author::PERLANCAR/EnsureSQLSchemaVersionedTest' - version: '0.02' + version: '0.03' - class: Dist::Zilla::Plugin::Acme::CPANLists::Blacklist name: '@Author::PERLANCAR/Acme::CPANLists::Blacklist' - version: '0.02' + version: '0.04' - class: Dist::Zilla::Plugin::Prereqs::EnsureVersion name: '@Author::PERLANCAR/Prereqs::EnsureVersion' - version: '0.01' + version: '0.04' + - + class: Dist::Zilla::Plugin::Prereqs::CheckCircular + name: '@Author::PERLANCAR/Prereqs::CheckCircular' + version: '0.005' + - + class: Dist::Zilla::Plugin::UploadToCPAN::WWWPAUSESimple + name: '@Author::PERLANCAR/UploadToCPAN::WWWPAUSESimple' + version: '0.04' - class: Dist::Zilla::Plugin::Prereqs config: @@ -334,7 +358,7 @@ phase: test type: requires name: TestRequires - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::Prereqs config: @@ -342,50 +366,52 @@ phase: runtime type: requires name: Prereqs - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.043' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.043' + version: '6.009' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '5.043' + version: '6.009' x_authority: cpan:PERLANCAR +x_serialization_backend: 'YAML::Tiny version 1.69' +x_static_install: 1 diff -Nru libversion-util-perl-0.72/README libversion-util-perl-0.730/README --- libversion-util-perl-0.72/README 2016-03-02 03:29:48.000000000 +0000 +++ libversion-util-perl-0.730/README 2018-01-09 02:26:56.000000000 +0000 @@ -1,39 +1,34 @@ -DESCRIPTION +NAME + Version::Util - Version-number utilities + +VERSION + This document describes version 0.730 of Version::Util (from Perl + distribution Version-Util), released on 2018-01-09. +DESCRIPTION This module provides several convenient functions related to version numbers, e.g. for comparing them. FUNCTIONS - - cmp_version($v1, $v2) => -1|0|1 - + cmp_version($v1, $v2) => -1|0|1 Equivalent to: version->parse($v1) <=> version->parse($v2) - version_eq($v1, $v2) => BOOL - - version_ne($v1, $v2) => BOOL - - version_lt($v1, $v2) => BOOL - - version_le($v1, $v2) => BOOL - - version_gt($v1, $v2) => BOOL - - version_ge($v1, $v2) => BOOL - - version_between($v, $v1, $v2[, $v1b, $v2b, ...]) => BOOL - - version_in($v, $v1[, $v2, ...]) => BOOL - - add_version($v, $increment) => $new_v - + version_eq($v1, $v2) => BOOL + version_ne($v1, $v2) => BOOL + version_lt($v1, $v2) => BOOL + version_le($v1, $v2) => BOOL + version_gt($v1, $v2) => BOOL + version_ge($v1, $v2) => BOOL + version_between($v, $v1, $v2[, $v1b, $v2b, ...]) => BOOL + version_in($v, $v1[, $v2, ...]) => BOOL + add_version($v, $increment) => $new_v Add $increment to version $v. Both increment and version must match: /\Av?\d{1,3}(?:\.\d{1,3}){0,2}\z/ - so trial/dev releases like v1.2.3_1 are not currently supported. Some + so trial/dev releases like "v1.2.3_1" are not currently supported. Some examples: 0.1 + 0.1 -> 0.2 @@ -43,14 +38,36 @@ 0.99 + 0.1 -> 1.09 1.1.0 + 0.0.1 -> 1.1.1 - subtract_version($v, $decrement) => $new_v - + subtract_version($v, $decrement) => $new_v Subtract $decrement from version $v. This is the reverse operation for - add_version. + "add_version". Will die if the result is negative. -SEE ALSO +HOMEPAGE + Please visit the project's homepage at + . + +SOURCE + Source repository is at + . + +BUGS + Please report any bugs or feature requests on the bugtracker website + + When submitting a bug or request, please include a test-file or a patch + to an existing test-file that illustrates the bug or desired feature. + +SEE ALSO version +AUTHOR + perlancar + +COPYRIGHT AND LICENSE + This software is copyright (c) 2018, 2014 by perlancar@cpan.org. + + This is free software; you can redistribute it and/or modify it under + the same terms as the Perl 5 programming language system itself. + diff -Nru libversion-util-perl-0.72/t/author-critic.t libversion-util-perl-0.730/t/author-critic.t --- libversion-util-perl-0.72/t/author-critic.t 1970-01-01 00:00:00.000000000 +0000 +++ libversion-util-perl-0.730/t/author-critic.t 2018-01-09 02:26:56.000000000 +0000 @@ -0,0 +1,15 @@ +#!perl + +BEGIN { + unless ($ENV{AUTHOR_TESTING}) { + print qq{1..0 # SKIP these tests are for testing by the author\n}; + exit + } +} + + +use strict; +use warnings; + +use Test::Perl::Critic (-profile => "perlcritic.rc") x!! -e "perlcritic.rc"; +all_critic_ok(); diff -Nru libversion-util-perl-0.72/t/author-pod-coverage.t libversion-util-perl-0.730/t/author-pod-coverage.t --- libversion-util-perl-0.72/t/author-pod-coverage.t 2016-03-02 03:29:48.000000000 +0000 +++ libversion-util-perl-0.730/t/author-pod-coverage.t 2018-01-09 02:26:56.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { unless ($ENV{AUTHOR_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for testing by the author'); + print qq{1..0 # SKIP these tests are for testing by the author\n}; + exit } } diff -Nru libversion-util-perl-0.72/t/author-pod-syntax.t libversion-util-perl-0.730/t/author-pod-syntax.t --- libversion-util-perl-0.72/t/author-pod-syntax.t 2016-03-02 03:29:48.000000000 +0000 +++ libversion-util-perl-0.730/t/author-pod-syntax.t 2018-01-09 02:26:56.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { unless ($ENV{AUTHOR_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for testing by the author'); + print qq{1..0 # SKIP these tests are for testing by the author\n}; + exit } }