Open
Description
diff --git a/cpan/perlfaq/lib/perlfaq8.pod b/cpan/perlfaq/lib/perlfaq8.pod
index 8ee088a359..df83d779d3 100644
--- a/cpan/perlfaq/lib/perlfaq8.pod
+++ b/cpan/perlfaq/lib/perlfaq8.pod
@@ -1238,4 +1238,10 @@ code and their build and installation sequences may be more complicated.
Check any I<README> or I<INSTALL> files that you may find.
+=head2 How do I uninstall a module?
+X<uninstall> X<deinstall> X<remove> X<delete> X<module>
+
+L<cpanm --uninstall|cpanm/-uninstall,-U>, L<pm-uninstall>,
+L<perlrocks> uninstall, L<modrm|ExtUtils::Packlist/EXAMPLE>
+
=head2 What's the difference between require and use?