The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Feed::Source::Yahoo - Create a RSS feed based on a Yahoo query

VERSION

Version 0.01

SYNOPSIS

If you query Yahoo regurlarly with the same search, maybe is it a good idea to transform this query in a RSS feed. This simple module can help you :

    use Feed::Source::Yahoo;

    my $feed = Feed::Source::Yahoo->new( query => '"information retrieval"');
    print "The feed URL: " . $feed->url() . "\n";

FUNCTIONS

new

url

query

AUTHOR

Emmanuel Di Pretoro, <<manu at bjornoya.net>>

BUGS

Please report any bugs or feature requests to bug-feed-source-yahoo at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Feed-Source-Yahoo. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Feed::Source::Yahoo

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2006 Manu, all rights reserved.

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