Bing::OpenSearch version 0.0.2 - 07 February 2010

Bing::OpenSearch provides access to the OpenSearch compliant RSS interface of the Bing API version 2.0.
The RSS endpoint is anonymous; it doesn’t require an AppID.

However, the results returned may not be used, reproduced or transmitted in any manner or for any purpose other
than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use
requires written permission from Microsoft Corporation. By using these results in any manner whatsoever, you
agree to be bound by the foregoing restrictions.

INSTALLATION

perl Makefile.PL
make
make test
make install

DEPENDENCIES

- LWP::UserAgent
- XML::LibXML
- Class::Std::Utils
- version
- Encode
- Test::More
- Test::Exception
- Scalar::Util

COPYRIGHT AND LICENCE

Copyright (C) 2010, Kostas Ntonas <kntonas at gmail.com>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
