Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Perl-Core CPAN distribution.

Report information
The Basics
Id: 125885
Status: new
Priority: 0/
Queue: Perl-Core

People
Owner: Nobody in particular
Requestors: GTANEZA [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: AIX PPC64 - Not able prepend the current directory to @INC in Perl 5.26.0
Below code is not able prepend the current directory to @INC in Perl 5.26.0. So perl is not able load modules form the current directory. use File::Basename qw(dirname basename); use Cwd  qw(abs_path); use lib dirname(abs_path($0));