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::Worms::Base -- base class for worms

SYNOPSIS

package Spunky;
use Games::Worms::Random;
@ISA = ('Games::Worms::Random');
...stuff...

DESCRIPTION

This is the base class for all worms in Worms.