SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Yahoo-Search rpm build for : Mandriva 2011. For other distributions click perl-Yahoo-Search.

Name : perl-Yahoo-Search
Version : 1.11.3 Vendor : Mandriva
Release : 2 Date : 2011-04-16 21:22:46
Group : Development/Perl Source RPM : perl-Yahoo-Search-1.11.3-2.src.rpm
Size : 0.17 MB
Packager : Funda Wang < fwang_mandriva_org>
Summary : Interface to Yahoo!s Search API
Description :
The XML sent back from Yahoo! is fairly simple, and is guaranteed to be
well formed, so we really don\'t need much more than to make the data easily
available. I\'d like to use XML::Simple, but it uses XML::Parser, which
suffers from crippling memory leaks (in one test, 36k was lost with each
parsing of a 7k xml file), so I\'ve rolled my own simple version that might
be called, uh, XML::SuperDuperSimple.

The end result is identical to what XML::Simple would produce, at least for
the XML the Yahoo! sends back. It may well be useful for other things that
use a similarly small subset of XML notation.

This package is also much faster than XML::Simple / XML::Parser, producing
the same output 41 times faster, in my tests. That\'s the benefit of not
having to handle everything, I guess.

RPM found in directory: /vol/rzm6/linux-mandriva/official/2011/i586/media/contrib/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Yahoo-Search-1.11.3-2-mdv2011.0.noarch.rpm
ftp.icm.edu.pl  perl-Yahoo-Search-1.11.3-2-mdv2011.0.noarch.rpm
     

Provides :
perl(Yahoo::Search)
perl(Yahoo::Search::Request)
perl(Yahoo::Search::Response)
perl(Yahoo::Search::Result)
perl(Yahoo::Search::XML)
perl-Yahoo-Search

Requires :
perl-base >= 2:5.12.3
perl(Encode)
perl(LWP) >= 5.835.0
perl(Test::More) >= 0.860.0
perl(URI) >= 1.540.0
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.12.3/Yahoo
/usr/lib/perl5/vendor_perl/5.12.3/Yahoo/Search
/usr/lib/perl5/vendor_perl/5.12.3/Yahoo/Search.pm
/usr/lib/perl5/vendor_perl/5.12.3/Yahoo/Search/Request.pm
/usr/lib/perl5/vendor_perl/5.12.3/Yahoo/Search/Response.pm
/usr/lib/perl5/vendor_perl/5.12.3/Yahoo/Search/Result.pm
/usr/lib/perl5/vendor_perl/5.12.3/Yahoo/Search/XML.pm
/usr/share/doc/perl-Yahoo-Search
/usr/share/doc/perl-Yahoo-Search/Changes
/usr/share/doc/perl-Yahoo-Search/LICENSE
/usr/share/doc/perl-Yahoo-Search/META.json
/usr/share/doc/perl-Yahoo-Search/META.yml
/usr/share/doc/perl-Yahoo-Search/README
/usr/share/man/man3/Yahoo::Search.3pm.xz
/usr/share/man/man3/Yahoo::Search::Request.3pm.xz
/usr/share/man/man3/Yahoo::Search::Response.3pm.xz
/usr/share/man/man3/Yahoo::Search::Result.3pm.xz
/usr/share/man/man3/Yahoo::Search::XML.3pm.xz

 
ICM