The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Weewar::Base - base class for Weewar entities

SYNOPSIS

   # don't use this

DESCRIPTION

This basically interperets the mini-language that Weewar::Game and Weewar::User use to describe the XML. It parses the XML and makes it into a perl object.

METHODS

mk_weewar_accessors

Read the data in the class to make accessors and the custom XML parser to populate them.

Read the source if you care.

get

Overriden to handle read accessors lazily.

SEE ALSO

Weewar is what you want.