- 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/Videos.pm (modified) (5 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/Videos.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 Carp; … … 18 18 19 19 sub new { 20 my $class = shift;21 22 my $self = $class->SUPER::new(@ _);20 my ( $class, @args ) = @_; 21 22 my $self = $class->SUPER::new(@args); 23 23 if ( !$self->dev_id ) { 24 24 croak 'dev_id is required'; … … 140 140 my $self = shift; 141 141 142 my $uri = 143 WebService::YouTube::Util->rest_uri( $self->dev_id, 142 my $uri = WebService::YouTube::Util->rest_uri( $self->dev_id, 144 143 'youtube.videos.list_featured' ); 145 144 my $res = $self->ua->get($uri); … … 161 160 =head1 VERSION 162 161 163 This document describes WebService::YouTube::Videos version 1.0. 1162 This document describes WebService::YouTube::Videos version 1.0.2 164 163 165 164 =head1 SYNOPSIS … … 300 299 =head1 LICENSE AND COPYRIGHT 301 300 302 Copyright 2006, Hironori Yoshida <yoshida@cpan.org>. All rights reserved. 303 304 This program is free software; you can redistribute it and/or modify it 305 under the same terms as Perl itself. See L<perlartistic>. 301 This module is free software; you can redistribute it and/or 302 modify it under the same terms as Perl itself. See L<perlartistic>. 306 303 307 304 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)