           SPELL=class-data-inheritable
         VERSION=0.06
          SOURCE=Class-Data-Inheritable-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Class-Data-Inheritable-$VERSION
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TM/TMTM/$SOURCE
     SOURCE_HASH=sha512:0f020081b121b84e8218d92ad5f1704653103a5aa35a307b0860ae2365b5efb7d1225bff7319fae4326e9c80143388b05428dab6ab29f10476c8db3222f69d26
        WEB_SITE=http://search.cpan.org/~tmtm/Class-Data-Inheritable/
         ENTERED=20060520
        KEYWORDS="perl"
           SHORT="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
