SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Perl-Version rpm build for : OpenSuSE. For other distributions click perl-Perl-Version.

Name : perl-Perl-Version
Version : 1.17.0 Vendor : openSUSE
Release : 1.1 Date : 2024-03-22 17:35:15
Group : Unspecified Source RPM : perl-Perl-Version-1.17.0-1.1.src.rpm
Size : 0.08 MB
Packager : https://bugs_opensuse_org
Summary : Parse and manipulate Perl version strings
Description :
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.

For example:

my $version = Perl::Version->new( \'1.2.3\' );
$version->inc_version;
print \"$version\
\";

prints

1.3.0

whereas

my $version = Perl::Version->new( \'v1.02.03\' );
$version->inc_version;
print \"$version\
\";

prints

v1.03.00

Both are representations of the same version and they\'d compare equal but
their formatting is different.

Perl::Version tries hard to guess and recreate the format of the original
version and in most cases it succeeds. In rare cases the formatting is
ambiguous. Consider

1.10.03

Do you suppose that second component \'10\' is zero padded like the third
component? Perl::Version will assume that it is:

my $version = Perl::Version->new( \'1.10.03\' );
$version->inc_revision;
print \"$version\
\";

will print

2.00.00

If all of the components after the first are the same length (two
characters in this case) and any of them begins with a zero Perl::Version
will assume that they\'re all zero padded to the same length.

The first component and any alpha suffix are handled separately. In each
case if either of them starts with a zero they will be zero padded to the
same length when stringifying the version.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/ALP:/Experimental:/Slowroll/base.20240605/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Perl-Version-1.17.0-1.1.noarch.rpm
ftp.icm.edu.pl  perl-Perl-Version-1.17.0-1.1.noarch.rpm
     

Provides :
perl(Perl::Version)
perl-Perl-Version

Requires :
/usr/bin/perl
perl(:MODULE_COMPAT_5.38.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/bin/perl-reversion
/usr/lib/perl5/vendor_perl/5.38.2/Perl
/usr/lib/perl5/vendor_perl/5.38.2/Perl/Version.pm
/usr/share/doc/packages/perl-Perl-Version
/usr/share/doc/packages/perl-Perl-Version/Changes
/usr/share/doc/packages/perl-Perl-Version/Notes.txt
/usr/share/doc/packages/perl-Perl-Version/examples
/usr/share/doc/packages/perl-Perl-Version/examples/perl-reversion
/usr/share/licenses/perl-Perl-Version
/usr/share/licenses/perl-Perl-Version/LICENSE
/usr/share/man/man1/perl-reversion.1.gz
/usr/share/man/man3/Perl::Version.3pm.gz

 
ICM