This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix loading Module::CoreList in corelist.pl
authorSawyer X <xsawyerx@cpan.org>
Mon, 20 Mar 2017 13:01:30 +0000 (14:01 +0100)
committerSawyer X <xsawyerx@cpan.org>
Mon, 20 Mar 2017 13:01:30 +0000 (14:01 +0100)
Porting/corelist.pl

index 448cb9d..ce74ed4 100755 (executable)
@@ -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;