Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2013-12-12 11:21:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Getopt (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MooseX-Getopt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes    
2013-12-09 07:14:44.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
    2013-12-12 11:21:25.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Dec  9 11:15:23 UTC 2013 - [email protected]
+
+- updated to 0.59
+ - re-release to fix compile test
+
+-------------------------------------------------------------------

Old:
----
  MooseX-Getopt-0.58.tar.gz

New:
----
  MooseX-Getopt-0.59.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-MooseX-Getopt.spec ++++++
--- /var/tmp/diff_new_pack.dW4Pk7/_old  2013-12-12 11:21:25.000000000 +0100
+++ /var/tmp/diff_new_pack.dW4Pk7/_new  2013-12-12 11:21:25.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-MooseX-Getopt
-Version:        0.58
+Version:        0.59
 Release:        0
 %define cpan_name MooseX-Getopt
 Summary:        A Moose role for processing command line options
@@ -29,10 +29,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta::Check) >= 0.007
 BuildRequires:  perl(Getopt::Long) >= 2.37
 BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.081
-BuildRequires:  perl(Module::Build::Tiny) >= 0.027
+BuildRequires:  perl(Module::Build::Tiny) >= 0.030
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Meta::Attribute)
@@ -42,11 +41,9 @@
 BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(MooseX::Role::Parameterized)
 BuildRequires:  perl(Path::Tiny) >= 0.009
-BuildRequires:  perl(Test::CheckDeps) >= 0.006
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal) >= 0.003
 BuildRequires:  perl(Test::Moose)
-BuildRequires:  perl(Test::More) >= 0.94
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Trap)
 BuildRequires:  perl(Test::Warnings)
@@ -66,7 +63,10 @@
 #BuildRequires: perl(MooseX::Getopt::ProcessedArgv)
 #BuildRequires: perl(MooseX::Getopt::Strict)
 #BuildRequires: perl(MooseX::SimpleConfig)
+#BuildRequires: perl(Pod::Wordlist)
 #BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::NoTabs)
+#BuildRequires: perl(Test::Spelling) >= 0.12
 Requires:       perl(Getopt::Long) >= 2.37
 Requires:       perl(Getopt::Long::Descriptive) >= 0.081
 Requires:       perl(Moose)
@@ -81,45 +81,6 @@
 This is a role which provides an alternate constructor for creating objects
 using parameters passed in from the command line.
 
-This module attempts to DWIM as much as possible with the command line
-params by introspecting your class's attributes. It will use the name of
-your attribute as the command line option, and if there is a type
-constraint defined, it will configure Getopt::Long to handle the option
-accordingly.
-
-You can use the trait the MooseX::Getopt::Meta::Attribute::Trait manpage or
-the attribute metaclass the MooseX::Getopt::Meta::Attribute manpage to get
-non-default commandline option names and aliases.
-
-You can use the trait the MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
-manpage or the attribute metaclass the
-MooseX::Getopt::Meta::Attribute::NoGetopt manpage to have 'MooseX::Getopt'
-ignore your attribute in the commandline options.
-
-By default, attributes which start with an underscore are not given
-commandline argument support, unless the attribute's metaclass is set to
-the MooseX::Getopt::Meta::Attribute manpage. If you don't want your
-accessors to have the leading underscore in their name, you can do this:
-
-  # for read/write attributes
-  has '_foo' => (accessor => 'foo', ...);
-
-  # or for read-only attributes
-  has '_bar' => (reader => 'bar', ...);
-
-This will mean that Getopt will not handle a --foo param, but your code can
-still call the 'foo' method.
-
-If your class also uses a configfile-loading role based on the
-MooseX::ConfigFromFile manpage, such as the MooseX::SimpleConfig manpage,
-the MooseX::Getopt manpage's 'new_with_options' will load the configfile
-specified by the '--configfile' option (or the default you've given for the
-configfile attribute) for you.
-
-Options specified in multiple places follow the following precedence order:
-commandline overrides configfile, which overrides explicit new_with_options
-parameters.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -136,6 +97,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README weaver.ini
+%doc Changes CONTRIBUTING LICENSE README README.md weaver.ini
 
 %changelog

++++++ MooseX-Getopt-0.58.tar.gz -> MooseX-Getopt-0.59.tar.gz ++++++
++++ 3564 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to