pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-NonMoose - updated to 0.07



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d80432343d6b
branches:  trunk
changeset: 566066:d80432343d6b
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Mon Oct 12 21:59:45 2009 +0000

description:
- updated to 0.07
ChangeLog:
0.07    09/27/2009
    Start adding support for non-Moose destructors. Destructor inlining isn't
    supported yet, since Moose isn't quite flexible enough there for it to be
    more than an annoying hack, but this should still work with immutable
    classes anyway.

0.06    09/27/2009
    defining a custom constructor in a class using mx-nonmoose now works

    use a less broken test for whether or not a superclass has an inlined
    constructor (fixes issue uncovered by fixes to Moose's metaclass
    compatibility fixing)

diffstat:

 devel/p5-MooseX-NonMoose/Makefile |  5 ++---
 devel/p5-MooseX-NonMoose/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 9d2f8375d6a8 -r d80432343d6b devel/p5-MooseX-NonMoose/Makefile
--- a/devel/p5-MooseX-NonMoose/Makefile Mon Oct 12 21:58:43 2009 +0000
+++ b/devel/p5-MooseX-NonMoose/Makefile Mon Oct 12 21:59:45 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2009/09/24 06:50:14 sno Exp $
+# $NetBSD: Makefile,v 1.3 2009/10/12 21:59:45 rhaen Exp $
 #
 
-DISTNAME=      MooseX-NonMoose-0.05
+DISTNAME=      MooseX-NonMoose-0.07
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MooseX/}
 
diff -r 9d2f8375d6a8 -r d80432343d6b devel/p5-MooseX-NonMoose/distinfo
--- a/devel/p5-MooseX-NonMoose/distinfo Mon Oct 12 21:58:43 2009 +0000
+++ b/devel/p5-MooseX-NonMoose/distinfo Mon Oct 12 21:59:45 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/19 20:53:10 seb Exp $
+$NetBSD: distinfo,v 1.2 2009/10/12 21:59:45 rhaen Exp $
 
-SHA1 (MooseX-NonMoose-0.05.tar.gz) = 75a54fa5b1d6fafd4c5745ca727b79c4e69ba178
-RMD160 (MooseX-NonMoose-0.05.tar.gz) = e73967bd54a4ad9dd94e8bf19460f219980144b7
-Size (MooseX-NonMoose-0.05.tar.gz) = 15564 bytes
+SHA1 (MooseX-NonMoose-0.07.tar.gz) = 6fff503ba588a3b0bc9ddd8b578bd532b5e6b143
+RMD160 (MooseX-NonMoose-0.07.tar.gz) = c1dcd5ca09e359ae3f506814b1f9f44d975dedca
+Size (MooseX-NonMoose-0.07.tar.gz) = 16710 bytes



Home | Main Index | Thread Index | Old Index