mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
349 B
Plaintext
7 lines
349 B
Plaintext
The Perl 5 module 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.
|