require Net::GlobalPOPs::MediaServicesAPI 0.03 for VoIP Innovations export, RT#15150
authorivan <ivan>
Mon, 13 Feb 2012 05:09:16 +0000 (05:09 +0000)
committerivan <ivan>
Mon, 13 Feb 2012 05:09:16 +0000 (05:09 +0000)
FS/FS/part_export/globalpops_voip.pm

index 52a4ec2..6df21f4 100644 (file)
@@ -247,7 +247,7 @@ sub get_dids {
 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 _export_unsuspend {
 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