[freeside-commits] freeside/FS/FS/part_export globalpops_voip.pm, 1.10, 1.11

Ivan,,, ivan at wavetail.420.am
Sun Feb 12 21:09:18 PST 2012


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv9510

Modified Files:
	globalpops_voip.pm 
Log Message:
require Net::GlobalPOPs::MediaServicesAPI 0.03 for VoIP Innovations export, RT#15150

Index: globalpops_voip.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/globalpops_voip.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -d -r1.10 -r1.11
--- globalpops_voip.pm	13 Feb 2012 05:06:50 -0000	1.10
+++ globalpops_voip.pm	13 Feb 2012 05:09:16 -0000	1.11
@@ -247,7 +247,7 @@
 sub gp_command {
   my( $self, $command, @args ) = @_;
 
-  eval "use Net::GlobalPOPs::MediaServicesAPI;";
+  eval "use Net::GlobalPOPs::MediaServicesAPI 0.03;";
   if ( $@ ) {
     warn $@;
     die $@;
@@ -359,7 +359,7 @@
 sub globalpops_voip_command {
   my($login, $password, $method, @args) = @_;
 
-  eval "use Net::GlobalPOPs::MediaServicesAPI;";
+  eval "use Net::GlobalPOPs::MediaServicesAPI 0.03;";
   die $@ if $@;
 
   my $gp = new Net::GlobalPOPs



More information about the freeside-commits mailing list