pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-MOP Update from version 0.72 to 0.73.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71529ad88706
branches:  trunk
changeset: 551856:71529ad88706
user:      he <he%pkgsrc.org@localhost>
date:      Sat Dec 20 19:33:50 2008 +0000

description:
Update from version 0.72 to 0.73.

Upstream changes:

0.73 Tue, December 16, 2008
    * MOP.xs
      - Don't use Perl_mro_meta_init. It's not part of the public perl
        api. Fixes failures to build on Win32 (RT #41750).  (Florian
        Ragwitz)
    * t/082_get_code_info.t
      - Add $^P &= ~0x200; (per Ovid's suggestion) in order to not
        munger anonymous subs when under -d and so making the tests
        succeed in that case.

diffstat:

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

diffs (26 lines):

diff -r 785f753537b8 -r 71529ad88706 devel/p5-Class-MOP/Makefile
--- a/devel/p5-Class-MOP/Makefile       Sat Dec 20 19:25:36 2008 +0000
+++ b/devel/p5-Class-MOP/Makefile       Sat Dec 20 19:33:50 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2008/12/09 22:18:40 seb Exp $
+# $NetBSD: Makefile,v 1.13 2008/12/20 19:33:50 he Exp $
 #
 
-DISTNAME=      Class-MOP-0.72
+DISTNAME=      Class-MOP-0.73
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Class/}
diff -r 785f753537b8 -r 71529ad88706 devel/p5-Class-MOP/distinfo
--- a/devel/p5-Class-MOP/distinfo       Sat Dec 20 19:25:36 2008 +0000
+++ b/devel/p5-Class-MOP/distinfo       Sat Dec 20 19:33:50 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2008/12/09 22:18:40 seb Exp $
+$NetBSD: distinfo,v 1.11 2008/12/20 19:33:50 he Exp $
 
-SHA1 (Class-MOP-0.72.tar.gz) = 05aab46cabf3bf46b18bbd7d95470033ae1a66fd
-RMD160 (Class-MOP-0.72.tar.gz) = d0a554840f26c1d72fe67d0123733c6193490412
-Size (Class-MOP-0.72.tar.gz) = 151637 bytes
+SHA1 (Class-MOP-0.73.tar.gz) = 44872ecd204c790f61557c6c3c0dbc9525005fb7
+RMD160 (Class-MOP-0.73.tar.gz) = 90e305f2adaf7c31277c081726f3232d9dbe29c7
+Size (Class-MOP-0.73.tar.gz) = 152352 bytes



Home | Main Index | Thread Index | Old Index