--- loncom/publisher/londiff.pm 2007/01/15 18:34:32 1.23 +++ loncom/publisher/londiff.pm 2008/11/10 13:20:04 1.24 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to show differences between file versions # -# $Id: londiff.pm,v 1.23 2007/01/15 18:34:32 albertel Exp $ +# $Id: londiff.pm,v 1.24 2008/11/10 13:20:04 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -27,6 +27,24 @@ # ### +=pod + +=head1 NAME + +Apache::londiff + +=head1 SYNOPSIS + +Handler to show difference between two files. + +This is part of the LearningOnline Network with CAPA project +described at http://www.lon-capa.org. + +=head2 Subroutines + +=cut + + package Apache::londiff; use strict;