perl-reversion
module to parse and manipulate Perl version strings
Install
- All systems
-
curl cmd.cat/perl-reversion.sh
- Debian
-
apt-get install libperl-version-perl
- Ubuntu
-
apt-get install libperl-version-perl
- Kali Linux
-
apt-get install libperl-version-perl
- Fedora
-
dnf install perl-Perl-Version
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libperl-version-perl
- Raspbian
-
apt-get install libperl-version-perl
- Dockerfile
- dockerfile.run/perl-reversion
libperl-version-perl
module to parse and manipulate Perl version strings
Perl::Version provides a simple interface for parsing, manipulating and formatting Perl version strings. Unlike version.pm (which concentrates on parsing and comparing version strings) Perl::Version is designed for cases where you'd like to parse a version, modify it and get back the modified version formatted like the original.