Hello community,

here is the log from the commit of package perl-SOAP-Lite for openSUSE:Factory 
checked in at 2017-08-23 11:54:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-SOAP-Lite (Old)
 and      /work/SRC/openSUSE:Factory/.perl-SOAP-Lite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-SOAP-Lite"

Wed Aug 23 11:54:46 2017 rev:27 rq:518088 version:1.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-SOAP-Lite/perl-SOAP-Lite.changes    
2016-06-19 10:48:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SOAP-Lite.new/perl-SOAP-Lite.changes       
2017-08-23 11:54:47.613888410 +0200
@@ -1,0 +2,14 @@
+Sat Aug 19 06:10:44 UTC 2017 - co...@suse.com
+
+- updated to 1.22
+   see /usr/share/doc/packages/perl-SOAP-Lite/Changes
+
+  1.22 August 15, 2017
+      ! Noindex URI::tcp module [github/JaSei]
+      ! Correct the soap namespace declaration when calling services defined 
in WSDL [github/waaeer]
+      ! Fix typos [github/kmhl]
+  
+  1.21 November 6, 2016
+      ! #118654 consistently use '#!/usr/bin/env perl' throughout (@mototimo) 
[github/moto-timo]
+
+-------------------------------------------------------------------

Old:
----
  SOAP-Lite-1.20.tar.gz

New:
----
  SOAP-Lite-1.22.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-SOAP-Lite.spec ++++++
--- /var/tmp/diff_new_pack.Do4rLb/_old  2017-08-23 11:54:48.581752164 +0200
+++ /var/tmp/diff_new_pack.Do4rLb/_new  2017-08-23 11:54:48.585751601 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SOAP-Lite
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-SOAP-Lite
-Version:        1.20
+Version:        1.22
 Release:        0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name SOAP-Lite
@@ -25,7 +25,7 @@
 License:        (Artistic-1.0 or GPL-1.0+) and CC-BY-ND-2.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/SOAP-Lite/
-Source0:        
http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -84,6 +84,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Debian_CPANTS.txt examples HACKING LICENSE README ReleaseNotes.txt
+%doc Changes Debian_CPANTS.txt examples HACKING README ReleaseNotes.txt
+%license LICENSE
 
 %changelog

++++++ SOAP-Lite-1.20.tar.gz -> SOAP-Lite-1.22.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/Changes new/SOAP-Lite-1.22/Changes
--- old/SOAP-Lite-1.20/Changes  2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/Changes  2017-08-16 07:17:36.000000000 +0200
@@ -15,6 +15,14 @@
 THIS RELEASE
 -----------------------------------------------------------------------
 
+1.22 August 15, 2017
+    ! Noindex URI::tcp module [github/JaSei]
+    ! Correct the soap namespace declaration when calling services defined in 
WSDL [github/waaeer]
+    ! Fix typos [github/kmhl]
+
+1.21 November 6, 2016
+    ! #118654 consistently use '#!/usr/bin/env perl' throughout (@mototimo) 
[github/moto-timo]
+
 1.20 June 9, 2016
     ! Minor kwalitee updates (@oeuftete)
     ! #106688 encode utf8 content in test which fails under RHES 6.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/MANIFEST new/SOAP-Lite-1.22/MANIFEST
--- old/SOAP-Lite-1.20/MANIFEST 2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/MANIFEST 2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.039.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
 Changes
 Debian_CPANTS.txt
 HACKING
@@ -172,6 +172,7 @@
 t/38-packager.t
 t/40-loopback.t
 t/Issues/recursion.pl
+t/Issues/rt107924.t
 t/Issues/rt15176.t
 t/Issues/rt53375.t
 t/Issues/rt70329.t
@@ -202,5 +203,5 @@
 t/SOAP/Transport/MAILTO.t
 t/SOAP/Transport/POP3.t
 t/SOAP/Transport/TCP.t
+t/author-pod-syntax.t
 t/release-kwalitee.t
-t/release-pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/META.json new/SOAP-Lite-1.22/META.json
--- old/SOAP-Lite-1.20/META.json        2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/META.json        2017-08-16 07:17:36.000000000 +0200
@@ -8,7 +8,7 @@
       "Fred Moyer"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.039, CPAN::Meta::Converter version 
2.150001",
+   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.143240",
    "license" : [
       "perl_5"
    ],
@@ -17,6 +17,11 @@
       "version" : 2
    },
    "name" : "SOAP-Lite",
+   "no_index" : {
+      "package" : [
+         "URI::tcp"
+      ]
+   },
    "prereqs" : {
       "configure" : {
          "requires" : {
@@ -80,10 +85,11 @@
       },
       "repository" : {
          "type" : "git",
-         "url" : "ssh://g...@github.com:redhotpenguin/soaplite.git",
+         "url" : "https://github.com/redhotpenguin/soaplite.git";,
          "web" : "https://github.com/redhotpenguin/soaplite";
       }
    },
-   "version" : "1.20"
+   "version" : "1.22",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0237"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/META.yml new/SOAP-Lite-1.22/META.yml
--- old/SOAP-Lite-1.20/META.yml 2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/META.yml 2017-08-16 07:17:36.000000000 +0200
@@ -14,12 +14,15 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.039, CPAN::Meta::Converter version 
2.150001'
+generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: '1.4'
 name: SOAP-Lite
+no_index:
+  package:
+    - URI::tcp
 recommends:
   Apache: '0'
   DIME::Tools: '0.03'
@@ -44,5 +47,6 @@
   perl: v5.6.0
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=SOAP-Lite
-  repository: ssh://g...@github.com:redhotpenguin/soaplite.git
-version: '1.20'
+  repository: https://github.com/redhotpenguin/soaplite.git
+version: '1.22'
+x_serialization_backend: 'YAML::Tiny version 1.70'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/Makefile.PL 
new/SOAP-Lite-1.22/Makefile.PL
--- old/SOAP-Lite-1.20/Makefile.PL      2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/Makefile.PL      2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.039.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.010.
 use strict;
 use warnings;
 
@@ -40,7 +40,7 @@
     "Test::Warn" => 0,
     "XML::Parser::Lite" => "0.715"
   },
-  "VERSION" => "1.20",
+  "VERSION" => "1.22",
   "test" => {
     "TESTS" => "t/*.t t/Issues/*.t t/SOAP/*.t t/SOAP/Lite/*.t 
t/SOAP/Lite/Deserializer/*.t t/SOAP/Schema/*.t t/SOAP/Transport/*.t 
t/SOAP/Transport/HTTP/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/README new/SOAP-Lite-1.22/README
--- old/SOAP-Lite-1.20/README   2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/README   2017-08-16 07:17:36.000000000 +0200
@@ -1212,7 +1212,7 @@
     For more information see COMPRESSION in HTTP::Transport.
 
 SECURITY
-    For security reasons, the exisiting path for Perl modules (@INC) will be
+    For security reasons, the existing path for Perl modules (@INC) will be
     disabled once you have chosen dynamic deployment and specified your own
     "PATH/". If you wish to access other modules in your included package
     you have several options:
@@ -1252,7 +1252,7 @@
                        ->uri($MY_NAMESPACE)
                        ->value($output);
 
-    In addition see comment about default incoding in .NET Web Services
+    In addition see comment about default encoding in .NET Web Services
     below.
 
   SOAP::Lite client with a .NET server
@@ -1321,7 +1321,7 @@
                            ->use_prefix(0)
                            ->myMethod();
 
-        Will result in the following XML, which is more pallatable by .NET:
+        Will result in the following XML, which is more palatable by .NET:
 
           <SOAP-ENV:Envelope ...attributes skipped>
             <SOAP-ENV:Body>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/bin/SOAPsh.pl 
new/SOAP-Lite-1.22/bin/SOAPsh.pl
--- old/SOAP-Lite-1.20/bin/SOAPsh.pl    2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/bin/SOAPsh.pl    2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 #!d:\perl\bin\perl.exe
 
 # -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/dist.ini new/SOAP-Lite-1.22/dist.ini
--- old/SOAP-Lite-1.20/dist.ini 2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/dist.ini 2017-08-16 07:17:36.000000000 +0200
@@ -1,5 +1,5 @@
 name    = SOAP-Lite
-version = 1.20
+version = 1.22
 author  = Pavel Kulchenko
 author  = Randy J Ray
 author  = Byrne Reese
@@ -35,7 +35,7 @@
 [MetaResources]
 bugtracker.web    = https://rt.cpan.org/Public/Dist/Display.html?Name=SOAP-Lite
 bugtracker.mailto = bug-soap-l...@rt.cpan.org
-repository.url    = ssh://g...@github.com:redhotpenguin/soaplite.git
+repository.url    = https://github.com/redhotpenguin/soaplite.git
 repository.web    = https://github.com/redhotpenguin/soaplite
 repository.type   = git
 
@@ -90,3 +90,5 @@
 [ConfirmRelease]
 [UploadToCPAN]
 
+[MetaNoIndex]
+package = URI::tcp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/lib/SOAP/Lite.pm 
new/SOAP-Lite-1.22/lib/SOAP/Lite.pm
--- old/SOAP-Lite-1.20/lib/SOAP/Lite.pm 2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/lib/SOAP/Lite.pm 2017-08-16 07:17:36.000000000 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.20';
+our $VERSION = '1.22';
 
 package SOAP::XMLSchemaApacheSOAP::Deserializer;
 
@@ -3412,6 +3412,7 @@
     my $namespaces = $self->deserializer->ids->[1];
     foreach my $key (keys %{$namespaces}) {
         my ($ns,$prefix) = SOAP::Utils::splitqname($key);
+        next if $namespaces->{$key} eq 'http://schemas.xmlsoap.org/wsdl/soap/';
         $self->{'_stub'} .= '  
$self->serializer->register_ns("'.$namespaces->{$key}.'","'.$prefix.'");'."\n"
             if (defined $ns && ($ns eq "xmlns"));
     }
@@ -4127,7 +4128,7 @@
 When set to a true value, the raw XML is returned by the call to a remote
 method.
 
-The default is to return the a L<SOAP::SOM> object (false).
+The default is to return a L<SOAP::SOM> object (false).
 
 =item autotype(boolean)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/lib/SOAP/Packager.pm 
new/SOAP-Lite-1.22/lib/SOAP/Packager.pm
--- old/SOAP-Lite-1.20/lib/SOAP/Packager.pm     2016-06-09 23:33:59.000000000 
+0200
+++ new/SOAP-Lite-1.22/lib/SOAP/Packager.pm     2017-08-16 07:17:36.000000000 
+0200
@@ -481,14 +481,14 @@
     Path        => "attachment.txt",
     Filename    => "attachment.txt",
     Disposition => "attachment";
-  $NS = "urn:Majordojo:TemperatureService";
-  $HOST = "http://localhost/cgi-bin/soaplite.cgi";;
+  my $NS = "urn:Majordojo:TemperatureService";
+  my $HOST = "http://localhost/cgi-bin/soaplite.cgi";;
   my $client = SOAP::Lite
     ->packager(SOAP::Packager::MIME->new)
     ->parts([ $ent ])
     ->uri($NS)
     ->proxy($HOST);
-  $response = $client->c2f(SOAP::Data->name("temperature" => '100'));
+  my $response = $client->c2f(SOAP::Data->name("temperature" => '100'));
   print $response->valueof('//c2fResponse/foo');
 
 =head3 SERVER SIDE EXAMPLE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/lib/SOAP/Test.pm 
new/SOAP-Lite-1.22/lib/SOAP/Test.pm
--- old/SOAP-Lite-1.20/lib/SOAP/Test.pm 2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/lib/SOAP/Test.pm 2017-08-16 07:17:36.000000000 +0200
@@ -15,7 +15,8 @@
 
 # ======================================================================
 
-package My::PingPong; # we'll use this package in our tests
+package # hide from PAUSE
+    My::PingPong; # we'll use this package in our tests
 
 sub new {
   my $self = shift;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/lib/SOAP/Transport/HTTP.pm 
new/SOAP-Lite-1.22/lib/SOAP/Transport/HTTP.pm
--- old/SOAP-Lite-1.20/lib/SOAP/Transport/HTTP.pm       2016-06-09 
23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/lib/SOAP/Transport/HTTP.pm       2017-08-16 
07:17:36.000000000 +0200
@@ -124,6 +124,11 @@
 
     while (@methods) {
         my ( $method, $params ) = splice( @methods, 0, 2 );
+        # ssl_opts takes a hash, not a ref - see RT 107924
+        if (ref $params eq 'HASH' && $method eq 'ssl_opts') {
+            $self->$method( %$params );
+            next;
+        }
         $self->$method( ref $params eq 'ARRAY' ? @$params : $params );
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/lib/SOAP/Transport/TCP.pm 
new/SOAP-Lite-1.22/lib/SOAP/Transport/TCP.pm
--- old/SOAP-Lite-1.20/lib/SOAP/Transport/TCP.pm        2016-06-09 
23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/lib/SOAP/Transport/TCP.pm        2017-08-16 
07:17:36.000000000 +0200
@@ -21,7 +21,8 @@
 
 # ======================================================================
 
-package URI::tcp; # ok, let's do 'tcp://' scheme
+package # hide from PAUSE
+    URI::tcp; # ok, let's do 'tcp://' scheme
 
 our $VERSION = 0.715;
 
@@ -309,4 +310,4 @@
 
 Split from SOAP::Lite and SOAP-Transport-TCP packaging by Martin Kutter
 
-=cut
\ No newline at end of file
+=cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/01-core.t 
new/SOAP-Lite-1.22/t/01-core.t
--- old/SOAP-Lite-1.20/t/01-core.t      2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/01-core.t      2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/02-payload.t 
new/SOAP-Lite-1.22/t/02-payload.t
--- old/SOAP-Lite-1.20/t/02-payload.t   2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/02-payload.t   2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/03-server.t 
new/SOAP-Lite-1.22/t/03-server.t
--- old/SOAP-Lite-1.20/t/03-server.t    2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/03-server.t    2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
     unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/04-attach.t 
new/SOAP-Lite-1.22/t/04-attach.t
--- old/SOAP-Lite-1.20/t/04-attach.t    2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/04-attach.t    2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
     unless ( grep /blib/, @INC ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/05-customxml.t 
new/SOAP-Lite-1.22/t/05-customxml.t
--- old/SOAP-Lite-1.20/t/05-customxml.t 2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/05-customxml.t 2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/06-modules.t 
new/SOAP-Lite-1.22/t/06-modules.t
--- old/SOAP-Lite-1.20/t/06-modules.t   2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/06-modules.t   2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
 unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/08-schema.t 
new/SOAP-Lite-1.22/t/08-schema.t
--- old/SOAP-Lite-1.20/t/08-schema.t    2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/08-schema.t    2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/11-cgi.t 
new/SOAP-Lite-1.22/t/11-cgi.t
--- old/SOAP-Lite-1.20/t/11-cgi.t       2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/11-cgi.t       2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/12-cgi_https.t 
new/SOAP-Lite-1.22/t/12-cgi_https.t
--- old/SOAP-Lite-1.20/t/12-cgi_https.t 2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/12-cgi_https.t 2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/13-mod_perl.t 
new/SOAP-Lite-1.22/t/13-mod_perl.t
--- old/SOAP-Lite-1.20/t/13-mod_perl.t  2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/13-mod_perl.t  2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/14-cgi_apache.t 
new/SOAP-Lite-1.22/t/14-cgi_apache.t
--- old/SOAP-Lite-1.20/t/14-cgi_apache.t        2016-06-09 23:33:59.000000000 
+0200
+++ new/SOAP-Lite-1.22/t/14-cgi_apache.t        2017-08-16 07:17:36.000000000 
+0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/15-daemon.t 
new/SOAP-Lite-1.22/t/15-daemon.t
--- old/SOAP-Lite-1.20/t/15-daemon.t    2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/15-daemon.t    2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/17-mod_soap.t 
new/SOAP-Lite-1.22/t/17-mod_soap.t
--- old/SOAP-Lite-1.20/t/17-mod_soap.t  2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/17-mod_soap.t  2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/19-apachesoap.t 
new/SOAP-Lite-1.22/t/19-apachesoap.t
--- old/SOAP-Lite-1.20/t/19-apachesoap.t        2016-06-09 23:33:59.000000000 
+0200
+++ new/SOAP-Lite-1.22/t/19-apachesoap.t        2017-08-16 07:17:36.000000000 
+0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/21-public.t 
new/SOAP-Lite-1.22/t/21-public.t
--- old/SOAP-Lite-1.20/t/21-public.t    2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/21-public.t    2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
     unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/22-interop_apache.t 
new/SOAP-Lite-1.22/t/22-interop_apache.t
--- old/SOAP-Lite-1.20/t/22-interop_apache.t    2016-06-09 23:33:59.000000000 
+0200
+++ new/SOAP-Lite-1.22/t/22-interop_apache.t    2017-08-16 07:17:36.000000000 
+0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/23-ppm.t 
new/SOAP-Lite-1.22/t/23-ppm.t
--- old/SOAP-Lite-1.20/t/23-ppm.t       2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/23-ppm.t       2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/24-wsdl.t 
new/SOAP-Lite-1.22/t/24-wsdl.t
--- old/SOAP-Lite-1.20/t/24-wsdl.t      2016-06-09 23:33:59.000000000 +0200
+++ new/SOAP-Lite-1.22/t/24-wsdl.t      2017-08-16 07:17:36.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
 
 BEGIN {
   unless(grep /blib/, @INC) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/Issues/rt107924.t 
new/SOAP-Lite-1.22/t/Issues/rt107924.t
--- old/SOAP-Lite-1.20/t/Issues/rt107924.t      1970-01-01 01:00:00.000000000 
+0100
+++ new/SOAP-Lite-1.22/t/Issues/rt107924.t      2017-08-16 07:17:36.000000000 
+0200
@@ -0,0 +1,16 @@
+use strict;
+use warnings;
+use Test::More tests => 2;
+use SOAP::Lite;
+
+my ($opts, $soap);
+my $proxy = 'http://services.soaplite.com/echo.cgi';
+my $cafile = '/foo/bar';
+
+$opts = [ verify_hostname => 0, SSL_ca_file => $cafile ];
+$soap = SOAP::Lite->proxy ($proxy, ssl_opts => $opts);
+is ($soap->transport->ssl_opts ('SSL_ca_file'), $cafile, "ssl_opts as arrayref 
is honoured");
+
+$opts = { verify_hostname => 0, SSL_ca_file => $cafile };
+$soap = SOAP::Lite->proxy ($proxy, ssl_opts => $opts);
+is ($soap->transport->ssl_opts ('SSL_ca_file'), $cafile, "ssl_opts as hashref 
is honoured");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/author-pod-syntax.t 
new/SOAP-Lite-1.22/t/author-pod-syntax.t
--- old/SOAP-Lite-1.20/t/author-pod-syntax.t    1970-01-01 01:00:00.000000000 
+0100
+++ new/SOAP-Lite-1.22/t/author-pod-syntax.t    2017-08-16 07:17:36.000000000 
+0200
@@ -0,0 +1,15 @@
+#!perl
+
+BEGIN {
+  unless ($ENV{AUTHOR_TESTING}) {
+    print qq{1..0 # SKIP these tests are for testing by the author\n};
+    exit
+  }
+}
+
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/release-kwalitee.t 
new/SOAP-Lite-1.22/t/release-kwalitee.t
--- old/SOAP-Lite-1.20/t/release-kwalitee.t     2016-06-09 23:33:59.000000000 
+0200
+++ new/SOAP-Lite-1.22/t/release-kwalitee.t     2017-08-16 07:17:36.000000000 
+0200
@@ -2,8 +2,8 @@
 
 BEGIN {
   unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate 
testing');
+    print qq{1..0 # SKIP these tests are for release candidate testing\n};
+    exit
   }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.20/t/release-pod-syntax.t 
new/SOAP-Lite-1.22/t/release-pod-syntax.t
--- old/SOAP-Lite-1.20/t/release-pod-syntax.t   2016-06-09 23:33:59.000000000 
+0200
+++ new/SOAP-Lite-1.22/t/release-pod-syntax.t   1970-01-01 01:00:00.000000000 
+0100
@@ -1,14 +0,0 @@
-#!perl
-
-BEGIN {
-  unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate 
testing');
-  }
-}
-
-# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
-use Test::More;
-use Test::Pod 1.41;
-
-all_pod_files_ok();


Reply via email to