-
-
15 Apr 2011 19:54:54 UTC
- Development release
- Browse (raw)
- Changes
- How to Contribute
- Issues (11)
- Testers (7 / 0 / 0)
- Kwalitee
Bus factor: 1- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (60.54KB)
- 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_52 - 2111-04-15
- Add a test for the non-exceptional warnings.
Changes for version 0.72_51 - 2111-04-15
- Add PERL_NO_GET_CONTEXT to improve performance under multiplicity
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.