In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b5b2770a6db0094583f42b8b7c65dd218443cf25?hp=ffb91b6fc56488836e0db9ec6bfda0d1d47a9e50>

- Log -----------------------------------------------------------------
commit b5b2770a6db0094583f42b8b7c65dd218443cf25
Author: Sawyer X <[email protected]>
Date:   Mon Mar 20 14:01:30 2017 +0100

    Fix loading Module::CoreList in corelist.pl
-----------------------------------------------------------------------

Summary of changes:
 Porting/corelist.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/corelist.pl b/Porting/corelist.pl
index 448cb9d1c7..ce74ed42c8 100755
--- a/Porting/corelist.pl
+++ b/Porting/corelist.pl
@@ -21,8 +21,8 @@ use IPC::Cmd 'can_run';
 use HTTP::Tiny;
 use IO::Uncompress::Gunzip;
 
-my $corelist_file = 'dist/Module-CoreList/lib/Module/CoreList.pm';
-my $utils_file = 'dist/Module-CoreList/lib/Module/CoreList/Utils.pm';
+my $corelist_file = './dist/Module-CoreList/lib/Module/CoreList.pm';
+my $utils_file = './dist/Module-CoreList/lib/Module/CoreList/Utils.pm';
 
 my %lines;
 my %module_to_file;

--
Perl5 Master Repository

Reply via email to