From: Rafael Garcia-Suarez Date: Mon, 16 Feb 2004 13:16:43 +0000 (+0000) Subject: Revert change 22308 (the patch was against maint, not blead) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=565440fe75df655888f197a8ed4cce3cd10ef2fb;p=p5sagit%2Fp5-mst-13.2.git Revert change 22308 (the patch was against maint, not blead) p4raw-id: //depot/perl@22312 --- diff --git a/lib/ExtUtils/instmodsh b/lib/ExtUtils/instmodsh index 3bb9dd4..0eab08f 100644 --- a/lib/ExtUtils/instmodsh +++ b/lib/ExtUtils/instmodsh @@ -186,28 +186,3 @@ $Inst = ExtUtils::Installed->new(); toplevel(); ############################################################################### - -__END__ - -=head1 NAME - -instmodsh - interactive inventory for installed Perl modules - -=head1 SYNOPSIS - -instmodsh - -=head1 DESCRIPTION - -C provides an interactive shell to query details of -installed Perl modules. - -The shell provides a list of installed modules, each of which -may be queried to to list files and directories, checked for missing -files or packaged up as a tar archive. - -=head1 SEE ALSO - -ExtUtils::Installed(3perl) - -=cut