summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbir Viqar <abiviq@hushmail.com>2013-10-03 16:32:42 -0400
committerSteve Hay <steve.m.hay@googlemail.com>2013-12-19 17:26:20 +0000
commit5e0e6da6f877531a1108852368d8ab0810f8662d (patch)
tree11f27d1f2c84b49053474a979a8ae76f7e0b94af
parentacfee34976362908a3d7644d6d99606b73a3c7a6 (diff)
downloadperl-5e0e6da6f877531a1108852368d8ab0810f8662d.tar.gz
Porting/corelist-perldelta.pl - Use Module::CoreList in dist/
Ensure that the latest version of Module::CoreList is used when running the script
-rwxr-xr-xPorting/corelist-perldelta.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/corelist-perldelta.pl b/Porting/corelist-perldelta.pl
index e6fb582ab9..294792359f 100755
--- a/Porting/corelist-perldelta.pl
+++ b/Porting/corelist-perldelta.pl
@@ -4,6 +4,7 @@ use strict;
use warnings;
use lib 'Porting';
use Maintainers qw/%Modules/;
+use lib 'dist/Module-CoreList/lib';
use Module::CoreList;
use Getopt::Long;