* Reduced required version of SOAP
This commit is contained in:
parent
43547671b6
commit
b26b38b23d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use 5.008001;
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
use SOAP::Lite 0.710.10; # +trace => 'all';
|
||||
use SOAP::Lite 0.67; # +trace => 'all';
|
||||
use Carp qw(carp);
|
||||
|
||||
our $VERSION = '0.69';
|
||||
|
|
Loading…
Reference in a new issue