Revision history for Perl extension Devel::Size.
+0.74 2011-04-18 nicholas
+ * Correct the Makefile.PL - LICENSE was added to ExtUtils::MakeMaker in 6.31
+
0.73_51 2011-04-17 nicholas
* Refactor the C code to accumulate the size inside the tracking structure
- this means that the C *_size() functions now return void
NAME => 'Devel::Size',
VERSION_FROM => 'lib/Devel/Size.pm',
($ExtUtils::MakeMaker::VERSION >= 6.47 ? (MIN_PERL_VERSION => '5.008') : ()),
- ($ExtUtils::MakeMaker::VERSION >= 6.30 ? (LICENSE => 'perl') : ()),
+ ($ExtUtils::MakeMaker::VERSION >= 6.31 ? (LICENSE => 'perl') : ()),
);