diff options
author | Brendan O'Dea <bod@debian.org> | 2004-02-16 10:27:17 +1100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-02-16 11:24:59 +0000 |
commit | 791eb7720cfe2abd50c979494739e87e19081c33 (patch) | |
tree | 14adf8602fdba8387b89638f66b7faa6b8ed4c76 /lib/ExtUtils/instmodsh | |
parent | 038fcae385eee134ba22a23fbbf09eafafbe7927 (diff) | |
download | perl-791eb7720cfe2abd50c979494739e87e19081c33.tar.gz |
Add some basic POD to lib/ExtUtils/instmodsh so that
it has a manpage.
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <20040215122717.GA26812@londo.c47.org>
p4raw-id: //depot/perl@22308
Diffstat (limited to 'lib/ExtUtils/instmodsh')
-rw-r--r-- | lib/ExtUtils/instmodsh | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/ExtUtils/instmodsh b/lib/ExtUtils/instmodsh index 0eab08f867..3bb9dd49d7 100644 --- a/lib/ExtUtils/instmodsh +++ b/lib/ExtUtils/instmodsh @@ -186,3 +186,28 @@ $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 |