Update p5-WebService-Google-Reader to 0.20.
Changes from previous: 0.20 Sun Sep 18 22:02:11 UTC 2011 - Added fix for XML::Atom bug. 0.19 Wed May 18 02:29:57 UTC 2011 - Fixed handling of expired tokens. (RT #68245) - Added response method. 0.18 Thu Apr 28 15:48:20 UTC 2011 - Fixed corner case in 'more' method to prevent an infinite loop. 0.17 Wed Mar 30 00:26:09 UTC 2011 - Required newer LWP with better HTTPS support. 0.16 Sun Mar 20 23:43:46 UTC 2011 - Added fix for google alert feeds. (ayanokouz) - Added another example script. 0.15 Wed Mar 9 17:46:14 UTC 2011 - Updated LWP usage to accomodate a change to the default behaviour (HTTPS requests now verify the hostname matches the issued certificate). - Explicitly set the default sort order of entries to desc, as documented. 0.14 Mon Nov 1 02:51:37 UTC 2010 - Fixed search feeds. - Fixed debug and compress constructor options. - Added support for "liking" items. - Updated some methods to accept both lists and array references. 0.13 Tue Oct 26 20:51:30 UTC 2010 - Fixed 'more' method to prevent an infinite loop. - Substituted deprecated API url. - Added another example script- marks dead craigslist posts as read. - Updated author tests.
This commit is contained in:
parent
eac3d00647
commit
9852927007
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/08/14 14:14:49 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2011/10/06 15:36:20 hiramatsu Exp $
|
||||
#
|
||||
|
||||
DISTNAME= WebService-Google-Reader-0.12
|
||||
DISTNAME= WebService-Google-Reader-0.20
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WebService/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/08/04 21:32:43 seb Exp $
|
||||
$NetBSD: distinfo,v 1.2 2011/10/06 15:36:20 hiramatsu Exp $
|
||||
|
||||
SHA1 (WebService-Google-Reader-0.12.tar.gz) = 8d31e12b27dbfc7eff931bab5b1a28952dc6080b
|
||||
RMD160 (WebService-Google-Reader-0.12.tar.gz) = 11248b242cb3f9a9fad781bc519c338c5cb529d4
|
||||
Size (WebService-Google-Reader-0.12.tar.gz) = 13495 bytes
|
||||
SHA1 (WebService-Google-Reader-0.20.tar.gz) = f8669204d5f53af37a233d4e90bc04bcd96c6494
|
||||
RMD160 (WebService-Google-Reader-0.20.tar.gz) = b16849c8a6eaf8d473e64e592be2054ec425efa7
|
||||
Size (WebService-Google-Reader-0.20.tar.gz) = 16972 bytes
|
||||
|
|
Loading…
Reference in a new issue