commit perl-MooseX-Getopt for openSUSE:Factory
Hello community, here is the log from the commit of package perl-MooseX-Getopt for openSUSE:Factory checked in at 2018-09-26 14:23:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Getopt (Old) and /work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-MooseX-Getopt" Wed Sep 26 14:23:09 2018 rev:21 rq:637903 version:0.74 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes 2018-09-20 11:42:32.580818429 +0200 +++ /work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes 2018-09-26 14:23:10.377945555 +0200 @@ -1,0 +2,10 @@ +Mon Sep 24 05:36:46 UTC 2018 - Stephan Kulow <coolo@suse.com> + +- updated to 0.74 + see /usr/share/doc/packages/perl-MooseX-Getopt/Changes + + 0.74 2018-09-23 23:41:10Z + - fix init_arg when used in combination with an underscored attribute read + from the config file (Andreas Koenig, github #11) + +------------------------------------------------------------------- Old: ---- MooseX-Getopt-0.73.tar.gz New: ---- MooseX-Getopt-0.74.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-MooseX-Getopt.spec ++++++ --- /var/tmp/diff_new_pack.JruV8N/_old 2018-09-26 14:23:11.289944104 +0200 +++ /var/tmp/diff_new_pack.JruV8N/_new 2018-09-26 14:23:11.293944097 +0200 @@ -17,7 +17,7 @@ Name: perl-MooseX-Getopt -Version: 0.73 +Version: 0.74 Release: 0 #Upstream: Artistic-1.0 or GPL-1.0+ %define cpan_name MooseX-Getopt ++++++ MooseX-Getopt-0.73.tar.gz -> MooseX-Getopt-0.74.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/Build.PL new/MooseX-Getopt-0.74/Build.PL --- old/MooseX-Getopt-0.73/Build.PL 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/Build.PL 2018-09-24 01:41:17.000000000 +0200 @@ -87,7 +87,7 @@ "Stevan Little <stevan\@iinteractive.com>" ], "dist_name" => "MooseX-Getopt", - "dist_version" => "0.73", + "dist_version" => "0.74", "license" => "perl", "module_name" => "MooseX::Getopt", "recursive_test_files" => 1, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/CONTRIBUTING new/MooseX-Getopt-0.74/CONTRIBUTING --- old/MooseX-Getopt-0.73/CONTRIBUTING 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/CONTRIBUTING 2018-09-24 01:41:17.000000000 +0200 @@ -24,8 +24,8 @@ $ prove -lv t/some_test_file.t $ prove -lvr t/ -In most cases, 'prove' is entirely sufficient for you to test any -patches you have. +In most cases, 'prove' is entirely sufficient for you to test any patches you +have. You may need to satisfy some dependencies. The easiest way to satisfy dependencies is to install the last release -- this is available at @@ -82,6 +82,11 @@ https://help.github.com/articles/creating-a-pull-request +All pull requests for this distribution will be automatically tested on Linux +by Travis at: https://travis-ci.com/moose/MooseX-Getopt +All results will be visible in the pull request on GitHub. Follow the +appropriate links for details when tests fail. + If you have found a bug, but do not have an accompanying patch to fix it, you can submit an issue report here: https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Getopt @@ -99,5 +104,5 @@ request to the .mailmap file to contain the correct mapping. -This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.014 from a -template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.143. +This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.014 +from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.145. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/Changes new/MooseX-Getopt-0.74/Changes --- old/MooseX-Getopt-0.73/Changes 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/Changes 2018-09-24 01:41:17.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for MooseX-Getopt +0.74 2018-09-23 23:41:10Z + - fix init_arg when used in combination with an underscored attribute read + from the config file (Andreas Koenig, github #11) + 0.73 2018-09-01 05:43:55Z - properly wrap usage text that contains newlines (Andreas Koenig, github #10) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/META.json new/MooseX-Getopt-0.74/META.json --- old/MooseX-Getopt-0.73/META.json 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/META.json 2018-09-24 01:41:17.000000000 +0200 @@ -44,7 +44,7 @@ }, "develop" : { "recommends" : { - "Dist::Zilla::PluginBundle::Author::ETHER" : "0.143", + "Dist::Zilla::PluginBundle::Author::ETHER" : "0.145", "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007" }, "requires" : { @@ -153,7 +153,7 @@ "Dist::Zilla::Plugin::InstallGuide" : "1.200005", "Dist::Zilla::Plugin::Keywords" : "0.004", "Dist::Zilla::Plugin::License" : "5.038", - "Dist::Zilla::Plugin::MakeMaker::Fallback" : "0.012", + "Dist::Zilla::Plugin::MakeMaker::Fallback" : "0.029", "Dist::Zilla::Plugin::Manifest" : "0", "Dist::Zilla::Plugin::MetaConfig" : "0", "Dist::Zilla::Plugin::MetaJSON" : "0", @@ -205,47 +205,47 @@ "provides" : { "MooseX::Getopt" : { "file" : "lib/MooseX/Getopt.pm", - "version" : "0.73" + "version" : "0.74" }, "MooseX::Getopt::Basic" : { "file" : "lib/MooseX/Getopt/Basic.pm", - "version" : "0.73" + "version" : "0.74" }, "MooseX::Getopt::Dashes" : { "file" : "lib/MooseX/Getopt/Dashes.pm", - "version" : "0.73" + "version" : "0.74" }, "MooseX::Getopt::GLD" : { "file" : "lib/MooseX/Getopt/GLD.pm", - "version" : "0.73" + "version" : "0.74" }, "MooseX::Getopt::Meta::Attribute" : { "file" : "lib/MooseX/Getopt/Meta/Attribute.pm", - "version" : "0.73" + "version" : "0.74" }, "MooseX::Getopt::Meta::Attribute::NoGetopt" : { "file" : "lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm", - "version" : "0.73" + "version" : "0.74" }, "MooseX::Getopt::Meta::Attribute::Trait" : { "file" : "lib/MooseX/Getopt/Meta/Attribute/Trait.pm", - "version" : "0.73" + "version" : "0.74" }, "MooseX::Getopt::Meta::Attribute::Trait::NoGetopt" : { "file" : "lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm", - "version" : "0.73" + "version" : "0.74" }, "MooseX::Getopt::OptionTypeMap" : { "file" : "lib/MooseX/Getopt/OptionTypeMap.pm", - "version" : "0.73" + "version" : "0.74" }, "MooseX::Getopt::ProcessedArgv" : { "file" : "lib/MooseX/Getopt/ProcessedArgv.pm", - "version" : "0.73" + "version" : "0.74" }, "MooseX::Getopt::Strict" : { "file" : "lib/MooseX/Getopt/Strict.pm", - "version" : "0.73" + "version" : "0.74" } }, "release_status" : "stable", @@ -263,10 +263,10 @@ "x_IRC" : "irc://irc.perl.org/#moose", "x_MailingList" : "http://lists.perl.org/list/moose.html" }, - "version" : "0.73", + "version" : "0.74", "x_Dist_Zilla" : { "perl" : { - "version" : "5.029002" + "version" : "5.029003" }, "plugins" : [ { @@ -826,7 +826,7 @@ } }, "name" : "@Author::ETHER/MakeMaker::Fallback", - "version" : "0.029" + "version" : "0.030" }, { "class" : "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback", @@ -875,7 +875,7 @@ } }, "name" : "@Author::ETHER/Git::Contributors", - "version" : "0.034" + "version" : "0.035" }, { "class" : "Dist::Zilla::Plugin::StaticInstall", @@ -958,7 +958,7 @@ "class" : "Dist::Zilla::Plugin::EnsureLatestPerl", "config" : { "Dist::Zilla::Plugin::EnsureLatestPerl" : { - "Module::CoreList" : "5.20180820" + "Module::CoreList" : "5.20180920" } }, "name" : "@Author::ETHER/EnsureLatestPerl", @@ -1175,7 +1175,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v0.73", + "tag" : "v0.74", "tag_format" : "v%v", "tag_message" : "v%v%t" }, @@ -1276,7 +1276,7 @@ } }, "name" : "@Author::ETHER/GitHub::Update", - "version" : "0.46" + "version" : "0.47" }, { "class" : "Dist::Zilla::Plugin::Run::AfterRelease", @@ -1467,35 +1467,36 @@ "Florian Ragwitz <rafl@debian.org>", "Brandon L Black <blblack@gmail.com>", "Shlomi Fish <shlomif@cpan.org>", - "Olaf Alders <olaf@wundersolutions.com>", "Hans Dieter Pearcey <hdp@weftsoar.net>", - "Ryan D Johnson <ryan@innerfence.com>", + "Olaf Alders <olaf@wundersolutions.com>", "Nelo Onyiah <nelo.onyiah@gmail.com>", + "Ryan D Johnson <ryan@innerfence.com>", "Dave Rolsky <autarch@urth.org>", "Ricardo SIGNES <rjbs@cpan.org>", "\u00c6var Arnfj\u00f6r\u00f0 Bjarmason <avarab@gmail.com>", "Hinrik \u00d6rn Sigur\u00f0sson <hinrik.sig@gmail.com>", "Damien Krotkine <dkrotkine@weborama.com>", - "Jose Luis Martinez <jlmartinez@capside.com>", - "Chris Prather <chris@prather.org>", + "Todd Hepler <thepler@employees.org>", "Devin Austin <dhoss@cpan.org>", + "Jose Luis Martinez <jlmartinez@capside.com>", "Gregory Oschwald <goschwald@maxmind.com>", - "Todd Hepler <thepler@employees.org>", - "Michael Schout <mschout@gkg.net>", - "Andreas Koenig <andk@cpan.org>", + "Chris Prather <chris@prather.org>", "Jonathan Swartz <swartz@pobox.com>", - "John Goulah <jgoulah@cpan.org>", + "Andreas K\u00f6nig <Andreas.Koenig.extern@telecolumbus.de>", + "Dagfinn Ilmari Manns\u00e5ker <ilmari@ilmari.org>", + "Damyan Ivanov <dmn@debian.org>", + "Drew Taylor <drew@drewtaylor.com>", + "Gordon Irving <goraxe@goraxe.me.uk>", "Jesse Luehrs <doy@tozt.net>", + "John Goulah <jgoulah@cpan.org>", + "Andreas Koenig <andk@cpan.org>", + "Justin Hunter <justin.d.hunter@gmail.com>", + "Michael Schout <mschout@gkg.net>", "Shlomi Fish <shlomif@shlomifish.org>", "Stevan Little <stevan.little@gmail.com>", - "Gordon Irving <goraxe@goraxe.me.uk>", - "Stuart A Johnston <saj_git@thecommune.net>", - "Dagfinn Ilmari Manns\u00e5ker <ilmari@ilmari.org>", - "Drew Taylor <drew@drewtaylor.com>", - "Damyan Ivanov <dmn@debian.org>", - "Justin Hunter <justin.d.hunter@gmail.com>" + "Stuart A Johnston <saj_git@thecommune.net>" ], - "x_generated_by_perl" : "v5.29.2", + "x_generated_by_perl" : "v5.29.3", "x_serialization_backend" : "Cpanel::JSON::XS version 4.06", "x_static_install" : 1, "x_use_unsafe_inc" : 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/META.yml new/MooseX-Getopt-0.74/META.yml --- old/MooseX-Getopt-0.73/META.yml 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/META.yml 2018-09-24 01:41:17.000000000 +0200 @@ -47,37 +47,37 @@ provides: MooseX::Getopt: file: lib/MooseX/Getopt.pm - version: '0.73' + version: '0.74' MooseX::Getopt::Basic: file: lib/MooseX/Getopt/Basic.pm - version: '0.73' + version: '0.74' MooseX::Getopt::Dashes: file: lib/MooseX/Getopt/Dashes.pm - version: '0.73' + version: '0.74' MooseX::Getopt::GLD: file: lib/MooseX/Getopt/GLD.pm - version: '0.73' + version: '0.74' MooseX::Getopt::Meta::Attribute: file: lib/MooseX/Getopt/Meta/Attribute.pm - version: '0.73' + version: '0.74' MooseX::Getopt::Meta::Attribute::NoGetopt: file: lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm - version: '0.73' + version: '0.74' MooseX::Getopt::Meta::Attribute::Trait: file: lib/MooseX/Getopt/Meta/Attribute/Trait.pm - version: '0.73' + version: '0.74' MooseX::Getopt::Meta::Attribute::Trait::NoGetopt: file: lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm - version: '0.73' + version: '0.74' MooseX::Getopt::OptionTypeMap: file: lib/MooseX/Getopt/OptionTypeMap.pm - version: '0.73' + version: '0.74' MooseX::Getopt::ProcessedArgv: file: lib/MooseX/Getopt/ProcessedArgv.pm - version: '0.73' + version: '0.74' MooseX::Getopt::Strict: file: lib/MooseX/Getopt/Strict.pm - version: '0.73' + version: '0.74' requires: Carp: '0' Getopt::Long: '2.37' @@ -99,10 +99,10 @@ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Getopt homepage: https://github.com/moose/MooseX-Getopt repository: https://github.com/moose/MooseX-Getopt.git -version: '0.73' +version: '0.74' x_Dist_Zilla: perl: - version: '5.029002' + version: '5.029003' plugins: - class: Dist::Zilla::Plugin::Prereqs @@ -536,7 +536,7 @@ default_jobs: 9 version: '6.012' name: '@Author::ETHER/MakeMaker::Fallback' - version: '0.029' + version: '0.030' - class: Dist::Zilla::Plugin::ModuleBuildTiny::Fallback config: @@ -571,7 +571,7 @@ order_by: commits paths: [] name: '@Author::ETHER/Git::Contributors' - version: '0.034' + version: '0.035' - class: Dist::Zilla::Plugin::StaticInstall config: @@ -632,7 +632,7 @@ class: Dist::Zilla::Plugin::EnsureLatestPerl config: Dist::Zilla::Plugin::EnsureLatestPerl: - Module::CoreList: '5.20180820' + Module::CoreList: '5.20180920' name: '@Author::ETHER/EnsureLatestPerl' version: '0.008' - @@ -795,7 +795,7 @@ branch: ~ changelog: Changes signed: 0 - tag: v0.73 + tag: v0.74 tag_format: v%v tag_message: v%v%t Dist::Zilla::Role::Git::Repo: @@ -868,7 +868,7 @@ Dist::Zilla::Plugin::GitHub::Update: metacpan: 1 name: '@Author::ETHER/GitHub::Update' - version: '0.46' + version: '0.47' - class: Dist::Zilla::Plugin::Run::AfterRelease config: @@ -1012,34 +1012,35 @@ - 'Florian Ragwitz <rafl@debian.org>' - 'Brandon L Black <blblack@gmail.com>' - 'Shlomi Fish <shlomif@cpan.org>' - - 'Olaf Alders <olaf@wundersolutions.com>' - 'Hans Dieter Pearcey <hdp@weftsoar.net>' - - 'Ryan D Johnson <ryan@innerfence.com>' + - 'Olaf Alders <olaf@wundersolutions.com>' - 'Nelo Onyiah <nelo.onyiah@gmail.com>' + - 'Ryan D Johnson <ryan@innerfence.com>' - 'Dave Rolsky <autarch@urth.org>' - 'Ricardo SIGNES <rjbs@cpan.org>' - 'Ævar Arnfjörð Bjarmason <avarab@gmail.com>' - 'Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>' - 'Damien Krotkine <dkrotkine@weborama.com>' - - 'Jose Luis Martinez <jlmartinez@capside.com>' - - 'Chris Prather <chris@prather.org>' + - 'Todd Hepler <thepler@employees.org>' - 'Devin Austin <dhoss@cpan.org>' + - 'Jose Luis Martinez <jlmartinez@capside.com>' - 'Gregory Oschwald <goschwald@maxmind.com>' - - 'Todd Hepler <thepler@employees.org>' - - 'Michael Schout <mschout@gkg.net>' - - 'Andreas Koenig <andk@cpan.org>' + - 'Chris Prather <chris@prather.org>' - 'Jonathan Swartz <swartz@pobox.com>' - - 'John Goulah <jgoulah@cpan.org>' + - 'Andreas König <Andreas.Koenig.extern@telecolumbus.de>' + - 'Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>' + - 'Damyan Ivanov <dmn@debian.org>' + - 'Drew Taylor <drew@drewtaylor.com>' + - 'Gordon Irving <goraxe@goraxe.me.uk>' - 'Jesse Luehrs <doy@tozt.net>' + - 'John Goulah <jgoulah@cpan.org>' + - 'Andreas Koenig <andk@cpan.org>' + - 'Justin Hunter <justin.d.hunter@gmail.com>' + - 'Michael Schout <mschout@gkg.net>' - 'Shlomi Fish <shlomif@shlomifish.org>' - 'Stevan Little <stevan.little@gmail.com>' - - 'Gordon Irving <goraxe@goraxe.me.uk>' - 'Stuart A Johnston <saj_git@thecommune.net>' - - 'Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>' - - 'Drew Taylor <drew@drewtaylor.com>' - - 'Damyan Ivanov <dmn@debian.org>' - - 'Justin Hunter <justin.d.hunter@gmail.com>' -x_generated_by_perl: v5.29.2 +x_generated_by_perl: v5.29.3 x_serialization_backend: 'YAML::Tiny version 1.73' x_static_install: 1 x_use_unsafe_inc: 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/Makefile.PL new/MooseX-Getopt-0.74/Makefile.PL --- old/MooseX-Getopt-0.73/Makefile.PL 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/Makefile.PL 2018-09-24 01:41:17.000000000 +0200 @@ -1,5 +1,5 @@ # This Makefile.PL for MooseX-Getopt was generated by -# Dist::Zilla::Plugin::MakeMaker::Fallback 0.029 +# Dist::Zilla::Plugin::MakeMaker::Fallback 0.030 # and Dist::Zilla::Plugin::MakeMaker::Awesome 0.47. # Don't edit it but the dist.ini and plugins used to construct it. @@ -113,7 +113,7 @@ "Test::Warnings" => "0.009", "if" => 0 }, - "VERSION" => "0.73", + "VERSION" => "0.74", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/README new/MooseX-Getopt-0.74/README --- old/MooseX-Getopt-0.73/README 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/README 2018-09-24 01:41:17.000000000 +0200 @@ -1,5 +1,5 @@ This archive contains the distribution MooseX-Getopt, -version 0.73: +version 0.74: A Moose role for processing command line options diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Basic.pm new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Basic.pm --- old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Basic.pm 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Basic.pm 2018-09-24 01:41:17.000000000 +0200 @@ -1,7 +1,7 @@ package MooseX::Getopt::Basic; # ABSTRACT: MooseX::Getopt::Basic - role to implement the Getopt::Long functionality -our $VERSION = '0.73'; +our $VERSION = '0.74'; use Moose::Role; @@ -77,7 +77,7 @@ options => [ $class->_attrs_to_options( $config_from_file ) ], - params => $constructor_params, + params => $config_from_file ? { %$config_from_file, %$constructor_params } : $constructor_params, ); my $params = $config_from_file ? { %$config_from_file, %{$processed{params}} } : $processed{params}; @@ -294,7 +294,7 @@ =head1 VERSION -version 0.73 +version 0.74 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Dashes.pm new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Dashes.pm --- old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Dashes.pm 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Dashes.pm 2018-09-24 01:41:17.000000000 +0200 @@ -1,7 +1,7 @@ package MooseX::Getopt::Dashes; # ABSTRACT: convert underscores in attribute names to dashes -our $VERSION = '0.73'; +our $VERSION = '0.74'; use Moose::Role; with 'MooseX::Getopt'; @@ -33,7 +33,7 @@ =head1 VERSION -version 0.73 +version 0.74 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/lib/MooseX/Getopt/GLD.pm new/MooseX-Getopt-0.74/lib/MooseX/Getopt/GLD.pm --- old/MooseX-Getopt-0.73/lib/MooseX/Getopt/GLD.pm 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/lib/MooseX/Getopt/GLD.pm 2018-09-24 01:41:17.000000000 +0200 @@ -1,7 +1,7 @@ package MooseX::Getopt::GLD; # ABSTRACT: A Moose role for processing command line options with Getopt::Long::Descriptive -our $VERSION = '0.73'; +our $VERSION = '0.74'; use strict; use warnings; @@ -97,7 +97,7 @@ =head1 VERSION -version 0.73 +version 0.74 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm --- old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm 2018-09-24 01:41:17.000000000 +0200 @@ -1,7 +1,7 @@ package MooseX::Getopt::Meta::Attribute::NoGetopt; # ABSTRACT: Optional meta attribute for ignoring parameters -our $VERSION = '0.73'; +our $VERSION = '0.74'; use Moose; extends 'Moose::Meta::Attribute'; # << Moose extending Moose :) @@ -28,7 +28,7 @@ =head1 VERSION -version 0.73 +version 0.74 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm --- old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm 2018-09-24 01:41:17.000000000 +0200 @@ -1,7 +1,7 @@ package MooseX::Getopt::Meta::Attribute::Trait::NoGetopt; # ABSTRACT: Optional meta attribute trait for ignoring parameters -our $VERSION = '0.73'; +our $VERSION = '0.74'; use Moose::Role; use namespace::autoclean; @@ -25,7 +25,7 @@ =head1 VERSION -version 0.73 +version 0.74 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Meta/Attribute/Trait.pm new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Meta/Attribute/Trait.pm --- old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Meta/Attribute/Trait.pm 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Meta/Attribute/Trait.pm 2018-09-24 01:41:17.000000000 +0200 @@ -1,7 +1,7 @@ package MooseX::Getopt::Meta::Attribute::Trait; # ABSTRACT: Optional meta attribute trait for custom option names -our $VERSION = '0.73'; +our $VERSION = '0.74'; use Moose::Role; use Moose::Util::TypeConstraints qw(subtype coerce from via as); @@ -47,7 +47,7 @@ =head1 VERSION -version 0.73 +version 0.74 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Meta/Attribute.pm new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Meta/Attribute.pm --- old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Meta/Attribute.pm 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Meta/Attribute.pm 2018-09-24 01:41:17.000000000 +0200 @@ -1,7 +1,7 @@ package MooseX::Getopt::Meta::Attribute; # ABSTRACT: Optional meta attribute for custom option names -our $VERSION = '0.73'; +our $VERSION = '0.74'; use Moose; use namespace::autoclean; @@ -28,7 +28,7 @@ =head1 VERSION -version 0.73 +version 0.74 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/lib/MooseX/Getopt/OptionTypeMap.pm new/MooseX-Getopt-0.74/lib/MooseX/Getopt/OptionTypeMap.pm --- old/MooseX-Getopt-0.73/lib/MooseX/Getopt/OptionTypeMap.pm 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/lib/MooseX/Getopt/OptionTypeMap.pm 2018-09-24 01:41:17.000000000 +0200 @@ -1,7 +1,7 @@ package MooseX::Getopt::OptionTypeMap; # ABSTRACT: Storage for the option to type mappings -our $VERSION = '0.73'; +our $VERSION = '0.74'; use Moose; use Carp 'confess'; @@ -104,7 +104,7 @@ =head1 VERSION -version 0.73 +version 0.74 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/lib/MooseX/Getopt/ProcessedArgv.pm new/MooseX-Getopt-0.74/lib/MooseX/Getopt/ProcessedArgv.pm --- old/MooseX-Getopt-0.73/lib/MooseX/Getopt/ProcessedArgv.pm 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/lib/MooseX/Getopt/ProcessedArgv.pm 2018-09-24 01:41:17.000000000 +0200 @@ -1,7 +1,7 @@ package MooseX::Getopt::ProcessedArgv; # ABSTRACT: MooseX::Getopt::ProcessedArgv - Class containing the results of process_argv -our $VERSION = '0.73'; +our $VERSION = '0.74'; use Moose; use namespace::autoclean; @@ -28,7 +28,7 @@ =head1 VERSION -version 0.73 +version 0.74 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Strict.pm new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Strict.pm --- old/MooseX-Getopt-0.73/lib/MooseX/Getopt/Strict.pm 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/lib/MooseX/Getopt/Strict.pm 2018-09-24 01:41:17.000000000 +0200 @@ -1,7 +1,7 @@ package MooseX::Getopt::Strict; # ABSTRACT: only make options for attributes with the Getopt metaclass -our $VERSION = '0.73'; +our $VERSION = '0.74'; use Moose::Role; use namespace::autoclean; @@ -30,7 +30,7 @@ =head1 VERSION -version 0.73 +version 0.74 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/lib/MooseX/Getopt.pm new/MooseX-Getopt-0.74/lib/MooseX/Getopt.pm --- old/MooseX-Getopt-0.73/lib/MooseX/Getopt.pm 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/lib/MooseX/Getopt.pm 2018-09-24 01:41:17.000000000 +0200 @@ -1,8 +1,8 @@ -package MooseX::Getopt; # git description: v0.72-7-g5d00040 +package MooseX::Getopt; # git description: v0.73-5-g75272b6 # ABSTRACT: A Moose role for processing command line options # KEYWORDS: moose extension command line options attributes executable flags switches arguments -our $VERSION = '0.73'; +our $VERSION = '0.74'; use Moose::Role 0.56; use namespace::autoclean; @@ -23,7 +23,7 @@ =head1 VERSION -version 0.73 +version 0.74 =head1 SYNOPSIS @@ -114,8 +114,9 @@ =head2 C<print_usage_text> This method is called internally when the C<help_flag> state is true. -It prints the text from the C<usage> object (see above) to C<STDOUT> and then the -program terminates normally. You can apply a method modification (see +It prints the text from the C<usage> object (see above) to C<STDOUT> +(and then after this method is called, the +program terminates normally). You can apply a method modification (see L<Moose::Manual::MethodModifiers>) if different behaviour is desired, for example to include additional text. @@ -327,7 +328,7 @@ =head1 CONTRIBUTORS -=for stopwords Karen Etheridge Tomas Doran Stevan Little Yuval Kogman Florian Ragwitz Brandon L Black Shlomi Fish Olaf Alders Hans Dieter Pearcey Ryan D Johnson Nelo Onyiah Dave Rolsky Ricardo SIGNES Ævar Arnfjörð Bjarmason Hinrik Örn Sigurðsson Damien Krotkine Jose Luis Martinez Chris Prather Devin Austin Gregory Oschwald Todd Hepler Michael Schout Andreas Koenig Jonathan Swartz John Goulah Jesse Luehrs Gordon Irving Stuart A Johnston Dagfinn Ilmari Mannsåker Drew Taylor Damyan Ivanov Justin Hunter +=for stopwords Karen Etheridge Tomas Doran Stevan Little Yuval Kogman Florian Ragwitz Brandon L Black Shlomi Fish Hans Dieter Pearcey Olaf Alders Nelo Onyiah Ryan D Johnson Dave Rolsky Ricardo SIGNES Ævar Arnfjörð Bjarmason Hinrik Örn Sigurðsson Damien Krotkine Todd Hepler Devin Austin Jose Luis Martinez Gregory Oschwald Chris Prather Jonathan Swartz Andreas König Dagfinn Ilmari Mannsåker Damyan Ivanov Drew Taylor Gordon Irving Jesse Luehrs John Goulah Koenig Justin Hunter Michael Schout Stuart A Johnston =over 4 @@ -361,19 +362,19 @@ =item * -Olaf Alders <olaf@wundersolutions.com> +Hans Dieter Pearcey <hdp@weftsoar.net> =item * -Hans Dieter Pearcey <hdp@weftsoar.net> +Olaf Alders <olaf@wundersolutions.com> =item * -Ryan D Johnson <ryan@innerfence.com> +Nelo Onyiah <nelo.onyiah@gmail.com> =item * -Nelo Onyiah <nelo.onyiah@gmail.com> +Ryan D Johnson <ryan@innerfence.com> =item * @@ -397,15 +398,15 @@ =item * -Jose Luis Martinez <jlmartinez@capside.com> +Todd Hepler <thepler@employees.org> =item * -Chris Prather <chris@prather.org> +Devin Austin <dhoss@cpan.org> =item * -Devin Austin <dhoss@cpan.org> +Jose Luis Martinez <jlmartinez@capside.com> =item * @@ -413,59 +414,63 @@ =item * -Todd Hepler <thepler@employees.org> +Chris Prather <chris@prather.org> =item * -Michael Schout <mschout@gkg.net> +Jonathan Swartz <swartz@pobox.com> =item * -Andreas Koenig <andk@cpan.org> +Andreas König <Andreas.Koenig.extern@telecolumbus.de> =item * -Jonathan Swartz <swartz@pobox.com> +Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> =item * -John Goulah <jgoulah@cpan.org> +Damyan Ivanov <dmn@debian.org> =item * -Jesse Luehrs <doy@tozt.net> +Drew Taylor <drew@drewtaylor.com> =item * -Shlomi Fish <shlomif@shlomifish.org> +Gordon Irving <goraxe@goraxe.me.uk> =item * -Stevan Little <stevan.little@gmail.com> +Jesse Luehrs <doy@tozt.net> =item * -Gordon Irving <goraxe@goraxe.me.uk> +John Goulah <jgoulah@cpan.org> =item * -Stuart A Johnston <saj_git@thecommune.net> +Andreas Koenig <andk@cpan.org> =item * -Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> +Justin Hunter <justin.d.hunter@gmail.com> =item * -Drew Taylor <drew@drewtaylor.com> +Michael Schout <mschout@gkg.net> =item * -Damyan Ivanov <dmn@debian.org> +Shlomi Fish <shlomif@shlomifish.org> =item * -Justin Hunter <justin.d.hunter@gmail.com> +Stevan Little <stevan.little@gmail.com> + +=item * + +Stuart A Johnston <saj_git@thecommune.net> =back diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/t/00-report-prereqs.dd new/MooseX-Getopt-0.74/t/00-report-prereqs.dd --- old/MooseX-Getopt-0.73/t/00-report-prereqs.dd 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/t/00-report-prereqs.dd 2018-09-24 01:41:17.000000000 +0200 @@ -11,7 +11,7 @@ }, 'develop' => { 'recommends' => { - 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.143', + 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.145', 'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007' }, 'requires' => { @@ -120,7 +120,7 @@ 'Dist::Zilla::Plugin::InstallGuide' => '1.200005', 'Dist::Zilla::Plugin::Keywords' => '0.004', 'Dist::Zilla::Plugin::License' => '5.038', - 'Dist::Zilla::Plugin::MakeMaker::Fallback' => '0.012', + 'Dist::Zilla::Plugin::MakeMaker::Fallback' => '0.029', 'Dist::Zilla::Plugin::Manifest' => '0', 'Dist::Zilla::Plugin::MetaConfig' => '0', 'Dist::Zilla::Plugin::MetaJSON' => '0', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/t/112_configfile_constructor_arg.t new/MooseX-Getopt-0.74/t/112_configfile_constructor_arg.t --- old/MooseX-Getopt-0.73/t/112_configfile_constructor_arg.t 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/t/112_configfile_constructor_arg.t 2018-09-24 01:41:17.000000000 +0200 @@ -17,6 +17,8 @@ is => 'ro', isa => 'Str', default => 'foo default', ); + + has _somename => ( is => 'ro', isa => 'Str', required => 1, init_arg => 'somename' ); } { @@ -34,6 +36,11 @@ 'foo value', 'value is read in from the config file', ); + is( + $obj->_somename, + "franz", + 'public value is read in from the config file and goes through init_arg to private attribute', + ); } done_testing; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/t/112_configfile_constructor_arg.yml new/MooseX-Getopt-0.74/t/112_configfile_constructor_arg.yml --- old/MooseX-Getopt-0.73/t/112_configfile_constructor_arg.yml 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/t/112_configfile_constructor_arg.yml 2018-09-24 01:41:17.000000000 +0200 @@ -1,2 +1,3 @@ --- foo: foo value + somename: franz diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/xt/author/pod-spell.t new/MooseX-Getopt-0.74/xt/author/pod-spell.t --- old/MooseX-Getopt-0.73/xt/author/pod-spell.t 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/xt/author/pod-spell.t 2018-09-24 01:41:17.000000000 +0200 @@ -58,6 +58,7 @@ Koenig Kogman Krotkine +König Little Luehrs Luis diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Getopt-0.73/xt/release/changes_has_content.t new/MooseX-Getopt-0.74/xt/release/changes_has_content.t --- old/MooseX-Getopt-0.73/xt/release/changes_has_content.t 2018-09-01 07:44:02.000000000 +0200 +++ new/MooseX-Getopt-0.74/xt/release/changes_has_content.t 2018-09-24 01:41:17.000000000 +0200 @@ -2,7 +2,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '0.73'; +my $newver = '0.74'; my $trial_token = '-TRIAL'; my $encoding = 'UTF-8';
participants (1)
-
root