          MODULE=Class-Data-Inheritable
         VERSION=0.08
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/
      SOURCE_VFY=sha1:522c7e948f126c0d0ab1f37b5e993f4fc5ce65de
        WEB_SITE=http://www.perl.com/CPAN/modules/by-module/CPAN/
         ENTERED=20070310
         UPDATED=20080309
           SHORT="Perl module to provide inheritable, overridable class data"
cat << EOF
Class::Data::Inheritable is for creating accessor/mutators to class
data. That is, if you want to store something about your class as a
whole (instead of about a single object). This data is then inherited by
your subclasses and can be overriden.
EOF
