RPM::VersionSort - RPM version sorting algorithm, in perl XS


RPM-VersionSort documentation  | view source Contained in the RPM-VersionSort distribution.

Index


NAME

Top

RPM::VersionSort - RPM version sorting algorithm, in perl XS

SYNOPSIS

Top

  use RPM::VersionSort;
  rpmvercmp("2.0", "2.0.1");

DESCRIPTION

Top

RPM uses a version number sorting algorithm for some of its decisions. It's useful to get at this sorting algoritm for other nefarious purposes if you are using RPM at your site.

AUTHOR

Top

Daniel Hagerty, <hag@linnaean.org>

SEE ALSO

Top

perl(1).


RPM-VersionSort documentation  | view source Contained in the RPM-VersionSort distribution.