Cisco Cisco StadiumVision Mobile Streamer Licensing Information

Page of 2629
permitted provided that the use of this Package is embedded; that is, 
when no overt attempt is made to make this Package\xd5 s interfaces visible 
to the end user of the commercial distribution.  Such use shall not be 
construed as a distribution of this Package. 
 
9. The name of the Copyright Holder may not be used to endorse or 
promote products derived from this software without specific prior 
written permission. 
 
10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 
 
The End 
 
1.302 perl-XML-Parser 2.34 :6.1.2.2.1  
1.302.1 Available under license :  
XML::Parser Version 2.31 
 
Copyright (c) 1998-2000 Larry Wall and Clark Cooper. 
All rights reserved. 
This program is free software; you can redistribute it and/or modify it 
under the same terms as Perl itself.  
 
This is a Perl extension interface to James Clark\xd5 s XML parser, expat. 
It requires at least version 5.004 of perl and it requires that you have 
release 1.95.0 or greater of expat installed. You can download expat 
from: 
 
 
 http://sourceforge.net/projects/expat/ 
 
The documentation for this extension can be found in pod format at the end 
of the files Parser.pm and Expat/Expat.pm. The perldoc program, provided with 
the perl distribution, can be used to view this documentation. 
 
This was modified from the original XML::Parser created by Larry Wall. 
 
To configure this module, cd to the directory that contains this README file 
and type the following: 
 
 
perl Makefile.PL 
 
Alternatively, if you plan to install XML::Parser somewhere other than 
your system\xd5 s perl library directory. You can type something like this: 
 
 
perl Makefile.PL PREFIX=/home/me/perl INSTALLDIRS=perl 
 
Then to build you run make. 
 
 
make