--- loncom/configuration/Configuration.pm 2002/09/09 13:57:37 1.7 +++ loncom/configuration/Configuration.pm 2003/02/03 18:03:52 1.8 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Configuration file reader # -# $Id: Configuration.pm,v 1.7 2002/09/09 13:57:37 harris41 Exp $ +# $Id: Configuration.pm,v 1.8 2003/02/03 18:03:52 harris41 Exp $ # # # Copyright Michigan State University Board of Trustees @@ -27,7 +27,6 @@ # http://www.lon-capa.org/ # # YEAR=2002 -# 05/03 Scott Harrison # ### @@ -35,7 +34,7 @@ package LONCAPA::Configuration; -$VERSION = sprintf("%d.%02d", q$Revision: 1.7 $ =~ /(\d+)\.(\d+)/); +$VERSION = sprintf("%d.%02d", q$Revision: 1.8 $ =~ /(\d+)\.(\d+)/); use strict; @@ -113,8 +112,6 @@ given toward the B file name proce =head1 AUTHORS -Scott Harrison - This library is free software; you can redistribute it and/or modify it under the same terms as LON-CAPA itself.