From 2f131c9612f9b25cb3f97870dce95aad0057d181 Mon Sep 17 00:00:00 2001 From: jkeenan Date: Thu, 8 Dec 2011 21:39:09 -0500 Subject: [PATCH] Correct POD formatting error: '=back' should be within '=begin =end' block. --- dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm b/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm index b77a556..6de6309 100644 --- a/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm +++ b/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm @@ -34,10 +34,10 @@ return($fh); Works out what absolute paths in the configuration have been located at run time relative to $^X, and generates a regexp that matches them -=end _undocumented - =back +=end _undocumented + =cut sub __find_relocations -- 2.7.4