There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Games::RolePlay::MapGen::GeneratorPlugin::ClearDoors - Remove all doors from a map.

SYNOPSIS

use Games::RolePlay::MapGen;

my $map = new Games::RolePlay::MapGen;

$map->add_generator_plugin( "ClearDoors" );

# (NOTE: this is really intended to be used from the GRM Editor.)

DESCRIPTION

This module removes all the doors from a map.

SEE ALSO

Games::RolePlay::MapGen