fix use base to SOAP::WSDL::SOAP::Header
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package SOAP::WSDL::SOAP::HeaderFault;
|
||||
use strict;
|
||||
use warnings;
|
||||
use base qw(SOAP::WSDL::Header);
|
||||
use base qw(SOAP::WSDL::SOAP::Header);
|
||||
|
||||
our $VERSION = $SOAP::WSDL::VERSION;
|
||||
|
||||
1;
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user