Hello community,

here is the log from the commit of package perl-indirect for openSUSE:Factory 
checked in at 2016-07-20 09:19:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-indirect (Old)
 and      /work/SRC/openSUSE:Factory/.perl-indirect.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-indirect"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-indirect/perl-indirect.changes      
2015-07-20 11:22:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-indirect.new/perl-indirect.changes 
2016-07-20 09:19:10.000000000 +0200
@@ -1,0 +2,14 @@
+Wed Jul 13 06:03:28 UTC 2016 - [email protected]
+
+- updated to 0.37
+   see /usr/share/doc/packages/perl-indirect/Changes
+
+  0.37    2016-07-12 16:40 UTC
+          + Chg : A large chunk of boilerplate XS code, which is also used in
+                  other XS modules, has been factored out of the main .xs file
+                  to a collection of .h files in the xsh subdirectory.
+          + Fix : [RT #115392] : Intermittent segfaults with heredocs
+                  Heredocs should now be handled correctly.
+                  Thanks Graham Knop for reporting.
+
+-------------------------------------------------------------------

Old:
----
  indirect-0.36.tar.gz

New:
----
  indirect-0.37.tar.gz

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

Other differences:
------------------
++++++ perl-indirect.spec ++++++
--- /var/tmp/diff_new_pack.q8PBXf/_old  2016-07-20 09:19:11.000000000 +0200
+++ /var/tmp/diff_new_pack.q8PBXf/_new  2016-07-20 09:19:11.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-indirect
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-indirect
-Version:        0.36
+Version:        0.37
 Release:        0
 %define cpan_name indirect
 Summary:        Lexically warn about using the indirect method call syntax
@@ -38,9 +38,8 @@
 The indirect syntax is now considered harmful, since its parsing has many
 quirks and its use is error prone : when the subroutine 'foo' has not been
 declared in the current package, 'foo $x' actually compiles to '$x->foo',
-and 'foo { key => 1 }' to ''key'->foo(1)'. Please refer to the the
-/REFERENCES manpage section for a more complete list of reasons for
-avoiding this construct.
+and 'foo { key => 1 }' to ''key'->foo(1)'. Please refer to the REFERENCES
+section for a more complete list of reasons for avoiding this construct.
 
 This pragma currently does not warn for core functions ('print', 'say',
 'exec' or 'system'). This may change in the future, or may be added as

++++++ indirect-0.36.tar.gz -> indirect-0.37.tar.gz ++++++
++++ 3640 lines of diff (skipped)


Reply via email to