           SPELL=class-data-inheritable
         VERSION=0.04
          SOURCE=Class-Data-Inheritable-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Class-Data-Inheritable-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/authors/id/T/TM/TMTM/$SOURCE
     SOURCE_HASH=sha512:133e026f3f9b9e476c12d34153f4c2a6773cdda50fe485a773a3a739ec72e83cfe87d25a13646ce3bd46273420ef3b6fc5893defa77e604db93cc63bef040379
        WEB_SITE="http://search.cpan.org/search?dist=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
