diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm b/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm index b77a556be5..6de6309798 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 |