NAME
InstanceCountingClass - An example metaclass which counts instances
SYNOPSIS
DESCRIPTION
This is a classic example of a metaclass which keeps a count of each instance which is created.
AUTHORS
Stevan Little <stevan@iinteractive.com>
Yuval Kogman <nothingmuch@woobling.com>
COPYRIGHT AND LICENSE
Copyright 2006-2008 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.