           SPELL=perl-error
         VERSION=0.17014
          SOURCE=Error-$VERSION.tar.gz
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SH/SHLOMIF/$SOURCE
     SOURCE_HASH=sha512:9dce9ce4982fe03f43782765648a7c890cdad551efe923e61930488bad5b9a1040b3ab9af27e848df50d8d396f6fb5a2eedebfe09472de619168e6b84fac4eb5
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Error-$VERSION
        WEB_SITE=http://search.cpan.org/~shlomif/Error/
      LICENSE[0]=ART
         ENTERED=20070526
           SHORT="error/exception handling in an OO-ish way"
cat << EOF
The Error package provides two interfaces. Firstly Error provides a
procedural interface to exception handling. Secondly Error is a base class
for errors/exceptions that can either be thrown, for subsequent catch,
or can simply be recorded.

Errors in the class Error should not be thrown directly, but the user should
throw errors from a sub-class of Error.
EOF
