|
NAMEGungho::Base::Class - Base For Classes That Won't Be InstantiatedSYNOPSISpackage Gungho; use base qw(Gungho::Base::Class); DESCRIPTIONThis 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. METHODSsetup
Visit the GSP FreeBSD Man Page Interface. |