Diff for /loncom/auth/localstudentphoto.pm between versions 1.6 and 1.7

version 1.6, 2008/11/10 14:11:01 version 1.7, 2008/11/20 14:37:52
Line 26 Line 26
 #  #
 # 8/24 Guy Albertelli  # 8/24 Guy Albertelli
   
 =pod  
   
 =head1 NAME  
   
 Apache::localstudentphoto  
   
 =head1 SYNOPSIS  
   
 Incoming data: none  
 Returns ''  
   
 =head1 OVERVIEW  
   
 Prevents errors when undefined subroutines are called in this package.   
 Will allow new routines added in the future to be called from lond etc.  
 without the need for customized versions of local*.pm packages to be  
 modified to include the new subroutines immediately.  
   
 See I<"Programming Perl"> 3rd ed. pp 296-298.  
   
 This is part of the LearningOnline Network with CAPA project  
 described at http://www.lon-capa.org.  
   
 =cut  
   
   
 package localstudentphoto;  package localstudentphoto;
 use lib '/home/httpd/lib/perl/';  use lib '/home/httpd/lib/perl/';
Line 114  sub AUTOLOAD { Line 89  sub AUTOLOAD {
 1;  1;
 __END__  __END__
   
   =pod
   
   =head1 NAME
   
   Apache::localstudentphoto
   
   =head1 SYNOPSIS
   
   Incoming data: none
   Returns ''
   
   =head1 OVERVIEW
   
   Prevents errors when undefined subroutines are called in this package. 
   Will allow new routines added in the future to be called from lond etc.
   without the need for customized versions of local*.pm packages to be
   modified to include the new subroutines immediately.
   
   See I<"Programming Perl"> 3rd ed. pp 296-298.
   
   This is part of the LearningOnline Network with CAPA project
   described at http://www.lon-capa.org.
   
   =cut
   

Removed from v.1.6  
changed lines
  Added in v.1.7


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