LSPM

Package: WA2L/edrc 1.5.57
Section: User Contributed Perl Documentation (1)
Updated: 2009-08-05
Index Return to Main Contents

 

NAME

lspm - list names and descriptions of Perl modules in a directory

 

SYNOPSIS

lspm -h

lspm [-p] [-a] [-c [num]] [-l len] [dir [dir dir ...]]

 

DESCRIPTION

Lists all or a subset of installed Perl modules, with version numbers and descriptions.

It will look in Perl's default search path for modules, @INC, if you don't explicitly list any directories to walk. Note that this default search excludes the current directory.

 

OPTIONS

-h, --help
See a synopsis.
--man
Browse the manpage.
-p, --show-path
Include path of found modules in output.
-a, --align
Vertically align descriptions.
-c, --align-local, --align-cont
Align descriptions in blocks where the module names don't differ too much in length, to avoid pushing all descriptions way over to the right just because a few names are long. The output looks more ragged than with full alignment, but is still lined up locally and only requires the eye to cross small gaps between columns, so is usually more readable.

You can pass an optional positive integer argument to specify the length threshold; the default is 7.

-l, --max-length, --limit
Cut off descriptions at specified length.

 

SEE ALSO

edrcintro(1), pmdesc(1), http://www.cpan.org/modules/by-authors/id/TOMC/scripts/pmdesc.gz

 

BUGS

I need something to write here.

 

COPYRIGHT AND LICENCE

Written by Aristotle Pagaltzis, (c)2006.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
BUGS
COPYRIGHT AND LICENCE

This document was created by man2html using the manual pages.
Time: 16:53:38 GMT, August 28, 2024