Porting/corelist-perldelta.pl - Use Module::CoreList in dist/
authorAbir Viqar <abiviq@hushmail.com>
Thu, 3 Oct 2013 20:32:42 +0000 (16:32 -0400)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 19 Dec 2013 17:26:20 +0000 (17:26 +0000)
Ensure that the latest version of Module::CoreList is used when
running the script

Porting/corelist-perldelta.pl

index e6fb582..2947923 100755 (executable)
@@ -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;