Thu Jan 29 05:16:50 2015 UTC ()
Update 0.01 to 0.07
-------------------
0.07    2014-10-19 18:26:32Z
        - skip failing PadWalker tests on < 5.009 (RT#99581)

0.06    2014-10-19 01:49:27Z
        - documentation updates (thanks, mohawk!)

0.05    20142014-10-18 06:51:53Z
        - minor documentation updates
        - converted packaging to Dist::Zilla; declared correct prerequisites
        - updated ppport.h to latest version

0.04    2013-05-14
        - fix pod formatting (Curtis Brandt)

0.03    2013-05-14
        - walk_arena() now sorts by class name when refcounts are equal, for
          easier comparison between successive runs (Karen Etheridge)

0.02    2012-10-24 18:30:24Z
        - fix test failures, and note this caveat in the docs


(mef)
diff -r1.8 -r1.9 pkgsrc/devel/p5-Devel-Gladiator/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Devel-Gladiator/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/p5-Devel-Gladiator/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Devel-Gladiator/Makefile 2014/05/29 23:35:50 1.8
+++ pkgsrc/devel/p5-Devel-Gladiator/Makefile 2015/01/29 05:16:50 1.9
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2014/05/29 23:35:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2015/01/29 05:16:50 mef Exp $
2 2
3DISTNAME= Devel-Gladiator-0.01 3DISTNAME= Devel-Gladiator-0.07
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 6 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Devel-Gladiator/ 9HOMEPAGE= http://search.cpan.org/dist/Devel-Gladiator/
11COMMENT= Perl 5 module to walk Perl's arena 10COMMENT= Perl 5 module to walk Perl's arena
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PERL5_PACKLIST= auto/Devel/Gladiator/.packlist 13PERL5_PACKLIST= auto/Devel/Gladiator/.packlist
15 14
16.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Devel-Gladiator/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Devel-Gladiator/distinfo 2008/10/12 10:39:44 1.1.1.1
+++ pkgsrc/devel/p5-Devel-Gladiator/distinfo 2015/01/29 05:16:50 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/10/12 10:39:44 seb Exp $ 1$NetBSD: distinfo,v 1.2 2015/01/29 05:16:50 mef Exp $
2 2
3SHA1 (Devel-Gladiator-0.01.tar.gz) = b7da93dc2424d511cd482e3a3360055ae0788ceb 3SHA1 (Devel-Gladiator-0.07.tar.gz) = 5df53d1e82e2f7600c080176491d932186eb5fa9
4RMD160 (Devel-Gladiator-0.01.tar.gz) = e5f26f24892a2b953081c34993ea5d1260bb8c35 4RMD160 (Devel-Gladiator-0.07.tar.gz) = 6484d8a274f6f9e20e3db90382af1e0e00f404b0
5Size (Devel-Gladiator-0.01.tar.gz) = 33014 bytes 5Size (Devel-Gladiator-0.07.tar.gz) = 72534 bytes