pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Trigger Update p5-Class-Trigger to 0.12.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43965f9ad183
branches:  trunk
changeset: 535455:43965f9ad183
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Sun Nov 18 13:28:26 2007 +0000

description:
Update p5-Class-Trigger to 0.12.

Changes from 0.10:
0.12 Mon Aug 20 16:06:50 PDT 2007
    - Make this a release

0.11_03  Wed Jun 20 12:12:36 PDT 2007
    - Fixed a bug in backward-compatiblity code to handle multiple
      hooks in one add_trigger() call. (Thanks to mark addison)

0.11_02  Sun Jun 10 18:09:58 PDT 2007
    - Added a test to make sure $_ is not clobbered
      (Thanks to mark addison)
    - Killed the hidden feature to add multiple hooks in one
      add_trigger() call because it interfers with named parameter style
      calls. (Thanks to clkao)

0.11_01  Mon May 28 21:03:03 PDT 2007

    - Added support for abortable triggers.
    - Added named-parameters calling convention for add_trigger
    - Added new last_trigger_results method and began capturing trigger return values.

    - FUNCTIONALITY CHANGE: When no triggers are called for a trigger point, the return value is now '0', not undef.
      (Thanks to Jesse Vincent)

0.11  Thu Feb 22 19:02:09 PST 2007
        - Fixed a bug due to Class::Data::Inheritable, where
          triggers added to the superclass after trigger is added in
          the child class are ignored in the child class.
          See t/03_inherit.t for example.
          (Thanks to Brad Choate, Yann Kerherve, Ben Trott and Fumiaki Yoshimatsu)

diffstat:

 devel/p5-Class-Trigger/Makefile |  4 ++--
 devel/p5-Class-Trigger/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 53ccccc10923 -r 43965f9ad183 devel/p5-Class-Trigger/Makefile
--- a/devel/p5-Class-Trigger/Makefile   Sun Nov 18 13:27:09 2007 +0000
+++ b/devel/p5-Class-Trigger/Makefile   Sun Nov 18 13:28:26 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2005/11/24 19:00:25 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2007/11/18 13:28:26 hiramatsu Exp $
 #
 
-DISTNAME=      Class-Trigger-0.10
+DISTNAME=      Class-Trigger-0.12
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5ctr
 CATEGORIES=    devel perl5
diff -r 53ccccc10923 -r 43965f9ad183 devel/p5-Class-Trigger/distinfo
--- a/devel/p5-Class-Trigger/distinfo   Sun Nov 18 13:27:09 2007 +0000
+++ b/devel/p5-Class-Trigger/distinfo   Sun Nov 18 13:28:26 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/11/24 19:00:25 wiz Exp $
+$NetBSD: distinfo,v 1.5 2007/11/18 13:28:26 hiramatsu Exp $
 
-SHA1 (Class-Trigger-0.10.tar.gz) = 964516782e1816766609e864f2d593971961fe74
-RMD160 (Class-Trigger-0.10.tar.gz) = e7f22d9f6778be84d29a0f7a59efc2c8d51b9f39
-Size (Class-Trigger-0.10.tar.gz) = 5828 bytes
+SHA1 (Class-Trigger-0.12.tar.gz) = 3e4d17212e8b656f9b7f168839f073f4c3199ca7
+RMD160 (Class-Trigger-0.12.tar.gz) = 94280270e16920c473ab6c18b07e5bb75187884f
+Size (Class-Trigger-0.12.tar.gz) = 7809 bytes



Home | Main Index | Thread Index | Old Index