Gungho::Base::Class - Base For Classes That Won't Be Instantiated


Gungho documentation  | view source Contained in the Gungho distribution.

Index


NAME

Top

Gungho::Base::Class - Base For Classes That Won't Be Instantiated

SYNOPSIS

Top

  package Gungho;
  use base qw(Gungho::Base::Class);

DESCRIPTION

Top

This is a silly module, here only because Gungho used to be instance-based and yet change to class-only after realizing you can't have multiple instances of, for example, POE based Gungho objects and/or Danga::Socket based objects.

You usually don't need to know about this module.

METHODS

Top

setup


Gungho documentation  | view source Contained in the Gungho distribution.