--- rat/lonambiguous.pm 2008/11/11 16:06:46 1.22 +++ rat/lonambiguous.pm 2008/11/20 15:19:05 1.23 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to resolve ambiguous file locations # -# $Id: lonambiguous.pm,v 1.22 2008/11/11 16:06:46 jms Exp $ +# $Id: lonambiguous.pm,v 1.23 2008/11/20 15:19:05 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -27,40 +27,6 @@ # -=head1 NAME - -Apache::lonambiguous - -=head1 SYNOPSIS - -Handler to resolve ambiguous file locations. - -This is part of the LearningOnline Network with CAPA project -described at http://www.lon-capa.org. - -=head1 HANDLER SUBROUTINE - -make_symb() - -and - -handler() - -=head1 OTHER SUBROUTINES - -=over - -=item * - -cleanup() - -=item * - -getlost() - -=back - -=cut package Apache::lonambiguous; @@ -266,6 +232,40 @@ __END__ +=head1 NAME + +Apache::lonambiguous + +=head1 SYNOPSIS + +Handler to resolve ambiguous file locations. + +This is part of the LearningOnline Network with CAPA project +described at http://www.lon-capa.org. + +=head1 HANDLER SUBROUTINE + +make_symb() + +and + +handler() + +=head1 OTHER SUBROUTINES + +=over + +=item * + +cleanup() + +=item * + +getlost() + +=back + +=cut