[freeside-commits] freeside/FS/FS/part_export globalpops_voip.pm, 1.8.2.2, 1.8.2.3
Ivan,,,
ivan at wavetail.420.am
Sun Feb 12 21:09:13 PST 2012
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv9479
Modified Files:
Tag: FREESIDE_2_3_BRANCH
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.8.2.2
retrieving revision 1.8.2.3
diff -u -w -d -r1.8.2.2 -r1.8.2.3
--- globalpops_voip.pm 13 Feb 2012 05:06:52 -0000 1.8.2.2
+++ globalpops_voip.pm 13 Feb 2012 05:09:11 -0000 1.8.2.3
@@ -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