Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 555170 - dev-perl/Devel-SmallProf-2.20.0-r1 broken on perl-5.22
Summary: dev-perl/Devel-SmallProf-2.20.0-r1 broken on perl-5.22
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: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-17 09:49 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2015-07-17 19:06 UTC (History)
0 users

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


Attachments
Devel-SmallProf-2.20.0-r2.ebuild (Devel-SmallProf-2.20.0-r2.ebuild,466 bytes, text/plain)
2015-07-17 17:25 UTC, Kent Fredric (IRC: kent\n) (RETIRED)
Details
0001-Don-t-use-defined-array.patch (0001-Don-t-use-defined-array.patch,723 bytes, patch)
2015-07-17 17:26 UTC, Kent Fredric (IRC: kent\n) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2015-07-17 09:49:33 UTC
This just needs a simple patch to replace "if defined @" with "if @"

(see patch in linked bug)

Otherwise you get: http://www.cpantesters.org/cpan/report/d8649780-06fe-11e5-bab8-57e8dfbfc7aa

Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at ../blib/lib/Devel/SmallProf.pm line 35.
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2015-07-17 17:25:48 UTC
Created attachment 407020 [details]
Devel-SmallProf-2.20.0-r2.ebuild
Comment 2 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2015-07-17 17:26:04 UTC
Created attachment 407022 [details, diff]
0001-Don-t-use-defined-array.patch
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2015-07-17 19:06:59 UTC
committed