[freeside-commits] branch FREESIDE_3_BRANCH updated. 3bb98ac3d942a65442b1127b2f4fff5a111c455d

Jeremy Davis jeremyd at 420.am
Fri May 23 13:17:32 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  3bb98ac3d942a65442b1127b2f4fff5a111c455d (commit)
      from  f6938ed944c173bb36480d1d46da42db951cf9cc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3bb98ac3d942a65442b1127b2f4fff5a111c455d
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Fri May 23 16:17:30 2014 -0400

    28898 Fix date formatting in cisco format

diff --git a/FS/FS/cdr/cisco.pm b/FS/FS/cdr/cisco.pm
index 4d08507..ebb2d00 100644
--- a/FS/FS/cdr/cisco.pm
+++ b/FS/FS/cdr/cisco.pm
@@ -4,7 +4,7 @@ use strict;
 use base qw( FS::cdr );
 use vars qw( %info );
 use FS::cdr qw( _cdr_date_parser_maker _cdr_min_parser_maker );
-use Date:Parse;
+use Date::Parse;
 
 %info = (
   'name'          => 'Cisco Unified Call Manager',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cdr/cisco.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list