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 <[email protected]>
+
+- 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 <[email protected]>",
       "Brandon L Black <[email protected]>",
       "Shlomi Fish <[email protected]>",
-      "Olaf Alders <[email protected]>",
       "Hans Dieter Pearcey <[email protected]>",
-      "Ryan D Johnson <[email protected]>",
+      "Olaf Alders <[email protected]>",
       "Nelo Onyiah <[email protected]>",
+      "Ryan D Johnson <[email protected]>",
       "Dave Rolsky <[email protected]>",
       "Ricardo SIGNES <[email protected]>",
       "\u00c6var Arnfj\u00f6r\u00f0 Bjarmason <[email protected]>",
       "Hinrik \u00d6rn Sigur\u00f0sson <[email protected]>",
       "Damien Krotkine <[email protected]>",
-      "Jose Luis Martinez <[email protected]>",
-      "Chris Prather <[email protected]>",
+      "Todd Hepler <[email protected]>",
       "Devin Austin <[email protected]>",
+      "Jose Luis Martinez <[email protected]>",
       "Gregory Oschwald <[email protected]>",
-      "Todd Hepler <[email protected]>",
-      "Michael Schout <[email protected]>",
-      "Andreas Koenig <[email protected]>",
+      "Chris Prather <[email protected]>",
       "Jonathan Swartz <[email protected]>",
-      "John Goulah <[email protected]>",
+      "Andreas K\u00f6nig <[email protected]>",
+      "Dagfinn Ilmari Manns\u00e5ker <[email protected]>",
+      "Damyan Ivanov <[email protected]>",
+      "Drew Taylor <[email protected]>",
+      "Gordon Irving <[email protected]>",
       "Jesse Luehrs <[email protected]>",
+      "John Goulah <[email protected]>",
+      "Andreas Koenig <[email protected]>",
+      "Justin Hunter <[email protected]>",
+      "Michael Schout <[email protected]>",
       "Shlomi Fish <[email protected]>",
       "Stevan Little <[email protected]>",
-      "Gordon Irving <[email protected]>",
-      "Stuart A Johnston <[email protected]>",
-      "Dagfinn Ilmari Manns\u00e5ker <[email protected]>",
-      "Drew Taylor <[email protected]>",
-      "Damyan Ivanov <[email protected]>",
-      "Justin Hunter <[email protected]>"
+      "Stuart A Johnston <[email protected]>"
    ],
-   "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 <[email protected]>'
   - 'Brandon L Black <[email protected]>'
   - 'Shlomi Fish <[email protected]>'
-  - 'Olaf Alders <[email protected]>'
   - 'Hans Dieter Pearcey <[email protected]>'
-  - 'Ryan D Johnson <[email protected]>'
+  - 'Olaf Alders <[email protected]>'
   - 'Nelo Onyiah <[email protected]>'
+  - 'Ryan D Johnson <[email protected]>'
   - 'Dave Rolsky <[email protected]>'
   - 'Ricardo SIGNES <[email protected]>'
   - 'Ævar Arnfjörð Bjarmason <[email protected]>'
   - 'Hinrik Örn Sigurðsson <[email protected]>'
   - 'Damien Krotkine <[email protected]>'
-  - 'Jose Luis Martinez <[email protected]>'
-  - 'Chris Prather <[email protected]>'
+  - 'Todd Hepler <[email protected]>'
   - 'Devin Austin <[email protected]>'
+  - 'Jose Luis Martinez <[email protected]>'
   - 'Gregory Oschwald <[email protected]>'
-  - 'Todd Hepler <[email protected]>'
-  - 'Michael Schout <[email protected]>'
-  - 'Andreas Koenig <[email protected]>'
+  - 'Chris Prather <[email protected]>'
   - 'Jonathan Swartz <[email protected]>'
-  - 'John Goulah <[email protected]>'
+  - 'Andreas König <[email protected]>'
+  - 'Dagfinn Ilmari Mannsåker <[email protected]>'
+  - 'Damyan Ivanov <[email protected]>'
+  - 'Drew Taylor <[email protected]>'
+  - 'Gordon Irving <[email protected]>'
   - 'Jesse Luehrs <[email protected]>'
+  - 'John Goulah <[email protected]>'
+  - 'Andreas Koenig <[email protected]>'
+  - 'Justin Hunter <[email protected]>'
+  - 'Michael Schout <[email protected]>'
   - 'Shlomi Fish <[email protected]>'
   - 'Stevan Little <[email protected]>'
-  - 'Gordon Irving <[email protected]>'
   - 'Stuart A Johnston <[email protected]>'
-  - 'Dagfinn Ilmari Mannsåker <[email protected]>'
-  - 'Drew Taylor <[email protected]>'
-  - 'Damyan Ivanov <[email protected]>'
-  - 'Justin Hunter <[email protected]>'
-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 <[email protected]>
+Hans Dieter Pearcey <[email protected]>
 
 =item *
 
-Hans Dieter Pearcey <[email protected]>
+Olaf Alders <[email protected]>
 
 =item *
 
-Ryan D Johnson <[email protected]>
+Nelo Onyiah <[email protected]>
 
 =item *
 
-Nelo Onyiah <[email protected]>
+Ryan D Johnson <[email protected]>
 
 =item *
 
@@ -397,15 +398,15 @@
 
 =item *
 
-Jose Luis Martinez <[email protected]>
+Todd Hepler <[email protected]>
 
 =item *
 
-Chris Prather <[email protected]>
+Devin Austin <[email protected]>
 
 =item *
 
-Devin Austin <[email protected]>
+Jose Luis Martinez <[email protected]>
 
 =item *
 
@@ -413,59 +414,63 @@
 
 =item *
 
-Todd Hepler <[email protected]>
+Chris Prather <[email protected]>
 
 =item *
 
-Michael Schout <[email protected]>
+Jonathan Swartz <[email protected]>
 
 =item *
 
-Andreas Koenig <[email protected]>
+Andreas König <[email protected]>
 
 =item *
 
-Jonathan Swartz <[email protected]>
+Dagfinn Ilmari Mannsåker <[email protected]>
 
 =item *
 
-John Goulah <[email protected]>
+Damyan Ivanov <[email protected]>
 
 =item *
 
-Jesse Luehrs <[email protected]>
+Drew Taylor <[email protected]>
 
 =item *
 
-Shlomi Fish <[email protected]>
+Gordon Irving <[email protected]>
 
 =item *
 
-Stevan Little <[email protected]>
+Jesse Luehrs <[email protected]>
 
 =item *
 
-Gordon Irving <[email protected]>
+John Goulah <[email protected]>
 
 =item *
 
-Stuart A Johnston <[email protected]>
+Andreas Koenig <[email protected]>
 
 =item *
 
-Dagfinn Ilmari Mannsåker <[email protected]>
+Justin Hunter <[email protected]>
 
 =item *
 
-Drew Taylor <[email protected]>
+Michael Schout <[email protected]>
 
 =item *
 
-Damyan Ivanov <[email protected]>
+Shlomi Fish <[email protected]>
 
 =item *
 
-Justin Hunter <[email protected]>
+Stevan Little <[email protected]>
+
+=item *
+
+Stuart A Johnston <[email protected]>
 
 =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';
 


Reply via email to