--- loncom/publisher/londiff.pm 2008/11/10 13:20:04 1.24 +++ loncom/publisher/londiff.pm 2008/11/20 14:37:30 1.25 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to show differences between file versions # -# $Id: londiff.pm,v 1.24 2008/11/10 13:20:04 jms Exp $ +# $Id: londiff.pm,v 1.25 2008/11/20 14:37:30 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -27,22 +27,7 @@ # ### -=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; @@ -226,5 +211,27 @@ sub handler { __END__ +=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. + +=head1 Subroutines + +=over + +=item get_split_file() + +=item are_different_files() + +=item handler() + +=cut