- Timestamp:
- 09/15/07 17:33:36 (16 months ago)
- Location:
- lang/perl/WebService-YouTube/trunk
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
lib/WebService/YouTube.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/WebService-YouTube/trunk
- Property svn:ignore
-
old new 5 5 inc 6 6 Makefile 7 Makefile.old 7 8 MANIFEST 9 MANIFEST.bak 8 10 META.yml 9 11 pm_to_blib 10 WebService-YouTube- v*12 WebService-YouTube-*.tar.*
-
- Property svn:ignore
-
lang/perl/WebService-YouTube/trunk/lib/WebService/YouTube.pm
r109 r176 5 5 use strict; 6 6 use warnings; 7 use version; our $VERSION = qv('1.0. 1');7 use version; our $VERSION = qv('1.0.2'); 8 8 9 9 use base qw(Class::Accessor::Fast); … … 39 39 =head1 VERSION 40 40 41 This document describes WebService::YouTube version 1.0. 141 This document describes WebService::YouTube version 1.0.2 42 42 43 43 =head1 SYNOPSIS … … 57 57 This is a Perl interface to YouTube API and RSS. 58 58 See Developers Page L<http://youtube.com/dev> and About RSS L<http://www.youtube.com/rssls> for details. 59 60 B<I<This module support only Legacy API, does not support YouTube Data API based on Google data protocol.>> 61 See YouTube Data API Overview L<http://code.google.com/apis/youtube/overview.html> for details. 59 62 60 63 =head1 SUBROUTINES/METHODS … … 115 118 =head1 LICENSE AND COPYRIGHT 116 119 117 Copyright (c) 2006, Hironori Yoshida <yoshida@cpan.org>. All rights reserved.118 119 120 This module is free software; you can redistribute it and/or 120 121 modify it under the same terms as Perl itself. See L<perlartistic>.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)