The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

Daniel Hagerty, <hag@linnaean.org>

SEE ALSO

perl(1).