Bug 13506 [QA Follouwp] - Fix POD
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 20 Feb 2015 13:52:07 +0000 (08:52 -0500)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 20 Feb 2015 14:54:41 +0000 (11:54 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/SIP/ILS.pod

index 8ff3b46..eeb8ee2 100644 (file)
@@ -76,12 +76,11 @@ successfully logged in, is initialize the ILS module by calling
 
     $ils = new ILS $institution
 
-where C<$institution> is an object of type
-C<Sip::Configuration::Institution>, describing the institution to
-which the terminal belongs.  In general, this will be the single
-institution that the ILS supports, but it may be that in a
-consortial setting, the SIP server may support connecting to
-different ILSs based on the C<$institution> of the terminal.
+where C<$institution> is a hash ( institution => 'Foo Public Library' )
+describing the institution to which the terminal belongs.
+In general, this will be the single institution that the ILS supports,
+but it may be that in a consortial setting, the SIP server may support
+connecting to different ILSs based on the C<$institution> of the terminal.
 
 =head1 BASIC OBJECT ACCESS AND PROTOCOL SUPPORT