           SPELL=perl-error
         VERSION=0.17012
          SOURCE=Error-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.cpan.org/authors/id/S/SH/SHLOMIF/$SOURCE
     SOURCE_HASH=sha512:769cee18a1bdbe3bfe531f80df8f7ebb7efb0a946372a6f253909c6c3d5467bcf938809311e81e6bbc1a7a7f02403d4c249ae907b25bf9c44826863dc44f626a
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
