]> mj.ucw.cz Git - libucw.git/commit
UCW::CGI error handling split off to separate module UCW::CGI::ErrorHandler
authorMartin Mares <mj@ucw.cz>
Wed, 26 Dec 2012 19:13:13 +0000 (20:13 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 26 Dec 2012 19:13:13 +0000 (20:13 +0100)
commit39b28bffc195348b93294b5fa0a8b9e87ea7317a
tree8398b13fa4c0ab8500dfac971458b76b54747658
parentdd4af9ab4aa5e39ff3db44466b07b0c119b8aa21
UCW::CGI error handling split off to separate module UCW::CGI::ErrorHandler

I was really fed up with replaced error handling in indirectly related
pieces of code (like modules, which use UCW::CGI, because they might be
called in a context of a CGI script under some circumstances).

Let the people who want custom error handling ask for it directly.
ucw/perl/UCW/CGI.pm
ucw/perl/UCW/CGI/ErrorHandler.pm [new file with mode: 0644]
ucw/perl/UCW/CGI/Makefile [new file with mode: 0644]
ucw/perl/UCW/Makefile