Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 473550 - dev-perl/Net-Twitter-4.00006 version bump
Summary: dev-perl/Net-Twitter-4.00006 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: http://search.cpan.org/~mmims/Net-Twi...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-06-17 07:39 UTC by Matthias
Modified: 2013-08-16 07:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for 4.000.06 (Net-Twitter-4.000.06.ebuild,976 bytes, text/plain)
2013-06-17 07:40 UTC, Matthias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias 2013-06-17 07:39:50 UTC
New Version of that Perl-Lib is available at CPAN containing Twitter API REST 1.1 support.

I attached the ebuild, I made for installing that API locally.

Because of the missing support REST-1.1 support of the current 3.180.40 lib, I call this current version as "broken"

Reproducible: Always

Steps to Reproduce:
1. Create a perl module that does a search via twitter API
2. Run
3. Abort with error-Message 1.0 is not supported anymore


Expected Results:  
Working API ;)

Net::Perl has dependency to dev-perl/Carp-Clan now
Comment 1 Matthias 2013-06-17 07:40:31 UTC
Created attachment 351174 [details]
ebuild for 4.000.06

includes needed Dependencies
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-06-17 10:09:34 UTC
Comment on attachment 351174 [details]
ebuild for 4.000.06

--- Net-Twitter-3.180.40.ebuild 2012-11-04 14:01:46.000000000 +0100
+++ -   2013-06-17 12:09:26.765035054 +0200
@@ -5,7 +5,7 @@
 EAPI=4
 
 MODULE_AUTHOR=MMIMS
-MODULE_VERSION=3.18004
+MODULE_VERSION=4.00006
 inherit perl-module
 
 DESCRIPTION="A perl interface to the Twitter API"
@@ -34,6 +34,7 @@
        >=dev-perl/Net-OAuth-0.25
        dev-perl/namespace-autoclean
        >=dev-perl/URI-1.40
+       dev-perl/Carp-Clan
 "
 DEPEND="${RDEPEND}"
Comment 3 Patrick Lauer gentoo-dev 2013-08-16 07:04:13 UTC
+  16 Aug 2013; Patrick Lauer <patrick@gentoo.org> +Net-Twitter-4.000.60.ebuild:
+  Bump