r51748 - in /trunk/libnet-google-code-perl: ./ debian/ lib/Net/Google/ lib/Net/Google/Code/ lib/Net/Google/Code/Issue/ lib/Net/Google/Code/Role/ lib/Net/Google/Code/Wiki/

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Fri Jan 29 20:52:36 UTC 2010


Author: carnil-guest
Date: Fri Jan 29 20:52:30 2010
New Revision: 51748

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51748
Log:
* New upstream release
* Add myself to Uploaders 

Modified:
    trunk/libnet-google-code-perl/Changes
    trunk/libnet-google-code-perl/META.yml
    trunk/libnet-google-code-perl/README
    trunk/libnet-google-code-perl/debian/changelog
    trunk/libnet-google-code-perl/debian/control
    trunk/libnet-google-code-perl/lib/Net/Google/Code.pm
    trunk/libnet-google-code-perl/lib/Net/Google/Code/AtomParser.pm
    trunk/libnet-google-code-perl/lib/Net/Google/Code/DateTime.pm
    trunk/libnet-google-code-perl/lib/Net/Google/Code/Download.pm
    trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue.pm
    trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Attachment.pm
    trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Comment.pm
    trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Search.pm
    trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/Authentication.pm
    trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/HTMLTree.pm
    trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/URL.pm
    trunk/libnet-google-code-perl/lib/Net/Google/Code/TypicalRoles.pm
    trunk/libnet-google-code-perl/lib/Net/Google/Code/Wiki.pm
    trunk/libnet-google-code-perl/lib/Net/Google/Code/Wiki/Comment.pm

Modified: trunk/libnet-google-code-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/Changes?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/Changes (original)
+++ trunk/libnet-google-code-perl/Changes Fri Jan 29 20:52:30 2010
@@ -1,4 +1,8 @@
 Revision history for Net-Google-Code
+
+0.17 Fri Jan 29 04:15:09 UTC 2010
+
+* work around a weird bug of Mouse or even perl itself
 
 0.16 Tue Dec 22 03:31:43 UTC 2009
 

Modified: trunk/libnet-google-code-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/META.yml?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/META.yml (original)
+++ trunk/libnet-google-code-perl/META.yml Fri Jan 29 20:52:30 2010
@@ -35,4 +35,4 @@
   XML::FeedPP: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.16
+version: 0.17

Modified: trunk/libnet-google-code-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/README?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/README (original)
+++ trunk/libnet-google-code-perl/README Fri Jan 29 20:52:30 2010
@@ -17,7 +17,7 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/debian/changelog?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/debian/changelog (original)
+++ trunk/libnet-google-code-perl/debian/changelog Fri Jan 29 20:52:30 2010
@@ -1,10 +1,13 @@
-libnet-google-code-perl (0.16-1) UNRELEASED; urgency=low
+libnet-google-code-perl (0.17-1) UNRELEASED; urgency=low
 
-  This version is currently FTBFS. Darn.
-
+  [ Jonathan Yu ]
   * New upstream release
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 22 Dec 2009 06:39:29 -0500
+  [ Salvatore Bonaccorso ]
+  * New upstream release
+  * Add myself to Uploaders 
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Fri, 29 Jan 2010 21:51:40 +0100
 
 libnet-google-code-perl (0.15-1) unstable; urgency=low
 

Modified: trunk/libnet-google-code-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/debian/control?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/debian/control (original)
+++ trunk/libnet-google-code-perl/debian/control Fri Jan 29 20:52:30 2010
@@ -9,7 +9,8 @@
  libxml-feedpp-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christine Spang <christine at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>
+ Jonathan Yu <jawnsy at cpan.org>,
+ Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Net-Google-Code/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-google-code-perl/

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code.pm Fri Jan 29 20:52:30 2010
@@ -4,7 +4,7 @@
 with 'Net::Google::Code::TypicalRoles';
 use Scalar::Util qw/blessed/;
 
-our $VERSION = '0.16';
+our $VERSION = '0.17';
 
 has 'project' => (
     isa      => 'Str',
@@ -324,7 +324,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code/AtomParser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code/AtomParser.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code/AtomParser.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code/AtomParser.pm Fri Jan 29 20:52:30 2010
@@ -91,7 +91,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code/DateTime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code/DateTime.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code/DateTime.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code/DateTime.pm Fri Jan 29 20:52:30 2010
@@ -80,7 +80,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code/Download.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code/Download.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code/Download.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code/Download.pm Fri Jan 29 20:52:30 2010
@@ -194,7 +194,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue.pm Fri Jan 29 20:52:30 2010
@@ -160,7 +160,8 @@
         {
 # the \w+ is person or people, I don't know if google will change that word
 # some time, so just use \w+
-            $self->stars($1);
+            my $stars = $1;
+            $self->stars($stars);
         }
     }
 
@@ -745,7 +746,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Attachment.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Attachment.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Attachment.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Attachment.pm Fri Jan 29 20:52:30 2010
@@ -55,8 +55,9 @@
     my @tds = $tr->find_by_tag_name('td');
     if (@tds) {
         $self->url( $tds[0]->find_by_tag_name('a')->attr('href') );
-        if ( $self->url =~ /aid=([-\d]+)/ ) {
-            $self->id( $1 );
+        if ( $self->url =~ /aid=(-?\d+)/ ) {
+            my $id = $1;
+            $self->id( $id );
         }
 
         if ( $tds[1] ) {
@@ -176,7 +177,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Comment.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Comment.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Comment.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Comment.pm Fri Jan 29 20:52:30 2010
@@ -296,7 +296,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Search.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Search.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Search.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code/Issue/Search.pm Fri Jan 29 20:52:30 2010
@@ -195,7 +195,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/Authentication.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/Authentication.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/Authentication.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/Authentication.pm Fri Jan 29 20:52:30 2010
@@ -101,7 +101,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/HTMLTree.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/HTMLTree.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/HTMLTree.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/HTMLTree.pm Fri Jan 29 20:52:30 2010
@@ -91,7 +91,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/URL.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/URL.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/URL.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code/Role/URL.pm Fri Jan 29 20:52:30 2010
@@ -49,7 +49,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code/TypicalRoles.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code/TypicalRoles.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code/TypicalRoles.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code/TypicalRoles.pm Fri Jan 29 20:52:30 2010
@@ -29,7 +29,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code/Wiki.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code/Wiki.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code/Wiki.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code/Wiki.pm Fri Jan 29 20:52:30 2010
@@ -173,7 +173,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: trunk/libnet-google-code-perl/lib/Net/Google/Code/Wiki/Comment.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-google-code-perl/lib/Net/Google/Code/Wiki/Comment.pm?rev=51748&op=diff
==============================================================================
--- trunk/libnet-google-code-perl/lib/Net/Google/Code/Wiki/Comment.pm (original)
+++ trunk/libnet-google-code-perl/lib/Net/Google/Code/Wiki/Comment.pm Fri Jan 29 20:52:30 2010
@@ -62,7 +62,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2008-2009 Best Practical Solutions.
+Copyright 2008-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.




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