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

AUTHORS and COPYRIGHTS

35       Copyright (C) 1999 Tom Christiansen.
36
37       Copyright (C) 2006-2008 Mark Leighton Fisher.
38
39       This is free software; you can redistribute it and/or modify it under
40       the terms of either: (a) the GNU General Public License as published by
41       the Free Software Foundation; either version 1, or (at your option) any
42       later version, or (b) the Perl "Artistic License".  (This is the Perl 5
43       licensing scheme.)
44
45       Please note this is a change from the original pmtools-1.00 (still
46       available on CPAN), as pmtools-1.00 were licensed only under the Perl
47       "Artistic License".
48
49
50
51perl v5.12.0                      2010-05-04                         PMVERS(1)
Impressum