diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-16 13:16:43 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-16 13:16:43 +0000 |
commit | 565440fe75df655888f197a8ed4cce3cd10ef2fb (patch) | |
tree | 3c6c8f354144c0bea8908769be28687e3b26a9c7 /lib | |
parent | 2c246b25f930852dc266827e38210df1dadbe13e (diff) | |
download | perl-565440fe75df655888f197a8ed4cce3cd10ef2fb.tar.gz |
Revert change 22308 (the patch was against maint, not blead)
p4raw-id: //depot/perl@22312
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/instmodsh | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lib/ExtUtils/instmodsh b/lib/ExtUtils/instmodsh index 3bb9dd49d7..0eab08f867 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<instmodsh> 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 |