X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Soma.pm;h=bb84574e1307df7280b763a472e5575323f938fe;hb=refs%2Fheads%2Fmaster;hp=9dd63dd8192f545b9684526eca584456787505ca;hpb=94af18840467c7e1c1b591cba2c391e47e912a5c;p=Net-Soma.git diff --git a/Soma.pm b/Soma.pm index 9dd63dd..bb84574 100644 --- a/Soma.pm +++ b/Soma.pm @@ -5,7 +5,7 @@ use vars qw($DEBUG $VERSION @uris $AUTOLOAD %schemas); use SOAP::Lite 0.71 #+trace => debug, objects ; -$VERSION = '0.01'; +$VERSION = '0.02'; $DEBUG = 0; @@ -217,8 +217,6 @@ sub AUTOLOAD { -> uri($uri) -> proxy($self->{url}); - $soap->serializer(Net::Soma::Serializer->rebless($soap->serializer)); - # local *SOAP::Transport::HTTP::Client::get_basic_credentials = sub { # return $self->{user} => $self->{password}; # };