Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613358 - <dev-perl/Config-Any-0.280.0 requires '.' in @INC ( Can't locate inc/Module/Install.pm in @INC )
Summary: <dev-perl/Config-Any-0.280.0 requires '.' in @INC ( Can't locate inc/Module/I...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard: cleanup old after 2017-05-01
Keywords:
Depends on: 616134
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-03-20 23:20 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-05-02 22:26 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-20 23:20:42 UTC
Will fail without . :
 
  Makefile.PL: use inc::Module::Install 1.00;

Internals make use of this structure which fails on 5.26

       $content = do $file;

And is being replaced by

        # previously this would load based on . being in @INC, and wouldn't
        # trigger taint errors even if '.' probably should have been considered
        # tainted.  untaint for backwards compatibility.
        my ($cwd) = Cwd::cwd() =~ /\A(.*)\z/s;
        $content = do File::Spec->rel2abs($file, $cwd);
        $exception = $@ || $!
            if !defined $content;
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-05-02 22:26:44 UTC
commit:  eb91f60c578b78fe46f83e17b7276e064800d1aa
author:  2017-05-03 10:17:30 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-05-03 10:17:54 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/Config-Any: Cleanup old re bug #613358

    Removing old versions that are broken due to '.' in @INC removal
    
    Bug: https://bugs.gentoo.org/613358
    Package-Manager: Portage-2.3.5, Repoman-2.3.2


 dev-perl/Config-Any/Config-Any-0.260.0.ebuild | 31 ----
 dev-perl/Config-Any/Config-Any-0.270.0.ebuild | 36 -----
 dev-perl/Config-Any/Manifest                  |  2 -
 3 files changed, 69 deletions(-)
commit:  873ee02a6ffc1d26245c30a9e2630d9e81d1c6d1
author:  2017-04-24 09:30:22 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-04-24 09:30:22 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/Config-Any: 0.290.0 ALLARCHES stable re bug #616134

    Bug: https://bugs.gentoo.org/616134
    Package-Manager: Portage-2.3.4, Repoman-2.3.2


 dev-perl/Config-Any/Config-Any-0.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)