r54240 - in /branches/upstream/libwww-facebook-api-perl/current: ./ lib/WWW/Facebook/ lib/WWW/Facebook/API/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Mar 13 20:14:29 UTC 2010


Author: jawnsy-guest
Date: Sat Mar 13 20:14:24 2010
New Revision: 54240

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54240
Log:
[svn-upgrade] Integrating new upstream version, libwww-facebook-api-perl (0.4.18)

Modified:
    branches/upstream/libwww-facebook-api-perl/current/Changes
    branches/upstream/libwww-facebook-api-perl/current/META.yml
    branches/upstream/libwww-facebook-api-perl/current/README
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Admin.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Application.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Auth.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Canvas.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Comments.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Connect.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Data.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Events.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Exception.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/FBML.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/FQL.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Feed.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Friends.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Groups.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Intl.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Links.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/LiveMessage.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Message.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Notes.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Notifications.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Pages.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Permissions.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Photos.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Profile.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/SMS.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Status.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Stream.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Users.pm
    branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Video.pm

Modified: branches/upstream/libwww-facebook-api-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/Changes?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/Changes (original)
+++ branches/upstream/libwww-facebook-api-perl/current/Changes Sat Mar 13 20:14:24 2010
@@ -1,4 +1,9 @@
 Revision history for WWW-Facebook-API
+
+0.4.18 Fri Mar 12 23:39:59 PST 2010
+    - Fixed Canvas.pm to correctly select MD5-hex value. (Andrey Ilyin)++
+    - Updated Canvas.pm docs to specify cookie method needed
+    - Updated copyright information
 
 0.4.17  Thu Nov 26 09:48:03 PST 2009
 	- Updated Stream.publish to automatically call encode action_links

Modified: branches/upstream/libwww-facebook-api-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/META.yml?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/META.yml (original)
+++ branches/upstream/libwww-facebook-api-perl/current/META.yml Sat Mar 13 20:14:24 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               WWW-Facebook-API
-version:            0.4.17
+version:            0.4.18
 abstract:           Facebook API implementation
 author:
     - David Romano <unobe at cpan.org>

Modified: branches/upstream/libwww-facebook-api-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/README?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/README (original)
+++ branches/upstream/libwww-facebook-api-perl/current/README Sat Mar 13 20:14:24 2010
@@ -3,7 +3,7 @@
 
 VERSION
     This document and others distributed with this module describe
-    WWW::Facebook::API version 0.4.17
+    WWW::Facebook::API version 0.4.18
 
 SYNOPSIS
         use WWW::Facebook::API;
@@ -498,7 +498,7 @@
         "confess" when an error is returned from the REST server.
 
     ua  The LWP::UserAgent agent used to communicate with the REST server.
-        The agent_alias is initially set to "Perl-WWW-Facebook-API/0.4.17".
+        The agent_alias is initially set to "Perl-WWW-Facebook-API/0.4.18".
 
 PUBLIC METHODS
     call( $method, %args )
@@ -821,7 +821,7 @@
     Thomas Sibley "<tsibley at cpan.org>"
 
 LICENSE AND COPYRIGHT
-    Copyright (c) 2007-2009, David Romano "<unobe at cpan.org>". All rights
+    Copyright (c) 2007-2010, David Romano "<unobe at cpan.org>". All rights
     reserved.
 
     This module is free software; you can redistribute it and/or modify it

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API.pm Sat Mar 13 20:14:24 2010
@@ -7,7 +7,7 @@
 use strict;
 use Carp;
 
-use version; our $VERSION = qv('0.4.17');
+use version; our $VERSION = qv('0.4.18');
 
 use LWP::UserAgent;
 use Time::HiRes qw(time);
@@ -520,7 +520,7 @@
 =head1 VERSION
 
 This document and others distributed with this module describe
-WWW::Facebook::API version 0.4.17
+WWW::Facebook::API version 0.4.18
 
 =head1 SYNOPSIS
 
@@ -1064,7 +1064,7 @@
 =item ua
 
 The L<LWP::UserAgent> agent used to communicate with the REST server.
-The agent_alias is initially set to "Perl-WWW-Facebook-API/0.4.17".
+The agent_alias is initially set to "Perl-WWW-Facebook-API/0.4.18".
 
 =back
 
@@ -1452,7 +1452,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Admin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Admin.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Admin.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Admin.pm Sat Mar 13 20:14:24 2010
@@ -175,7 +175,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2008-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2008-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Application.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Application.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Application.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Application.pm Sat Mar 13 20:14:24 2010
@@ -84,7 +84,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Auth.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Auth.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Auth.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Auth.pm Sat Mar 13 20:14:24 2010
@@ -302,7 +302,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Canvas.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Canvas.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Canvas.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Canvas.pm Sat Mar 13 20:14:24 2010
@@ -69,11 +69,11 @@
     $self->base->query(shift);
 
     my $fb_params = $self->get_fb_params;
-    return unless $self->base->query->param('fb_sig') || $self->base->query->cookie('fbsetting_'.$self->base->api_key)->value;
+    return unless $self->base->query->param('fb_sig') || $self->base->query->cookie($self->base->api_key)->value;
     return $fb_params
         if $self->base->verify_sig(
         params => $fb_params,
-        sig    => $self->base->query->param('fb_sig') || $self->base->query->cookie('fbsetting_'.$self->base->api_key)->value,
+        sig    => $self->base->query->param('fb_sig') || $self->base->query->cookie($self->base->api_key)->value,
         );
 
     return;
@@ -121,8 +121,7 @@
 
 Methods for using the canvas with L<WWW::Facebook::API>
 
-The C<$q> parameter should implement the param method (for example a L<CGI> or
-L<Apache::Request> object).
+The C<$q> parameter should implement the param and cookie methods (for example a L<CGI> or L<Apache::Request> object).
 
 =head1 SUBROUTINES/METHODS
 
@@ -241,7 +240,7 @@
 =head1 LICENSE AND COPYRIGHT
 
 Copyright (c) 2007, David Leadbeater C<< http://dgl.cx >>.
-Certain parts copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved. 
+Certain parts copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved. 
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Comments.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Comments.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Comments.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Comments.pm Sat Mar 13 20:14:24 2010
@@ -97,7 +97,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Connect.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Connect.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Connect.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Connect.pm Sat Mar 13 20:14:24 2010
@@ -99,7 +99,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Data.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Data.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Data.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Data.pm Sat Mar 13 20:14:24 2010
@@ -91,7 +91,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Events.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Events.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Events.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Events.pm Sat Mar 13 20:14:24 2010
@@ -131,7 +131,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Exception.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Exception.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Exception.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Exception.pm Sat Mar 13 20:14:24 2010
@@ -93,7 +93,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Certain part copyright (c) 2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Certain part copyright (c) 2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/FBML.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/FBML.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/FBML.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/FBML.pm Sat Mar 13 20:14:24 2010
@@ -120,7 +120,7 @@
 =head1 LICENSE AND COPYRIGHT
 
 Copyright (c) 2007, TSIBLEY C<< <tsibley at cpan.org> >>. All rights reserved.
-Certain part copyright (c) 2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Certain part copyright (c) 2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/FQL.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/FQL.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/FQL.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/FQL.pm Sat Mar 13 20:14:24 2010
@@ -93,7 +93,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Feed.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Feed.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Feed.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Feed.pm Sat Mar 13 20:14:24 2010
@@ -172,7 +172,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Friends.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Friends.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Friends.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Friends.pm Sat Mar 13 20:14:24 2010
@@ -111,7 +111,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Groups.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Groups.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Groups.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Groups.pm Sat Mar 13 20:14:24 2010
@@ -82,7 +82,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Intl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Intl.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Intl.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Intl.pm Sat Mar 13 20:14:24 2010
@@ -75,7 +75,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Links.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Links.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Links.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Links.pm Sat Mar 13 20:14:24 2010
@@ -86,7 +86,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/LiveMessage.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/LiveMessage.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/LiveMessage.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/LiveMessage.pm Sat Mar 13 20:14:24 2010
@@ -79,7 +79,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Message.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Message.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Message.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Message.pm Sat Mar 13 20:14:24 2010
@@ -78,7 +78,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Notes.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Notes.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Notes.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Notes.pm Sat Mar 13 20:14:24 2010
@@ -108,7 +108,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Notifications.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Notifications.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Notifications.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Notifications.pm Sat Mar 13 20:14:24 2010
@@ -113,7 +113,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Pages.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Pages.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Pages.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Pages.pm Sat Mar 13 20:14:24 2010
@@ -101,7 +101,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Permissions.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Permissions.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Permissions.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Permissions.pm Sat Mar 13 20:14:24 2010
@@ -158,8 +158,8 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright (c) 2009 Playfish. All Rights reserved.
-Certain parts copyright (c) 2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2010 Playfish. All Rights reserved.
+Certain parts copyright (c) 2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Photos.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Photos.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Photos.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Photos.pm Sat Mar 13 20:14:24 2010
@@ -131,7 +131,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Profile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Profile.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Profile.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Profile.pm Sat Mar 13 20:14:24 2010
@@ -133,7 +133,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/SMS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/SMS.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/SMS.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/SMS.pm Sat Mar 13 20:14:24 2010
@@ -96,7 +96,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2008-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2008-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Status.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Status.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Status.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Status.pm Sat Mar 13 20:14:24 2010
@@ -87,7 +87,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Stream.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Stream.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Stream.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Stream.pm Sat Mar 13 20:14:24 2010
@@ -191,7 +191,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Users.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Users.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Users.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Users.pm Sat Mar 13 20:14:24 2010
@@ -139,7 +139,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2007-2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2007-2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.

Modified: branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Video.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Video.pm?rev=54240&op=diff
==============================================================================
--- branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Video.pm (original)
+++ branches/upstream/libwww-facebook-api-perl/current/lib/WWW/Facebook/API/Video.pm Sat Mar 13 20:14:24 2010
@@ -99,7 +99,7 @@
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (c) 2009, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
+Copyright (c) 2010, David Romano C<< <unobe at cpan.org> >>. All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. See L<perlartistic>.




More information about the Pkg-perl-cvs-commits mailing list