The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Catmandu::Expander;

use Catmandu::Sane;

our $VERSION = '1.0605';

use parent 'CGI::Expand';

sub max_array {1000000}

1;