git-cpan-module: Devel-Size
git-cpan-version: 0.61
git-cpan-authorid: DSUGAL
git-cpan-file: authors/id/D/DS/DSUGAL/Devel-Size-0.61.tar.gz
0.59 Sat Nov 27 16:42:42 2004
- Applied documentation and sane warning patch from Nigel Sandever
- Taught Devel::Size how to size up IO and globs properly
+
+0.61 Mon Jun 17 16:19:00 2005
+ - Added more checks for formats
+ - Got CVs sizing right
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Devel-Size
-version: 0.60
+version: 0.61
version_from: Size.pm
installdirs: site
requires:
@EXPORT = qw(
);
-$VERSION = '0.60';
+$VERSION = '0.61';
bootstrap Devel::Size $VERSION;
if (check_new(tracking_hash, cLOOPx(baseop)->op_nextop)) {
total_size += op_size(cLOOPx(baseop)->op_nextop, tracking_hash);
}
- if (check_new(tracking_hash, cLOOPx(baseop)->op_lastop)) {
- total_size += op_size(cLOOPx(baseop)->op_lastop, tracking_hash);
- }
+// if (check_new(tracking_hash, cLOOPx(baseop)->op_lastop)) {
+// total_size += op_size(cLOOPx(baseop)->op_lastop, tracking_hash);
+// }
case OPc_COP:
{
COP *basecop;