[freeside-commits] freeside/FS/FS/UI bytecount.pm,1.1.2.3,1.1.2.4

Ivan,,, ivan at wavetail.420.am
Wed Apr 25 20:36:00 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS/UI
In directory wavetail:/tmp/cvs-serv10635

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	bytecount.pm 
Log Message:
old Number::Format silently ignores datavolume-forcemegabytes

Index: bytecount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/UI/bytecount.pm,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- bytecount.pm	26 Apr 2007 03:11:56 -0000	1.1.2.3
+++ bytecount.pm	26 Apr 2007 03:35:58 -0000	1.1.2.4
@@ -3,7 +3,7 @@
 use strict;
 use vars qw($DEBUG $me);
 use FS::Conf;
-use Number::Format;
+use Number::Format 1.50;
 
 $DEBUG = 0;
 $me = '[FS::UID::bytecount]';



More information about the freeside-commits mailing list