The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
=======================================
Revision history for WebService-YouTube
=======================================

0.04    2006-09-11
    - Fixed the specification of the version number.
0.03    2006-09-11
    - Added Module::Build support.
    - Added Module::AutoInstall support.
0.02    2006-09-10
    - Changed the interface of WebService-YouTube dramatically.
    - Added WebService::YouTube::Videos
        - Added youtube.videos.list_by_tag support.
        - Added youtube.videos.list_by_user support.
    - Added WebService::YouTube::Feeds
        - Added RSS of tag support.
        - Added RSS of user support.

0.01    2006-08-25
    - Modified to accept a video ID at W::Y::Util#get_video_uri.
    - Added the ForceArray option for ``*_list`` elements.
    - Added youtube.videos.get_details support.
    - Added youtube.videos.list_featured support.
    - Added RSS support.