--- loncom/auth/localstudentphoto.pm 2006/02/10 02:38:59 1.4 +++ loncom/auth/localstudentphoto.pm 2008/11/20 14:37:52 1.7 @@ -1,6 +1,6 @@ # The LON-CAPA dummy student photo fetch mechnism # -# $Id: localstudentphoto.pm,v 1.4 2006/02/10 02:38:59 raeburn Exp $ +# $Id: localstudentphoto.pm,v 1.7 2008/11/20 14:37:52 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -80,20 +80,6 @@ sub thumbsettings { my $thumbsize = '40x40'; return ($fullsize,$thumbsize); } - -############################### -# sub AUTOLOAD -# -# Incoming data: none -# Returns '' -# -# 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 "Programming Perl" 3rd ed. pp 296-298. -############################### sub AUTOLOAD { our $AUTOLOAD; @@ -102,3 +88,29 @@ sub AUTOLOAD { 1; __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 +