use Transit; my $c = Transit->new( ); [change some values of node attributes] my $d = Transit->new( ); say "first map_info object: ", $c->map_data; say "second map_info object: ", $d->map_data;