           SPELL=exception-class
         VERSION=1.23
          SOURCE=Exception-Class-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Exception-Class-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/authors/id/D/DR/DROLSKY/$SOURCE
     SOURCE_HASH=sha512:c1f76cf95e0c1881b0b5ae4eba5cbe51a1335840b171ad974ad60c35d5eb3f056c73cdd710d2b708550b626831631461396a604aae6bb2ec2896425e9e627a46
        WEB_SITE="http://search.cpan.org/search?dist=Exception-Class"
         ENTERED=20060520
        KEYWORDS="perl"
           SHORT="module that allows you to declare real exception classes"
cat << EOF
This module allows you to declare hierarchies of exception classes for
use in your code.  It also provides a simple exception class that it
uses as the default base class for all other exceptions.

You may choose to use another base class for your exceptions.
Regardless, the ability to declare all your exceptions at compile time
is a fairly useful trick and helps push people towards more structured
use of exceptions.
EOF
