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

version 1.24, 2008/11/10 13:20:04 version 1.25, 2008/11/20 14:37:30
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;
Line 226  sub handler { Line 211  sub handler {
 __END__  __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

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


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