Porting/corelist-perldelta.pl - fix usage example
authorAbir Viqar <abiviq@hushmail.com>
Sun, 6 Oct 2013 14:52:21 +0000 (10:52 -0400)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 19 Dec 2013 17:26:20 +0000 (17:26 +0000)
lib needs to be included when generating the module changes
with the currently build Perl

Porting/corelist-perldelta.pl

index 2947923..022b427 100755 (executable)
@@ -11,7 +11,7 @@ use Getopt::Long;
 =head1 USAGE
 
   # generate the module changes for the Perl you are currently building
-  ./perl Porting/corelist-perldelta.pl
+  ./perl -Ilib Porting/corelist-perldelta.pl
   
   # generate a diff between the corelist sections of two perldelta* files:
   perl Porting/corelist-perldelta.pl --mode=check 5.017001 5.017002 <perl5172delta.pod