Source: libperl-version-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libscalar-list-utils-perl , libtest-pod-coverage-perl , libtest-pod-perl , libtest-simple-perl , perl Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libperl-version-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libperl-version-perl.git Homepage: https://metacpan.org/release/Perl-Version Rules-Requires-Root: no Package: libperl-version-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libscalar-list-utils-perl Description: 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.