Path to this page:
Subject: CVS commit: pkgsrc/net/p5-Net-OAuth
From: Jens Rehsack
Date: 2009-11-21 16:23:14
Message id: 20091121152314.A6085175DD@cvs.netbsd.org
Log Message:
Updating net/p5-Net-OAuth from 0.19 to 0.20
pkgsrc changes:
- Adjusting dependencies according to META.yml (see Upstream changes)
- Setting Module::Build as build type
Upstream changes:
0.20 Fri, 13 Nov 2009 18:56:55 UTC
- Fixed http://rt.cpan.org/Public/Bug/Display.html?id=48867 - error in
synopsis - thanks Adam Taylor!
- Removed UTF8 double-encoding warning. Now Net::OAuth::Message::encode()
uses Encode::is_utf8() to determine if the input is already UTF-8 encoded.
If so, it runs decode_utf8() on it before sending it to uri_escape_utf8().
Thanks Hector Garcia Alvarez!
- Potentially fixed an issue found by Marc Mims, where HMAC_SHA1 was failing
to load, breaking some CPAN tests. Build.PL now explicitly requires
Digest::SHA1 and Encode. Hopefully that fixes it.
Files: