Show
Ignore:
Timestamp:
09/15/07 17:33:36 (16 months ago)
Author:
holidays-l
Message:

version up

Location:
lang/perl/WebService-YouTube/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/WebService-YouTube/trunk

    • Property svn:ignore
      •  

        old new  
        55inc 
        66Makefile 
         7Makefile.old 
        78MANIFEST 
         9MANIFEST.bak 
        810META.yml 
        911pm_to_blib 
        10 WebService-YouTube-v* 
         12WebService-YouTube-*.tar.* 
  • lang/perl/WebService-YouTube/trunk/lib/WebService/YouTube.pm

    r109 r176  
    55use strict; 
    66use warnings; 
    7 use version; our $VERSION = qv('1.0.1'); 
     7use version; our $VERSION = qv('1.0.2'); 
    88 
    99use base qw(Class::Accessor::Fast); 
     
    3939=head1 VERSION 
    4040 
    41 This document describes WebService::YouTube version 1.0.1 
     41This document describes WebService::YouTube version 1.0.2 
    4242 
    4343=head1 SYNOPSIS 
     
    5757This is a Perl interface to YouTube API and RSS. 
    5858See Developers Page L<http://youtube.com/dev> and About RSS L<http://www.youtube.com/rssls> for details. 
     59 
     60B<I<This module support only Legacy API, does not support YouTube Data API based on Google data protocol.>> 
     61See YouTube Data API Overview L<http://code.google.com/apis/youtube/overview.html> for details. 
    5962 
    6063=head1 SUBROUTINES/METHODS 
     
    115118=head1 LICENSE AND COPYRIGHT 
    116119 
    117 Copyright (c) 2006, Hironori Yoshida <yoshida@cpan.org>. All rights reserved. 
    118  
    119120This module is free software; you can redistribute it and/or 
    120121modify it under the same terms as Perl itself. See L<perlartistic>.