summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Size
AgeCommit message (Collapse)AuthorFilesLines
2011-08-12Changes 0.77:adam2-9/+8
* [no changes] Changes 0.76_50: * Split out HEK size calculation into hek_size(). Add the shared HE overhead. * Handle shared hash key scalars correctly. * GvNAME() is shared from 5.10 onwards. * Count HvNAME(), the HV "aux" struct, the mro_meta struct, and ENAMEs. Changes 0.76: * Just fix the version number in the line below.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-09-15Initial import of p5-Devel-Size version 0.71 in the NetBSD Packagesseb3-0/+25
Collection. The Perl 5 module Devel::Size figures out the real size of Perl variables in bytes, as accurately as possible.