1FVSP(1) General Commands Manual FVSP(1)
2
3
4
6 fvsp - Perl to RPM version convertor
7
9 fvsp [-l] [PERL_VERSION...]
10 fvsp [-h|-v]
11
13 Convert Perl version strings into RPM-compatible strings. By default,
14 insignificant digists will be omitted from the output. The output can
15 be reduced up to empty string. Each positional argument is converted as
16 a new version string. Converted values are separated by new lines.
17
19 -h show this help text and exit
20
21 -l long format, do not truncate insignificant parts, similar to
22 Perl version-object format
23
24 -v show version and license information and exit
25
27 Written by Petr Pisar.
28
30 Copyright 2016 Petr Pisar <ppisar@redhat.com>
31
32 This program is free software: you can redistribute it and/or modify it
33 under the terms of the GNU Lesser General Public License as published
34 by the Free Software Foundation, either version 3 of the License, or
35 (at your option) any later version.
36
37 This program is distributed in the hope that it will be useful, but
38 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
39 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
40 General Public License for more details.
41
43 vsp(3), Fedora::VSP(3pm), version(3pm)
44
45
46
47 FVSP(1)