1PMVERS(1)             User Contributed Perl Documentation            PMVERS(1)
2
3
4

NAME

6       pmvers - print out a module's version
7

DESCRIPTION

9       Given one or more module names, show the version number if present.  If
10       more than one argument is given, the name of the module will also be
11       printed.  Not all modules define version numbers, however.
12

EXAMPLES

14           $ pmvers CGI
15           2.46
16
17           $ pmvers IO::Socket Text::Parsewords
18           IO::Socket: 1.25
19           Text::ParseWords: 3.1
20
21           $ oldperl -S pmvers CGI
22           2.42
23
24           $ filsperl -S pmvers CGI
25           2.46
26
27           $ pmvers Devel::Loaded
28           pmvers: unknown version for module `Devel::Loaded'
29
30       h=ead1 SEE ALSO
31
32       pmdesc(1), pmpath(1), pmcat(1).
33
35       Copyright (c) 1999 Tom Christiansen
36
37       This is free software.  You may modify it and distribute it under
38       Perl's Artistic Licence.  Modified versions must be clearly indicated.
39
40
41
42perl v5.8.8                       2006-03-30                         PMVERS(1)
Impressum