--- loncom/interface/spreadsheet/classcalc.pm 2003/06/23 19:58:18 1.10 +++ loncom/interface/spreadsheet/classcalc.pm 2003/09/05 01:06:45 1.11 @@ -1,5 +1,5 @@ # -# $Id: classcalc.pm,v 1.10 2003/06/23 19:58:18 matthew Exp $ +# $Id: classcalc.pm,v 1.11 2003/09/05 01:06:45 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -46,6 +46,8 @@ classcalc package Apache::classcalc; use strict; +use warnings FATAL=>'all'; +no warnings 'uninitialized'; use Apache::Constants qw(:common :http); use Apache::loncoursedata(); use Apache::lonhtmlcommon();