The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for multidimensional

0.007     2010-12-06 23:06:16 Europe/London
 - Fix code before declaration in multidimensional.xs
   (RT#63676)

0.006     2010-11-22 12:44:03 Europe/London
 - Add B::Hooks::OP::Check to ConfigureRequires

0.005     2010-11-20 21:21:15 Europe/London
 - Make work with perl < 5.8.8

0.004     2010-11-19 12:58:33 Europe/London
 - Perl 5.8 fixes
   - use Lexical::SealRequireHints
   - set $^H |= 0x20000
   - use hv_fetch() instead of hv_fetchs()

0.003     2010-11-18 12:53:38 Europe/London
 - Call ExtUtils::Depends from the built Makefile.PL,
   not when building it

0.002 2010-11-16
 - Don't disallow explicit join($;, ...) in hash subscript

0.001 2010-11-16
 - initial release