From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

$MaxMind::DB::Reader::Data::Container::VERSION = '0.050004';
use strict;
sub new {
my $str = 'container';
return bless \$str, __PACKAGE__;
}
1;