From e89d87ccef460faf57b78f904d5113b01353308b Mon Sep 17 00:00:00 2001
From: Matthew Horsfall <wolfsage@gmail.com>
Date: Mon, 20 Jul 2015 14:20:47 -0400
Subject: RMG: Note that Porting/cmpVERSION.pl requires -Ilib to run

---
 Porting/release_managers_guide.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Porting')

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.)
-- 
cgit v1.2.1