[libclass-tiny-perl] 03/05: Add note about backwards-incompatible changes to debian/NEWS.

gregor herrmann gregoa at debian.org
Sat Jul 26 14:00:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libclass-tiny-perl.

commit a3709ba8c02ebb027513c02e6ee7c58603fdf5ee
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 26 15:54:15 2014 +0200

    Add note about backwards-incompatible changes to debian/NEWS.
---
 debian/NEWS | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..3a1c9b5
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,19 @@
+libclass-tiny-perl (1.000-1) unstable; urgency=medium
+
+  From upstream Changes:
+
+    [*** INCOMPATIBLE CHANGES ***]
+
+    - Attributes for custom accessors *MUST* be declared for them to be
+      set via the constructor.  It is no longer sufficient for a method of
+      the same name to exist.
+
+    - Unknown constructor arguments are ignored rather than fatal; they are
+      not included in the object.  Special instructions for using BUILD to
+      hide constructor arguments from validation are irrelevant and have
+      been removed.
+
+    - These changes make Class::Tiny-based classes easier to subclass by
+      more advanced object frameworks like Moose or Moo.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 26 Jul 2014 15:52:39 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-tiny-perl.git



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