r63464 - in /trunk/libmoose-perl/debian: NEWS changelog

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Oct 7 16:40:52 UTC 2010


Author: gregoa
Date: Thu Oct  7 16:40:34 2010
New Revision: 63464

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63464
Log:
Add API changes to debian/NEWS.

Modified:
    trunk/libmoose-perl/debian/NEWS
    trunk/libmoose-perl/debian/changelog

Modified: trunk/libmoose-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/NEWS?rev=63464&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/NEWS (original)
+++ trunk/libmoose-perl/debian/NEWS Thu Oct  7 16:40:34 2010
@@ -1,3 +1,31 @@
+libmoose-perl (1.15-1) unstable; urgency=low
+
+  From upstream Changes:  
+
+  [API CHANGES]
+
+  * Major changes to Native Traits, most of which make them act more like
+    "normal" attributes. This should be mostly compatible with existing code,
+    but see Moose::Manual::Delta for details.
+
+  * A few native traits (String, Counter, Bool) provide default values of "is"
+    and "default" when you created an attribute. Allowing them to provide
+    these values is now deprecated. Supply the value yourself when creating
+    the attribute.
+
+  * New option 'trait_aliases' for Moose::Exporter, which will allow you to
+    generate non-global aliases for your traits (and allow your users to
+    rename the aliases, etc). (doy)
+
+  * 'use Moose' and 'use Moose::Role' now accept a '-meta_name' option, to
+    determine which name to install the 'meta' name under. Passing 'undef'
+    to this option will suppress generation of the meta method entirely. (doy)
+
+  * Moose now warns if it overwrites an existing method named "meta" in your
+    class when you "use Moose". (doy)
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 07 Oct 2010 18:39:26 +0200
+
 libmoose-perl (1.14-1) unstable; urgency=low
 
   In this version, some major API changes may affect behaviour of

Modified: trunk/libmoose-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/changelog?rev=63464&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/changelog (original)
+++ trunk/libmoose-perl/debian/changelog Thu Oct  7 16:40:34 2010
@@ -6,6 +6,7 @@
     - add (build) dependency on libparams-util-perl
     - update list of Breaks
     - sort all dependency fields
+  * Add API changes to debian/NEWS.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 07 Oct 2010 18:18:45 +0200
 




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