[COMMIT LOGREPORT] service/all/lib/Lire Average.pm,1.13,1.14
Francis J. Lacoste
flacoste at users.sourceforge.net
Tue Jun 14 21:47:40 CEST 2005
Update of /cvsroot/logreport/service/all/lib/Lire
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2970/all/lib/Lire
Modified Files:
Average.pm
Log Message:
Added missing import.
Index: Average.pm
===================================================================
RCS file: /cvsroot/logreport/service/all/lib/Lire/Average.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Average.pm 2 Jul 2004 16:09:24 -0000 1.13
+++ Average.pm 14 Jun 2005 19:47:37 -0000 1.14
@@ -7,7 +7,7 @@
use Carp;
use Lire::DataTypes qw/ is_numeric_type format_numeric_type /;
-use Lire::Utils qw/ sql_quote_name /;
+use Lire::Utils qw/ sql_quote_name check_object_param/;
use Lire::ReportOperator qw/group_data_value/;
use Lire::Count;
use Lire::Sum;
--
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of
"unsubscribe". Trouble? Send an email with subject "help" to
commit-request at logreport.org
More information about the Commit
mailing list