Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613404 - <dev-perl/Google-Ads-AdWords-Client-4.14.0 fails tests without '.' in @INC
Summary: <dev-perl/Google-Ads-AdWords-Client-4.14.0 fails tests without '.' in @INC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low minor (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-03-21 08:59 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-06-11 06:56 UTC (History)
0 users

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


Attachments

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 2017-03-21 08:59:33 UTC
Lots of failures in this module, but some are related to "{" escaping in regex.

/001_require.t however is the one that gets hit the most for @INC and needs fixing.

All current versions affected.
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-06-03 20:25:31 UTC
commit:  5b73882dbe8182d9513ffa868edc78953c7a4d19
author:  2017-06-04 08:08:06 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-06-04 08:19:00 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/Google-Ads-AdWords-Client: Bump to version 4.14.0 re bug #613404

    - Added patch for '.' in @INC (#613404)
    - Added patch for unescaped {
    
    Upstream:
    - Add support/examples for v201705
    - Add more situation examples
    
    Bug: https://bugs.gentoo.org/613404
    Package-Manager: Portage-2.3.5, Repoman-2.3.2


 .../Google-Ads-AdWords-Client-4.14.0.ebuild          |   54 +
 dev-perl/Google-Ads-AdWords-Client/Manifest          |    1 +
 .../files/4.14.0-no-dot-in-inc.patch                 |   83 +
 .../files/4.14.0-unescaped-lbracket.patch            |   46 +
 dev-perl/Google-Ads-AdWords-Client/metadata.xml      | 1358 +++++
 5 files changed, 1542 insertions(+)
Comment 2 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-06-11 06:56:13 UTC
commit:  c26ebed559bd2d034c209bdc9cc7576b4d78d819
author:  2017-06-11 18:53:22 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-06-11 18:53:35 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/Google-Ads-AdWords-Client: Cleanup old re bug #613404

    Remove versions affected by '.' in @INC
    
    Bug: https://bugs.gentoo.org/613404
    Package-Manager: Portage-2.3.6, Repoman-2.3.2


 .../Google-Ads-AdWords-Client-4.11.0.ebuild            | 51 -----
 .../Google-Ads-AdWords-Client-4.13.0.ebuild            | 51 -----
 dev-perl/Google-Ads-AdWords-Client/Manifest            |  2 -
 3 files changed, 104 deletions(-)