This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libsoap-wsdl-perl.

commit 73e48dbb3120ccee3956469f1d98f4ee6de30ce1
Author: Damyan Ivanov <d...@debian.org>
Date:   Fri Jun 12 12:23:26 2015 +0000

    Drop lvalue-modification-5.18.patch, more correct fix released upstream
---
 debian/patches/lvalue-modification-5.18.patch | 28 ---------------------------
 debian/patches/series                         |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/lvalue-modification-5.18.patch 
b/debian/patches/lvalue-modification-5.18.patch
deleted file mode 100644
index f13deb7..0000000
--- a/debian/patches/lvalue-modification-5.18.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: fix invalid lvalue assignments with perl 5.18
- also fixes a missing ->[0] after get_port()
-Author: Lee Johnson <le...@cpan.org>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=74257
-Bug-Debian: http://bugs.debian.org/720964
-
---- a/lib/SOAP/WSDL.pm
-+++ b/lib/SOAP/WSDL.pm
-@@ -166,7 +166,7 @@ sub _wsdl_get_service :PRIVATE {
-     my $wsdl = $definitions_of{ $ident };
-     return $service_of{ $ident } = $servicename_of{ $ident }
-         ? $wsdl->find_service( $wsdl->get_targetNamespace() , 
$servicename_of{ $ident } )
--        : $service_of{ $ident } = $wsdl->get_service()->[ 0 ];
-+        : $wsdl->get_service()->[ 0 ];
- } ## end sub _wsdl_get_service
- 
- sub _wsdl_get_port :PRIVATE  {
-@@ -174,8 +174,8 @@ sub _wsdl_get_port :PRIVATE  {
-     my $wsdl = $definitions_of{ $ident };
-     my $ns   = $wsdl->get_targetNamespace();
-     return $port_of{ $ident } = $portname_of{ $ident }
--        ? $service_of{ $ident }->get_port( $ns, $portname_of{ $ident } )
--        : $port_of{ $ident } = $service_of{ $ident }->get_port()->[ 0 ];
-+        ? $service_of{ $ident }->get_port( $ns, $portname_of{ $ident } )->[0]
-+        : $service_of{ $ident }->get_port()->[ 0 ];
- }
- 
- sub _wsdl_get_binding :PRIVATE {
diff --git a/debian/patches/series b/debian/patches/series
index 6e6204a..b105d85 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,5 @@
 pod-whatis.patch
 pod-spelling.patch
-lvalue-modification-5.18.patch
 load-with-Class::Load.patch
 prefix_from_namespace.patch
 use-Test::XML.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsoap-wsdl-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to