summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2015-07-20 14:20:47 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2015-07-20 14:20:47 -0400
commite89d87ccef460faf57b78f904d5113b01353308b (patch)
treec9c6df3fb7fd7d0fdbaf6182f75c3e0d2f22a702
parentc3de430b4163fa2425ce1f96c6979354f493ccf4 (diff)
downloadperl-e89d87ccef460faf57b78f904d5113b01353308b.tar.gz
RMG: Note that Porting/cmpVERSION.pl requires -Ilib to run
-rw-r--r--Porting/release_managers_guide.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 644e49c0d3..d80dafb360 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -552,7 +552,7 @@ For each Perl release since the previous release of the current branch, check
for modules that have identical version numbers but different contents by
running:
- $ ./perl Porting/cmpVERSION.pl --tag=v5.X.YY
+ $ ./perl -Ilib Porting/cmpVERSION.pl --tag=v5.X.YY
(This is done automatically by F<t/porting/cmp_version.t> for the previous
release of the current branch, but not for any releases from other branches.)