diff options
author | jeff <jeff> | 2008-03-14 05:01:50 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-03-14 05:01:50 +0000 |
commit | c9889bf69b52391dabb40df7cf6368d81ec841bb (patch) | |
tree | 63a978cb666d4b8f8f13e09f9c54c76ba8b34a64 | |
parent | 714bb4650e8ed1bf655311e8e6412853bf54db88 (diff) |
update documentation
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | lib/Net/Prizm.pm | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -2,7 +2,8 @@ Revision history for Perl extension Net::Prizm 0.04 Thu Mar 13 20:15:38 EDT 2008 - -require SOAP::Ltie 0.71 to avoid conflicts with UNIVERSAL::require + -require SOAP::Lite 0.71 to avoid conflicts with UNIVERSAL::require + -updated wsdls to 3.0r1 0.03 Tue Feb 20 21:41:46 EST 2007 -corrected bad encoding (failure to use html entities when required) diff --git a/lib/Net/Prizm.pm b/lib/Net/Prizm.pm index b2f109d..6312f16 100644 --- a/lib/Net/Prizm.pm +++ b/lib/Net/Prizm.pm @@ -41,7 +41,7 @@ if (ref($err_or_som)){ =head1 DESCRIPTION Net::Prizm is a module implementing a Perl interface to Motorola's Canopy -Prizm SOAP interface. It is compatible with version 2.1 of that software +Prizm SOAP interface. It is compatible with version 3.0r1 of that software and requires the WSDL from Motorola. Net::Prizm enables you to simply access the SOAP interface of your Prizm |