--- loncom/interface/lonerrorhandler.pm 2008/11/17 14:11:24 1.18 +++ loncom/interface/lonerrorhandler.pm 2008/11/18 19:14:22 1.19 @@ -1,7 +1,7 @@ # The LearningOnline Network # Internal Server Error Handler # -# $Id: lonerrorhandler.pm,v 1.18 2008/11/17 14:11:24 schafran Exp $ +# $Id: lonerrorhandler.pm,v 1.19 2008/11/18 19:14:22 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -26,6 +26,25 @@ # http://www.lon-capa.org/ # +=pod + +=head1 NAME + +Apache::lonerrorhandler.pm + +=head1 SYNOPSIS + +Handles errors. + +This is part of the LearningOnline Network with CAPA project +described at http://www.lon-capa.org. + +=head1 OVERVIEW + +None + +=cut + package Apache::lonerrorhandler; use strict;