[SCM] Debian packaging of libmoose-perl branch, master, updated. debian/2.0205-1-12-gb8aa6cf

Alessandro Ghedini al3xbio at gmail.com
Wed Nov 16 15:49:44 UTC 2011


The following commit has been merged in the master branch:
commit 485a14e404621e2e38519a393b9e00c21a23737f
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Wed Nov 16 16:31:17 2011 +0100

    Update debian/NEWS

diff --git a/debian/NEWS b/debian/NEWS
index d73c814..034ffe2 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,41 @@
+libmoose-perl (2.0400-1) UNRELEASED; urgency=low
+
+  From upstream Changes:
+
+  [DEPRECATIONS]
+
+  * The optimize_as option for type constraints has been deprecated. Use the
+    inline_as option to provide inlining code instead. (Dave Rolsky)
+
+  [API CHANGES]
+
+  * Methods to introspect a class's methods will now return methods defined in
+    UNIVERSAL (isa, can, etc.). This also means that you can wrap these
+    methods with method modifiers. RT #69839. Reported by Vyacheslav
+    Matyukhin. (Dave Rolsky)
+
+  * The ->parent and ->parents method for a union now return the nearest
+    common ancestor of that union's component types. See Moose::Manual::Delta
+    for more details. (Dave Rolsky)
+
+  * The ->parents method used to return an arrayref for union types, and a
+    list of one or more types for all other types. Now they all return
+    lists. (Dave Rolsky)
+
+  * The ->is_subtype_of and ->is_a_type_of methods have changed their behavior
+    for union types. Previously, they returned true if any of their member
+    types returned true for a given type. Now, all of the member types must
+    return true. RT #67731. (Dave Rolsky)
+
+  [OTHER]
+
+  * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are
+    no longer documented, and will cause a deprecation warning in the
+    future. Moose now uses Class::Load to provide this functionality, and you
+    should as well. (Dave Rolsky)
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Wed, 16 Nov 2011 16:22:19 +0100
+
 libmoose-perl (2.0000-1) unstable; urgency=low
 
   From upstream Changes:
@@ -12,7 +50,7 @@ libmoose-perl (2.0000-1) unstable; urgency=low
 
   [API CHANGES]
 
-  * The RegexpRef type constraint now accepts regular expressions blessed 
+  * The RegexpRef type constraint now accepts regular expressions blessed
     into other classes, such as those found in pluggable regexp engines.
     Additionally the 'Object' constraint no longer rejects objects which
     implementation is a regular expression. (David Leadbeater)
@@ -22,15 +60,15 @@ libmoose-perl (2.0000-1) unstable; urgency=low
     attribute_metaclass. This is also overridable via ::MetaRole, with the
     applied_attribute key in the role_metaroles hashref (doy).
 
-  * The internal code used to generate inlined methods (accessor, 
-    constructor, etc.) has been massively rewritten. MooseX modules that do 
+  * The internal code used to generate inlined methods (accessor,
+    constructor, etc.) has been massively rewritten. MooseX modules that do
     inlining will almost certainly need to be updated as well.
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Wed, 13 Apr 2011 11:19:27 +0200
 
 libmoose-perl (1.15-1) unstable; urgency=low
 
-  From upstream Changes:  
+  From upstream Changes:
 
   [API CHANGES]
 
@@ -62,7 +100,7 @@ libmoose-perl (1.14-1) unstable; urgency=low
   your software:
 
   * The deprecation warnings for alias and excludes are back, use -alias
-    and -excludes instead. (Dave Rolsky)  
+    and -excludes instead. (Dave Rolsky)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 03 Oct 2010 18:18:03 -0400
 
@@ -84,6 +122,6 @@ libmoose-perl (0.59-1) unstable; urgency=low
   From upstream CHANGELOG entry:
     !! This release has an incompatible change regarding !!
     !! how roles add methods to a class !!
-  
+
  -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Tue, 28 Oct 2008 12:10:23 +0100
 

-- 
Debian packaging of libmoose-perl



More information about the Pkg-perl-cvs-commits mailing list