diff options
author | jkeenan <jkeenan@cpan.org> | 2011-12-08 21:39:09 -0500 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-09 13:30:20 -0800 |
commit | 2f131c9612f9b25cb3f97870dce95aad0057d181 (patch) | |
tree | 60909b87fc229a95e1d8898f7713a6f32940b1d8 /dist | |
parent | f9936f809db8deb591f75e009cbcd43b4bb07c2c (diff) | |
download | perl-2f131c9612f9b25cb3f97870dce95aad0057d181.tar.gz |
Correct POD formatting error: '=back' should be within '=begin =end' block.
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 |