           SPELL=perl-error
         VERSION=0.17029
    SOURCE_HASH=sha512:266ba1feff897c1d162e69a83e595cb40da9a6e1d8b10cc5531626eff392c6da94be03ba722c74827fc2ea0d9d1c1e62e824d9021e098b700db65dd0b3acbd0a
#      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
          SOURCE=Error-$VERSION.tar.gz
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SH/SHLOMIF/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Error-$VERSION"
        WEB_SITE=https://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
