-
-
14 Apr 2011 20:11:38 UTC
- Development release
- Browse (raw)
- Changes
- How to Contribute
- Issues (11)
- Testers (7 / 0 / 0)
- Kwalitee
Bus factor: 1- License: unknown
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (60.79KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.72_50 - 2011-04-14
- Exception handling is totally MSVC specific, so only use it there
- this means that we don't need to use a C++ compiler anywhere
- Rework bit-vector tracking mechanism to use a 256-way tree. This avoids making assumptions about 64-bit platforms' memory layouts, and eliminates the fatal error introduced in 0.72 when the assumption was violated.
- Convert to XSLoader
- Resolve CPAN #49437 (Devel::Size adds magic in Perl 5.10)
- Resolve CPAN #58484 and #58485 (related to CVs that are XSUBs)
Modules
Perl extension for finding the memory usage of Perl variablesOther files
Module Install Instructions
To install Devel::Size, copy and paste the appropriate command in to your terminal.
cpanm Devel::Size
perl -MCPAN -e shell install Devel::Size
For more information on module installation, please visit the detailed CPAN module installation guide.