In article <[EMAIL PROTECTED]> wrote "Perl Authors Upload Server"
<[EMAIL PROTECTED]>:
> The following module was proposed for inclusion in the Module List:
> modid: Errors::Errors
> ...
> similar:
>
> rationale:
>
> Unique "Errors" module. For any kind of programs,scripts and so on... Centralize
>errors
> handling, using objects. It's based on: events,signals and custom pre-defined
>errors. It is
> small and effective.
>
> Through Errors::Errors module Perl programmers are able to improve errors
>handling and their
> programming style!
>
> It's simple and brilliant :-)
>
I'm afraid there are many similar modules.
By searching in CPAN for error and log,
many modules are logging errors, enabling try { ... } catch { ... } blocks.
There are modules using objects and someones they don't.
I don't want to say, that you did something what anybody else has already done,
but I can't decide by your description what are the differences to the other modules.
Perhaps you can give us a short synopsis.
On the other hand, Errors::Errors is a namespace like WWW:WWW or CGI::CGI or
Math::Math.
The second level namespace should explain the details, not repeat the top level
namespace.
What about Errors::Simple, Errors::Lite, Errors::Centralized, ...
Greetings,
Andrea