Diff for /loncom/publisher/londiff.pm between versions 1.23 and 1.24

version 1.23, 2007/01/15 18:34:32 version 1.24, 2008/11/10 13:20:04
Line 27 Line 27
 #  #
 ###  ###
   
   =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;  package Apache::londiff;
   
 use strict;  use strict;

Removed from v.1.23  
changed lines
  Added in v.1.24


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>