           SPELL=perl-error
         VERSION=0.17016
     SOURCE_HASH=sha512:02b7bbfc108e105dcf9a18fb3eb3f282df382680fe2230d6b450cf9cf4c66ab244a324d6707c7f5d27b294de760b6a7e22480003504595ebeca09110475769d3
          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=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
