- 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/Feeds.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/Feeds.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; … … 44 44 45 45 sub new { 46 my $class = shift;47 48 my $self = $class->SUPER::new(@ _);46 my ( $class, @args ) = @_; 47 48 my $self = $class->SUPER::new(@args); 49 49 if ( !$self->ua ) { 50 50 $self->ua( LWP::UserAgent->new ); … … 177 177 =head1 VERSION 178 178 179 This document describes WebService::YouTube::Feeds version 1.0. 1179 This document describes WebService::YouTube::Feeds version 1.0.2 180 180 181 181 =head1 SYNOPSIS … … 333 333 =head1 LICENSE AND COPYRIGHT 334 334 335 Copyright 2006, Hironori Yoshida <yoshida@cpan.org>. All rights reserved. 336 337 This program is free software; you can redistribute it and/or modify it 338 under the same terms as Perl itself. See L<perlartistic>. 335 This module is free software; you can redistribute it and/or 336 modify it under the same terms as Perl itself. See L<perlartistic>. 339 337 340 338 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)