From b803f83abd15f439876baef7471d536f42ecde51 Mon Sep 17 00:00:00 2001 From: rejit natarajan Date: Thu, 12 Feb 2015 09:55:29 +0530 Subject: [PATCH] missing asterisk fixes pod error small fix for pod error http://cpants.cpanauthors.org/dist/SOAP-WSDL/errors --- lib/SOAP/WSDL.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SOAP/WSDL.pm b/lib/SOAP/WSDL.pm index 33d35d4..62b6060 100644 --- a/lib/SOAP/WSDL.pm +++ b/lib/SOAP/WSDL.pm @@ -687,7 +687,7 @@ Scott does not get email from L<< rt.cpan.org >>, so please drop an email to him =over -=item Breaks the idiom C<< $package->can("SUPER::method") >> in your code +=item * Breaks the idiom C<< $package->can("SUPER::method") >> in your code If you redefine C<< UNIVERSAL::can() >>, and someone tries to do C<< $package->can("SUPER::method") >>, it'll look at your packages C<@ISA>, not theirs. This module does precicely that, by way of its dependency on C.