[libclass-tiny-perl] 11/11: v1.000

gregor herrmann gregoa at debian.org
Sun May 31 14:03:53 UTC 2015


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

gregoa pushed a commit to annotated tag release-1.000
in repository libclass-tiny-perl.

commit ed700bbc7479a85de73d2f376df2791ea9377832
Author: David Golden <dagolden at cpan.org>
Date:   Wed Jul 16 09:55:52 2014 -0400

    v1.000
    
        [*** 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.
---
 cpanfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cpanfile b/cpanfile
index 7a2ee08..3e2b532 100644
--- a/cpanfile
+++ b/cpanfile
@@ -8,7 +8,6 @@ on 'test' => sub {
   requires "ExtUtils::MakeMaker" => "0";
   requires "File::Spec::Functions" => "0";
   requires "List::Util" => "0";
-  requires "Scalar::Util" => "0";
   requires "Test::More" => "0.96";
   requires "base" => "0";
   requires "lib" => "0";

-- 
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