Hello community,

here is the log from the commit of package perl-Moo for openSUSE:Factory 
checked in at 2016-06-25 02:24:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Moo (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Moo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Moo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Moo/perl-Moo.changes        2016-03-09 
16:48:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Moo.new/perl-Moo.changes   2016-06-25 
02:24:26.000000000 +0200
@@ -1,0 +2,49 @@
+Thu Jun 23 06:42:40 UTC 2016 - [email protected]
+
+- updated to 2.002002
+   see /usr/share/doc/packages/perl-Moo/Changes
+
+  2.002002 - 2016-06-21
+    - fix handling of Carp < 1.12
+  
+  2.002_001 - 2016-06-17
+    - added Sub::Quote::sanitize_identifier to generate an identifier from an
+      arbitrary string.
+    - Sub::Defer::defer_info is now exportable.
+    - improved documentation for Sub::Quote.
+    - fix quoted subs with no_defer ignoring no_install option. (RT#114605)
+    - internals of Sub::Quote were refactored.
+    - error message when @ISA changes now includes the location that the
+      constructor was generated.
+    - original invoker will be used when calling a non-Moo parent constructor.
+      (RT#115189)
+    - added testing for preserving context into quote_sub subs. (RT#114511)
+    - quote_sub context options will be used even when zero. (RT#114512)
+    - Sub::Defer::defer_sub gained attributes option to specify sub attributes.
+    - Sub::Quote::quote_sub gained attributes option to specify sub attributes.
+  
+  2.002_000 - 2016-05-18
+    - Use Carp::croak rather than die to improve reported error locations
+      (RT#109844, RT#109632, RT#102622)
+    - removed Method::Inliner module.  It was never intended to ship with Moo,
+      and was undocumented, untested, and unused on CPAN.
+    - require Role::Tiny 2.000002 for fixes to method modifiers being applied
+      via multiple role composition paths (RT#106668)
+    - Delay loading Class::Method::Modifiers until we actually need it
+    - Fix an explosion that could happen if meta inflation was attempted part 
way
+      through Moo's bootstrapping process, which was possible via a
+      CORE::GLOBAL::bless override (RT#113743)
+    - Accessor subs will be generated immediately, rather than being partially
+      deferred.  The deferal added extra sub layers and the delayed compilation
+      didn't provide any real benefit for them.
+    - Numeric values used as defaults will be inlined as numbers rather than
+      strings.
+    - Numerous test cleanups and additional test coverage
+    - Fixed a typo in Sub::Defer docs (RT#113416)
+    - Deferred subs (including constructors) will always be named properly, 
even
+      if neither Sub::Name nor Sub::Util are available.  This improves
+      compatibility with namespace::autoclean, among other things.  Once the 
sub
+      is undeferred, it may not be given a correct name if Sub::Name or 
Sub::Util
+      aren't available.
+
+-------------------------------------------------------------------

Old:
----
  Moo-2.001001.tar.gz

New:
----
  Moo-2.002002.tar.gz

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

Other differences:
------------------
++++++ perl-Moo.spec ++++++
--- /var/tmp/diff_new_pack.v31Nlu/_old  2016-06-25 02:24:27.000000000 +0200
+++ /var/tmp/diff_new_pack.v31Nlu/_new  2016-06-25 02:24:27.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Moo
-Version:        2.001001
+Version:        2.002002
 Release:        0
 %define cpan_name Moo
 Summary:        Minimalist Object Orientation (with Moose compatibility)
@@ -33,13 +33,13 @@
 BuildRequires:  perl(Class::Method::Modifiers) >= 1.1
 BuildRequires:  perl(Devel::GlobalDestruction) >= 0.11
 BuildRequires:  perl(Module::Runtime) >= 0.014
-BuildRequires:  perl(Role::Tiny) >= 2
+BuildRequires:  perl(Role::Tiny) >= 2.000002
 BuildRequires:  perl(Test::Fatal) >= 0.003
 BuildRequires:  perl(Test::More) >= 0.94
 Requires:       perl(Class::Method::Modifiers) >= 1.1
 Requires:       perl(Devel::GlobalDestruction) >= 0.11
 Requires:       perl(Module::Runtime) >= 0.014
-Requires:       perl(Role::Tiny) >= 2
+Requires:       perl(Role::Tiny) >= 2.000002
 Recommends:     perl(Class::XSAccessor) >= 1.18
 Recommends:     perl(strictures) >= 2
 Recommends:     perl(Sub::Name) >= 0.08

++++++ Moo-2.001001.tar.gz -> Moo-2.002002.tar.gz ++++++
++++ 4877 lines of diff (skipped)


Reply via email to