Subject: | 'use base' pragma no longer works for SOAP::Lite |
Hi,
since you moved all the pod to a .pm file (rather than a .pod file!), the use base pragma no
longer functions properly:
[kane@rt-dev ~...temp/server]$ perl -MSOAP::Lite -e'use base "SOAP::Serializer"'
SOAP/Serializer.pm did not return a true value at (eval 79) line 3.
...propagated at /usr/local/lib/perl5/site_perl/5.8.6/base.pm line 70.
BEGIN failed--compilation aborted at -e line 1.
Either move all the code from Lite.pm that's for Serializer.pm into Serializer.pm, or name it
Serializer.pod, if it's only to contain pod.