r58830 - in /trunk/libsoap-lite-perl: ./ bin/ debian/ lib/Apache/ lib/Apache/XMLRPC/ lib/SOAP/ lib/SOAP/Lite/ lib/SOAP/Transport/ lib/UDDI/ lib/XML/Parser/ lib/XMLRPC/ lib/XMLRPC/Transport/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jun 3 22:36:25 UTC 2010


Author: jawnsy-guest
Date: Thu Jun  3 22:35:51 2010
New Revision: 58830

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58830
Log:
New upstream release

Modified:
    trunk/libsoap-lite-perl/Changes
    trunk/libsoap-lite-perl/MANIFEST
    trunk/libsoap-lite-perl/META.yml
    trunk/libsoap-lite-perl/Makefile.PL
    trunk/libsoap-lite-perl/bin/SOAPsh.pl
    trunk/libsoap-lite-perl/bin/XMLRPCsh.pl
    trunk/libsoap-lite-perl/debian/changelog
    trunk/libsoap-lite-perl/lib/Apache/SOAP.pm
    trunk/libsoap-lite-perl/lib/Apache/XMLRPC/Lite.pm
    trunk/libsoap-lite-perl/lib/SOAP/Constants.pm
    trunk/libsoap-lite-perl/lib/SOAP/Deserializer.pod
    trunk/libsoap-lite-perl/lib/SOAP/Lite.pm
    trunk/libsoap-lite-perl/lib/SOAP/Lite/Packager.pm
    trunk/libsoap-lite-perl/lib/SOAP/Packager.pm
    trunk/libsoap-lite-perl/lib/SOAP/Test.pm
    trunk/libsoap-lite-perl/lib/SOAP/Transport.pod
    trunk/libsoap-lite-perl/lib/SOAP/Transport/HTTP.pm
    trunk/libsoap-lite-perl/lib/SOAP/Transport/IO.pm
    trunk/libsoap-lite-perl/lib/SOAP/Transport/LOCAL.pm
    trunk/libsoap-lite-perl/lib/SOAP/Transport/MAILTO.pm
    trunk/libsoap-lite-perl/lib/SOAP/Transport/POP3.pm
    trunk/libsoap-lite-perl/lib/SOAP/Transport/TCP.pm
    trunk/libsoap-lite-perl/lib/UDDI/Lite.pm
    trunk/libsoap-lite-perl/lib/XML/Parser/Lite.pm
    trunk/libsoap-lite-perl/lib/XMLRPC/Lite.pm
    trunk/libsoap-lite-perl/lib/XMLRPC/Test.pm
    trunk/libsoap-lite-perl/lib/XMLRPC/Transport/HTTP.pm
    trunk/libsoap-lite-perl/lib/XMLRPC/Transport/POP3.pm
    trunk/libsoap-lite-perl/lib/XMLRPC/Transport/TCP.pm

Modified: trunk/libsoap-lite-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/Changes?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/Changes (original)
+++ trunk/libsoap-lite-perl/Changes Thu Jun  3 22:35:51 2010
@@ -1,7 +1,7 @@
 #
 # Revision history for Perl extension SOAP::Lite.
 #
-# $Id: Changes 363 2010-03-18 20:23:09Z kutterma $
+# $Id: Changes 374 2010-05-14 08:12:25Z kutterma $
 
 The contents of this file provides a change history for the SOAP::Lite
 Perl module. New features are designated with a '+' and bug fixes with
@@ -15,7 +15,13 @@
 -----------------------------------------------------------------------
 THIS RELEASE
 -----------------------------------------------------------------------
-0.711
+0.712
+    ! #57409 SOAP::Lite installation problem
+    ! #52015 defined(%hash) deprecated in Perl 5.11
+    ! #39546 use of version.pm
+    ! #52637 error sending a request in perl 5.10.0 containing utf-8 data using the string data type
+    ! #55962 Spelling errors 
+0.712
    SOAP::Transport::JABBER, SOAP::Transport::MQ and SOAP::Tranport::FTP
    are now in their own distributions.
    ! [2790747] Bugtracker specification in META.yml missing

Modified: trunk/libsoap-lite-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/MANIFEST?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/MANIFEST (original)
+++ trunk/libsoap-lite-perl/MANIFEST Thu Jun  3 22:35:51 2010
@@ -123,7 +123,6 @@
 lib/SOAP/Test.pm
 lib/SOAP/Trace.pod
 lib/SOAP/Transport.pod
-lib/SOAP/Transport/FTP.pm
 lib/SOAP/Transport/HTTP.pm
 lib/SOAP/Transport/IO.pm
 lib/SOAP/Transport/LOCAL.pm
@@ -199,7 +198,6 @@
 t/SOAP/Transport/IO.xml
 t/SOAP/Transport/LOCAL.t
 t/SOAP/Transport/MAILTO.t
-t/SOAP/Transport/MQ.t
 t/SOAP/Transport/POP3.t
 t/TEST.pl
 t/XMLRPC/Lite.t

Modified: trunk/libsoap-lite-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/META.yml?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/META.yml (original)
+++ trunk/libsoap-lite-perl/META.yml Thu Jun  3 22:35:51 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               SOAP-Lite
-version:            0.711
+version:            0.712
 abstract:           Perl's Web Services Toolkit
 author:
     - Pavel Kulchenko, Randy J Ray, Byrne Reese, Martin Kutter (MKUTTER at cpan.org)
@@ -11,27 +11,29 @@
 build_requires:
     ExtUtils::MakeMaker:  0
 requires:
-    Compress::Zlib:   0
-    constant:         0
-    FCGI:             0
-    HTTP::Daemon:     0
-    IO::File:         0
-    IO::Socket::SSL:  0
-    LWP::UserAgent:   0
-    MIME::Base64:     0
-    perl:             5.006
-    Scalar::Util:     0
-    Task::Weaken:     0
-    Test::More:       0
-    URI:              0
-    XML::Parser:      2.23
+    Class::Inspector:  0
+    Compress::Zlib:    0
+    constant:          0
+    HTTP::Daemon:      0
+    IO::File:          0
+    IO::Socket::SSL:   0
+    LWP::UserAgent:    0
+    MIME::Base64:      0
+    MIME::Parser:      0
+    Net::POP3:         0
+    perl:              5.006
+    Scalar::Util:      0
+    Task::Weaken:      0
+    Test::More:        0
+    URI:               0
+    XML::Parser:       2.23
 resources:
     repository:  https://soaplite.svn.sourceforge.net/svnroot/soaplite/branches/0.71
 no_index:
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.56
+generated_by:       ExtUtils::MakeMaker version 6.55_02
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: trunk/libsoap-lite-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/Makefile.PL?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/Makefile.PL (original)
+++ trunk/libsoap-lite-perl/Makefile.PL Thu Jun  3 22:35:51 2010
@@ -19,6 +19,7 @@
           "Scalar::Util"    => 0,
           "Task::Weaken"    => 0, #to be sure than weaken works (Scalar::Util has XS part)
           "constant"        => 0, #don't force people to upgrade
+          "Class::Inspector" => 0,
         },
         2
     ],
@@ -32,14 +33,14 @@
     ],
     ["Client HTTPS support","SOAP::Transport::HTTPS::Client",{"Crypt::SSLeay" => 0},0],
     ["Client SMTP/sendmail support","SOAP::Transport::MAILTO::Client",{"MIME::Lite" => 0},1],
-    ["Client FTP support","SOAP::Transport::FTP::Client",{"SOAP::Transport::FTP" => 0.711},0],
+    ["Client FTP support","SOAP::Transport::FTP::Client",{"SOAP::Transport::FTP" => 0.712},0],
     ["Standalone HTTP server","SOAP::Transport::HTTP::Daemon",{"HTTP::Daemon" => 0},1],
     ["Apache/mod_perl server","SOAP::Transport::HTTP::Apache",{"Apache" => 0},0],
     ["FastCGI server","SOAP::Transport::HTTP::FCGI",{"FCGI" => 0},0],
     ["POP3 server","SOAP::Transport::POP3::Server",{"Net::POP3" => 0,"MIME::Parser" => 0},1],
     ["IO server","SOAP::Transport::IO::Server",{"IO::File" => 0},0],
     ["MQ transport support","SOAP::Transport::MQ",{"SOAP::Transport::MQ" => 0.712},1],
-    ["JABBER transport support","SOAP::Transport::JABBER",{"SOAP::Transport::JABBER" => 0.711},0],
+    ["JABBER transport support","SOAP::Transport::JABBER",{"SOAP::Transport::JABBER" => 0.712},0],
     ["MIME messages","SOAP::Packager::MIME",{"MIME::Parser" => 0},1],
     ["DIME messages","SOAP::Packager::DIME",{"IO::Scalar" => "2.105", "DIME::Tools" => 0.03, "Data::UUID" => "0.11"},0],
     ["SSL Support for TCP Transport","SOAP::Transport::TCP",{"IO::Socket::SSL" => 0},0],

Modified: trunk/libsoap-lite-perl/bin/SOAPsh.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/bin/SOAPsh.pl?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/bin/SOAPsh.pl (original)
+++ trunk/libsoap-lite-perl/bin/SOAPsh.pl Thu Jun  3 22:35:51 2010
@@ -66,7 +66,7 @@
 interesting) run any SOAP methods you know about on remote server and
 see processed results. You can even switch on debugging (with call 
 something like: C<on_debug(sub{print at _})>) and see SOAP code with 
-headers sent and recieved.
+headers sent and received.
 
 =head1 COPYRIGHT
 

Modified: trunk/libsoap-lite-perl/bin/XMLRPCsh.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/bin/XMLRPCsh.pl?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/bin/XMLRPCsh.pl (original)
+++ trunk/libsoap-lite-perl/bin/XMLRPCsh.pl Thu Jun  3 22:35:51 2010
@@ -65,7 +65,7 @@
 interesting) run any XMLRPC methods you know about on remote server and
 see processed results. You can even switch on debugging (with call 
 something like: C<on_debug(sub{print at _})>) and see XMLRPC code with 
-headers sent and recieved.
+headers sent and received.
 
 =head1 COPYRIGHT
 

Modified: trunk/libsoap-lite-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/debian/changelog?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/debian/changelog (original)
+++ trunk/libsoap-lite-perl/debian/changelog Thu Jun  3 22:35:51 2010
@@ -1,8 +1,12 @@
-libsoap-lite-perl (0.711-2) UNRELEASED; urgency=low
-
+libsoap-lite-perl (0.712-1) UNRELEASED; urgency=low
+
+  [ Franck Joncourt ]
   * Set t_upstream_spelling.diff patch as forwarded.
 
- -- Franck Joncourt <franck at debian.org>  Fri, 26 Mar 2010 11:53:37 +0100
+  [ Jonathan Yu ]
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 03 Jun 2010 19:12:40 -0400
 
 libsoap-lite-perl (0.711-1) unstable; urgency=low
 

Modified: trunk/libsoap-lite-perl/lib/Apache/SOAP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/Apache/SOAP.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/Apache/SOAP.pm (original)
+++ trunk/libsoap-lite-perl/lib/Apache/SOAP.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: SOAP.pm 353 2010-03-17 21:08:34Z kutterma $
+# $Id: SOAP.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -15,7 +15,7 @@
 use SOAP::Transport::HTTP;
 
 @ISA = qw(SOAP::Transport::HTTP::Apache);
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 my $server = __PACKAGE__->new;
 

Modified: trunk/libsoap-lite-perl/lib/Apache/XMLRPC/Lite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/Apache/XMLRPC/Lite.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/Apache/XMLRPC/Lite.pm (original)
+++ trunk/libsoap-lite-perl/lib/Apache/XMLRPC/Lite.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: Lite.pm 353 2010-03-17 21:08:34Z kutterma $
+# $Id: Lite.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -16,7 +16,7 @@
 
 @ISA = qw(XMLRPC::Transport::HTTP::Apache);
 
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 my $server = __PACKAGE__->new;
 

Modified: trunk/libsoap-lite-perl/lib/SOAP/Constants.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/SOAP/Constants.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/SOAP/Constants.pm (original)
+++ trunk/libsoap-lite-perl/lib/SOAP/Constants.pm Thu Jun  3 22:35:51 2010
@@ -5,14 +5,14 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: Constants.pm 353 2010-03-17 21:08:34Z kutterma $
+# $Id: Constants.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 package SOAP::Constants;
 use strict;
 use SOAP::Lite;
 
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 use constant    URI_1999_SCHEMA_XSD    => "http://www.w3.org/1999/XMLSchema";
 use constant    URI_1999_SCHEMA_XSI    => "http://www.w3.org/1999/XMLSchema-instance";

Modified: trunk/libsoap-lite-perl/lib/SOAP/Deserializer.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/SOAP/Deserializer.pod?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/SOAP/Deserializer.pod (original)
+++ trunk/libsoap-lite-perl/lib/SOAP/Deserializer.pod Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: Deserializer.pod 98 2007-10-09 09:41:55Z kutterma $
+# $Id: Deserializer.pod 372 2010-04-29 18:32:31Z kutterma $
 #
 # ======================================================================
 
@@ -12,7 +12,7 @@
 
 =head1 NAME
 
-SOAP::Deserializer - the means by which the toolkit manages the conversion of XML into an object managable by a developer
+SOAP::Deserializer - the means by which the toolkit manages the conversion of XML into an object manageable by a developer
 
 =head1 DESCRIPTION
 

Modified: trunk/libsoap-lite-perl/lib/SOAP/Lite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/SOAP/Lite.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/SOAP/Lite.pm (original)
+++ trunk/libsoap-lite-perl/lib/SOAP/Lite.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: Lite.pm 353 2010-03-17 21:08:34Z kutterma $
+# $Id: Lite.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -18,7 +18,7 @@
 
 use 5.006; #weak references require perl 5.6
 use strict;
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 # ======================================================================
 
 package SOAP::XMLSchemaApacheSOAP::Deserializer;
@@ -430,8 +430,10 @@
 package SOAP::Transport;
 
 use vars qw($AUTOLOAD @ISA);
-
 @ISA = qw(SOAP::Cloneable);
+
+use Class::Inspector;
+
 
 sub DESTROY { SOAP::Trace::objects('()') }
 
@@ -461,7 +463,7 @@
     (my $protocol_class = "${class}::$protocol") =~ s/-/_/g;
 
     no strict 'refs';
-    unless (defined %{"$protocol_class\::Client::"}
+    unless (Class::Inspector->loaded("$protocol_class\::Client")
         && UNIVERSAL::can("$protocol_class\::Client" => 'new')
     ) {
         eval "require $protocol_class";
@@ -1976,6 +1978,7 @@
 
 use vars qw(@ISA);
 use SOAP::Lite::Utils;
+use Class::Inspector;
 
 @ISA = qw(SOAP::Cloneable);
 
@@ -2200,7 +2203,7 @@
 
     {
         no strict qw(refs);
-        if (! defined(%{"${schemaclass}::"}) ) {
+        if (! Class::Inspector->loaded($schemaclass) ) {
             eval "require $schemaclass" or die $@ if not ref $schemaclass;
         }
     }
@@ -4331,7 +4334,7 @@
 
 There are three common (and one less common) variants of SOAP messages.
 
-These adress the message style (positional parameters vs. specified message
+These address the message style (positional parameters vs. specified message
 documents) and encoding (as-is vs. typed).
 
 The different message styles are:
@@ -5565,7 +5568,7 @@
 
 =head1 HACKING
 
-SOAP::Lite's developement takes place on sourceforge.net.
+SOAP::Lite's development takes place on sourceforge.net.
 
 There's a subversion repository set up at
 

Modified: trunk/libsoap-lite-perl/lib/SOAP/Lite/Packager.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/SOAP/Lite/Packager.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/SOAP/Lite/Packager.pm (original)
+++ trunk/libsoap-lite-perl/lib/SOAP/Lite/Packager.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: Packager.pm 180 2008-02-25 20:11:28Z kutterma $
+# $Id: Packager.pm 372 2010-04-29 18:32:31Z kutterma $
 #
 # ======================================================================
 
@@ -376,7 +376,7 @@
 =item parts
 
 Contains an array of parts. The contents of this array and their types are completely
-dependant upon the Packager being used. For example, when using MIME, the content
+dependent upon the Packager being used. For example, when using MIME, the content
 of this array is MIME::Entity's.
 
 =item push_part

Modified: trunk/libsoap-lite-perl/lib/SOAP/Packager.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/SOAP/Packager.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/SOAP/Packager.pm (original)
+++ trunk/libsoap-lite-perl/lib/SOAP/Packager.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: Packager.pm 341 2009-09-30 18:34:58Z kutterma $
+# $Id: Packager.pm 372 2010-04-29 18:32:31Z kutterma $
 #
 # ======================================================================
 
@@ -13,9 +13,8 @@
 use strict;
 use vars;
 
-use vars qw($VERSION $SUPPORTED_TYPES);
-use version; $VERSION = qv('0.710.10');
-$SUPPORTED_TYPES = { };
+our $VERSION = 0.712;
+our $SUPPORTED_TYPES = { };
 
 sub BEGIN {
   no strict 'refs';
@@ -373,7 +372,7 @@
 =item parts
 
 Contains an array of parts. The contents of this array and their types are completely
-dependant upon the Packager being used. For example, when using MIME, the content
+dependent upon the Packager being used. For example, when using MIME, the content
 of this array is MIME::Entity's.
 
 =item push_part

Modified: trunk/libsoap-lite-perl/lib/SOAP/Test.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/SOAP/Test.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/SOAP/Test.pm (original)
+++ trunk/libsoap-lite-perl/lib/SOAP/Test.pm Thu Jun  3 22:35:51 2010
@@ -4,17 +4,16 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: Test.pm 341 2009-09-30 18:34:58Z kutterma $
+# $Id: Test.pm 366 2010-04-27 19:02:05Z kutterma $
 #
 # ======================================================================
 
 package SOAP::Test;
 
-use 5.004;
-use vars qw($VERSION $TIMEOUT);
-use version; $VERSION = qv('0.710.10');
-
-$TIMEOUT = 5;
+use 5.006;
+our $VERSION = 0.712;
+
+our $TIMEOUT = 5;
 
 # ======================================================================
 

Modified: trunk/libsoap-lite-perl/lib/SOAP/Transport.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/SOAP/Transport.pod?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/SOAP/Transport.pod (original)
+++ trunk/libsoap-lite-perl/lib/SOAP/Transport.pod Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: Transport.pod 363 2010-03-18 20:23:09Z kutterma $
+# $Id: Transport.pod 372 2010-04-29 18:32:31Z kutterma $
 #
 # ======================================================================
 
@@ -243,7 +243,7 @@
 
 =item http_request
 
-This method gives you acess to a prototype of the HTTP Request object that 
+This method gives you access to a prototype of the HTTP Request object that 
 will be transmitted to a SOAP::Server. The actual request used is a copy of
 that object.
 
@@ -252,7 +252,7 @@
 
 =item http_response
 
-This method gives you acess to the HTTP Response object that will be, or was 
+This method gives you access to the HTTP Response object that will be, or was 
 transmitted to a SOAP Server. It returns a L<HTTP::Response> object.
 
 =back

Modified: trunk/libsoap-lite-perl/lib/SOAP/Transport/HTTP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/SOAP/Transport/HTTP.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/SOAP/Transport/HTTP.pm (original)
+++ trunk/libsoap-lite-perl/lib/SOAP/Transport/HTTP.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: HTTP.pm 354 2010-03-18 18:29:09Z kutterma $
+# $Id: HTTP.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -12,7 +12,7 @@
 
 use strict;
 
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 use SOAP::Lite;
 use SOAP::Packager;
@@ -197,10 +197,15 @@
           # from string (doing pack with 'C0A*' modifier) if length and
           # bytelength are not the same
             my $bytelength = SOAP::Utils::bytelength($envelope);
-            $envelope = pack( 'C0A*', $envelope )
-              if !$SOAP::Constants::DO_NOT_USE_LWP_LENGTH_HACK
-                  && length($envelope) != $bytelength;
-
+			if ($] < 5.008) {
+				$envelope = pack( 'C0A*', $envelope );
+			}
+			else {
+				require Encode;
+				$envelope = Encode::encode('UTF-8', $envelope); 
+			}
+            #  if !$SOAP::Constants::DO_NOT_USE_LWP_LENGTH_HACK
+            #      && length($envelope) != $bytelength;
             $http_request->content($envelope);
             $http_request->protocol('HTTP/1.1');
 
@@ -528,7 +533,7 @@
 
     my $length = $ENV{'CONTENT_LENGTH'} || 0;
 
-    # if the HTTP_TRANSFER_ENCODING env is defined, set $chunked true
+    # if the HTTP_TRANSFER_ENCODING env is defined, set $chunked if it's chunked*
     # else to false
     my $chunked = (defined $ENV{'HTTP_TRANSFER_ENCODING'}
         && $ENV{'HTTP_TRANSFER_ENCODING'} =~ /^chunked.*$/) || 0;

Modified: trunk/libsoap-lite-perl/lib/SOAP/Transport/IO.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/SOAP/Transport/IO.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/SOAP/Transport/IO.pm (original)
+++ trunk/libsoap-lite-perl/lib/SOAP/Transport/IO.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: IO.pm 353 2010-03-17 21:08:34Z kutterma $
+# $Id: IO.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -12,7 +12,7 @@
 
 use strict;
 
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 use IO::File;
 use SOAP::Lite;

Modified: trunk/libsoap-lite-perl/lib/SOAP/Transport/LOCAL.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/SOAP/Transport/LOCAL.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/SOAP/Transport/LOCAL.pm (original)
+++ trunk/libsoap-lite-perl/lib/SOAP/Transport/LOCAL.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: LOCAL.pm 353 2010-03-17 21:08:34Z kutterma $
+# $Id: LOCAL.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -13,7 +13,7 @@
 use strict;
 
 
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 # ======================================================================
 

Modified: trunk/libsoap-lite-perl/lib/SOAP/Transport/MAILTO.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/SOAP/Transport/MAILTO.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/SOAP/Transport/MAILTO.pm (original)
+++ trunk/libsoap-lite-perl/lib/SOAP/Transport/MAILTO.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: MAILTO.pm 353 2010-03-17 21:08:34Z kutterma $
+# $Id: MAILTO.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -13,7 +13,7 @@
 use strict;
 
 
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 use MIME::Lite; 
 use URI;

Modified: trunk/libsoap-lite-perl/lib/SOAP/Transport/POP3.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/SOAP/Transport/POP3.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/SOAP/Transport/POP3.pm (original)
+++ trunk/libsoap-lite-perl/lib/SOAP/Transport/POP3.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: POP3.pm 353 2010-03-17 21:08:34Z kutterma $
+# $Id: POP3.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -12,7 +12,7 @@
 
 use strict;
 
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 use Net::POP3; 
 use URI; 

Modified: trunk/libsoap-lite-perl/lib/SOAP/Transport/TCP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/SOAP/Transport/TCP.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/SOAP/Transport/TCP.pm (original)
+++ trunk/libsoap-lite-perl/lib/SOAP/Transport/TCP.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: TCP.pm 353 2010-03-17 21:08:34Z kutterma $
+# $Id: TCP.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -12,7 +12,7 @@
 
 use strict;
 
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 use URI;
 use IO::Socket;

Modified: trunk/libsoap-lite-perl/lib/UDDI/Lite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/UDDI/Lite.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/UDDI/Lite.pm (original)
+++ trunk/libsoap-lite-perl/lib/UDDI/Lite.pm Thu Jun  3 22:35:51 2010
@@ -4,20 +4,20 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: Lite.pm 363 2010-03-18 20:23:09Z kutterma $
+# $Id: Lite.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
 package UDDI::Lite;
 use 5.006;
 use strict;
-
-our $VERSION = 0.711;
-
+{
+our $VERSION = 0.712;
+}
 # ======================================================================
 
 package UDDI::Constants;
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 BEGIN
 {
@@ -706,7 +706,7 @@
 # ======================================================================
 
 package UDDI::SOM;
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 use vars qw(@ISA);
 @ISA = qw(SOAP::SOM);
 
@@ -721,7 +721,7 @@
 # ======================================================================
 
 package UDDI::Data;
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 
 use Carp ();
@@ -866,7 +866,7 @@
 # ======================================================================
 
 package UDDI::Serializer;
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 use vars qw(@ISA);
 @ISA = qw(SOAP::Serializer);
@@ -924,7 +924,7 @@
 # ======================================================================
 
 package UDDI::Deserializer;
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 use vars qw(@ISA);
 @ISA = qw(SOAP::Deserializer);
@@ -955,7 +955,7 @@
 # ======================================================================
 
 package UDDI::Lite;
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 use vars qw(@ISA $AUTOLOAD %EXPORT_TAGS);
 use Exporter;
@@ -1199,7 +1199,7 @@
 
 =item *
 
-Supports easy-to-use interface with convinient access to (sub)elements
+Supports easy-to-use interface with convenient access to (sub)elements
 and attributes
 
 =item *
@@ -1318,7 +1318,7 @@
     </name>
   </find_business>
 
-For standard elements more convinient syntax is available:
+For standard elements more convenient syntax is available:
 
   find_business(
     findQualifiers(findQualifier('sortByNameAsc',

Modified: trunk/libsoap-lite-perl/lib/XML/Parser/Lite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/XML/Parser/Lite.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/XML/Parser/Lite.pm (original)
+++ trunk/libsoap-lite-perl/lib/XML/Parser/Lite.pm Thu Jun  3 22:35:51 2010
@@ -5,7 +5,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: Lite.pm 354 2010-03-18 18:29:09Z kutterma $
+# $Id: Lite.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -14,7 +14,7 @@
 use strict;
 use warnings;
 
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 sub new {
     my $class = shift;

Modified: trunk/libsoap-lite-perl/lib/XMLRPC/Lite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/XMLRPC/Lite.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/XMLRPC/Lite.pm (original)
+++ trunk/libsoap-lite-perl/lib/XMLRPC/Lite.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: Lite.pm 353 2010-03-17 21:08:34Z kutterma $
+# $Id: Lite.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -13,7 +13,7 @@
 use SOAP::Lite;
 use strict;
 
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 # ======================================================================
 

Modified: trunk/libsoap-lite-perl/lib/XMLRPC/Test.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/XMLRPC/Test.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/XMLRPC/Test.pm (original)
+++ trunk/libsoap-lite-perl/lib/XMLRPC/Test.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: Test.pm 353 2010-03-17 21:08:34Z kutterma $
+# $Id: Test.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -12,7 +12,7 @@
 
 use 5.004;
 use vars qw($VERSION $TIMEOUT);
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 $TIMEOUT = 5;
 

Modified: trunk/libsoap-lite-perl/lib/XMLRPC/Transport/HTTP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/XMLRPC/Transport/HTTP.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/XMLRPC/Transport/HTTP.pm (original)
+++ trunk/libsoap-lite-perl/lib/XMLRPC/Transport/HTTP.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: HTTP.pm 354 2010-03-18 18:29:09Z kutterma $
+# $Id: HTTP.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -12,7 +12,7 @@
 
 use strict;
 
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 
 use XMLRPC::Lite;
 

Modified: trunk/libsoap-lite-perl/lib/XMLRPC/Transport/POP3.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/XMLRPC/Transport/POP3.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/XMLRPC/Transport/POP3.pm (original)
+++ trunk/libsoap-lite-perl/lib/XMLRPC/Transport/POP3.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: POP3.pm 354 2010-03-18 18:29:09Z kutterma $
+# $Id: POP3.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -12,7 +12,7 @@
 
 use strict;
 
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 use XMLRPC::Lite;
 
 use SOAP::Transport::POP3;

Modified: trunk/libsoap-lite-perl/lib/XMLRPC/Transport/TCP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoap-lite-perl/lib/XMLRPC/Transport/TCP.pm?rev=58830&op=diff
==============================================================================
--- trunk/libsoap-lite-perl/lib/XMLRPC/Transport/TCP.pm (original)
+++ trunk/libsoap-lite-perl/lib/XMLRPC/Transport/TCP.pm Thu Jun  3 22:35:51 2010
@@ -4,7 +4,7 @@
 # SOAP::Lite is free software; you can redistribute it
 # and/or modify it under the same terms as Perl itself.
 #
-# $Id: TCP.pm 354 2010-03-18 18:29:09Z kutterma $
+# $Id: TCP.pm 374 2010-05-14 08:12:25Z kutterma $
 #
 # ======================================================================
 
@@ -12,7 +12,7 @@
 
 use strict;
 
-our $VERSION = 0.711;
+our $VERSION = 0.712;
 use XMLRPC::Lite;
 
 




More information about the Pkg-perl-cvs-commits mailing list