pkgsrc/devel/p5-Devel-Size/Makefile
obache 991690a538 Update p5-Devel-Size to 0.79, compatibility fix for perl-5.18.
Revision history for Perl extension Devel::Size.

0.79 2013-05-12 nicholas
 [no changes]

0.78_52 2013-05-10 nicholas
 * Fix the bug in the previous fix. Oops :-)

0.78_51 2013-05-10 nicholas
 * v5.17.1 and later handle CopSTASH differently under ithreads

0.78_50 2013-05-10 nicholas
 * Alternative test for CvOUTSIDE, and one for CvPADLIST
 * v5.17 changes the type of PADLIST [CPAN #83904]
 * stubbed subs no longer have CvOUTSIDE set [CPAN #77913]
 * Fix for v5.17.2's OP slab allocator [CPAN #83903]
 * Spelling fix to docs from gregor herrmann [CPAN #78766]
2013-06-01 03:46:57 +00:00

16 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/06/01 03:46:57 obache Exp $
DISTNAME= Devel-Size-0.79
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Devel-Size/
COMMENT= Perl 5 module for finding the memory usage of variables
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Devel/Size/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"